forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Siberium Testnet eip155-111000.json (ethereum-lists#2982)
Adding testnet
- Loading branch information
1 parent
596ed82
commit eadcb5b
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} |