mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
533 B
JSON
25 lines
533 B
JSON
{
|
|
"name": "Siberium Test Network",
|
|
"chain": "SBR",
|
|
"rpc": ["https://rpc.test.siberium.net"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "TestSIBR",
|
|
"symbol": "SIBR",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://siberium.net",
|
|
"shortName": "testsbr",
|
|
"chainId": 111000,
|
|
"networkId": 111000,
|
|
"icon": "siberium",
|
|
"explorers": [
|
|
{
|
|
"name": "Siberium Testnet Explorer - blockscout",
|
|
"url": "https://explorer.test.siberium.net",
|
|
"icon": "siberium",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|