mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Shardeum chainId 8080 and 8081 (#1699)
Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
42a4254431
commit
c57b92cff3
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Shardeum Liberty",
|
||||
"name": "Shardeum Liberty 1.5",
|
||||
"chain": "Shardeum",
|
||||
"rpc": ["https://liberty10.shardeum.org/"],
|
||||
"faucets": ["https://faucet.liberty10.shardeum.org"],
|
||||
|
@ -9,13 +9,13 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.shardeum.org/",
|
||||
"shortName": "ShardeumSHM",
|
||||
"shortName": "Liberty10",
|
||||
"chainId": 8080,
|
||||
"networkId": 8080,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Sharedum Scan",
|
||||
"url": "https://explorer.liberty10.shardeum.org",
|
||||
"url": "https://explorer-liberty10.shardeum.org",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
|
|
23
_data/chains/eip155-8081.json
Normal file
23
_data/chains/eip155-8081.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Shardeum Liberty 2.0",
|
||||
"chain": "Shardeum",
|
||||
"rpc": ["https://liberty20.shardeum.org/"],
|
||||
"faucets": ["https://faucet.liberty20.shardeum.org"],
|
||||
"nativeCurrency": {
|
||||
"name": "Shardeum SHM",
|
||||
"symbol": "SHM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.shardeum.org/",
|
||||
"shortName": "Liberty20",
|
||||
"chainId": 8081,
|
||||
"networkId": 8081,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Sharedum Scan",
|
||||
"url": "https://explorer-liberty20.shardeum.org",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"redFlags": ["reusedChainId"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user