Shardeum chainId 8080 and 8081 (#1699)

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Marcus Wentz 2022-11-03 20:42:33 -04:00 committed by GitHub
parent 42a4254431
commit c57b92cff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 3 deletions

View File

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

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