chains/_data/chains/eip155-23118.json
icydark 935f9a7857
Add Opside Testnet (#1526)
* Add Opside Testnet

* Update _data/icons/opside.json

* Ran prettier

Co-authored-by: ligi <ligi@ligi.de>
2022-09-02 09:17:48 +02:00

24 lines
483 B
JSON

{
"name": "Opside Testnet",
"chain": "Opside",
"rpc": ["https://testrpc.opside.network"],
"faucets": ["https://faucet.opside.network"],
"nativeCurrency": {
"name": "IDE",
"symbol": "IDE",
"decimals": 18
},
"infoURL": "https://opside.network",
"shortName": "opside",
"chainId": 23118,
"networkId": 23118,
"icon": "opside",
"explorers": [
{
"name": "opsideInfo",
"url": "https://opside.info",
"standard": "EIP3091"
}
]
}