diff --git a/_data/chains/eip155-111000.json b/_data/chains/eip155-111000.json new file mode 100644 index 00000000..3cdb500d --- /dev/null +++ b/_data/chains/eip155-111000.json @@ -0,0 +1,24 @@ +{ + "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" + } + ] +}