mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
29 lines
658 B
JSON
29 lines
658 B
JSON
{
|
|
"name": "Opside Testnet Pre-Alpha",
|
|
"chain": "ETH",
|
|
"rpc": [
|
|
"https://pre-alpha-us-http-geth.opside.network",
|
|
"https://pre-alpha-hk-http-geth.opside.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "IDE Test Token",
|
|
"symbol": "IDE",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"infoURL": "https://opsi.de/",
|
|
"shortName": "Opside-Testnet",
|
|
"chainId": 51178,
|
|
"networkId": 51178,
|
|
"icon": "opside-new",
|
|
"explorers": [
|
|
{
|
|
"name": "OpsideTestnetInfo",
|
|
"url": "https://pre-alpha.opside.info",
|
|
"icon": "opside-new",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|