Create Siberium Testnet eip155-111000.json (#2982)

Adding testnet
This commit is contained in:
siberium-net 2023-06-09 04:27:57 +03:00 committed by GitHub
parent 596ed8295b
commit eadcb5bb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]
}