mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add Opside Testnet * Update _data/icons/opside.json * Ran prettier Co-authored-by: ligi <ligi@ligi.de>
24 lines
483 B
JSON
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"
|
|
}
|
|
]
|
|
}
|