Deploying to gh-pages from @ ethereum-lists/chains@c57b92cff3 🚀

This commit is contained in:
ligi 2022-11-04 00:46:06 +00:00
parent 8d979764b9
commit 542239474d
7 changed files with 68 additions and 11 deletions

File diff suppressed because one or more lines are too long

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

23
chains/eip155-8081.json Normal file
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"]
}

File diff suppressed because one or more lines are too long

View File

@ -4341,9 +4341,9 @@
"faucets": [],
"infoURL": "https://mdgl.io"
}, {
"name": "Shardeum Liberty",
"name": "Shardeum Liberty 1.5",
"chainId": 8080,
"shortName": "ShardeumSHM",
"shortName": "Liberty10",
"networkId": 8080,
"nativeCurrency": {
"name": "Shardeum SHM",
@ -4353,6 +4353,19 @@
"rpc": ["https://liberty10.shardeum.org/"],
"faucets": ["https://faucet.liberty10.shardeum.org"],
"infoURL": "https://docs.shardeum.org/"
}, {
"name": "Shardeum Liberty 2.0",
"chainId": 8081,
"shortName": "Liberty20",
"networkId": 8081,
"nativeCurrency": {
"name": "Shardeum SHM",
"symbol": "SHM",
"decimals": 18
},
"rpc": ["https://liberty20.shardeum.org/"],
"faucets": ["https://faucet.liberty20.shardeum.org"],
"infoURL": "https://docs.shardeum.org/"
}, {
"name": "Qitmeer Network Testnet",
"chainId": 8131,

View File

@ -6211,7 +6211,7 @@
"chainId": 8029,
"networkId": 8029
}, {
"name": "Shardeum Liberty",
"name": "Shardeum Liberty 1.5",
"chain": "Shardeum",
"rpc": ["https://liberty10.shardeum.org/"],
"faucets": ["https://faucet.liberty10.shardeum.org"],
@ -6221,12 +6221,32 @@
"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"
}],
"redFlags": ["reusedChainId"]
}, {
"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"]

View File

@ -333,7 +333,8 @@
"teleport": "eip155:8000",
"teleport-testnet": "eip155:8001",
"mdgl": "eip155:8029",
"ShardeumSHM": "eip155:8080",
"Liberty10": "eip155:8080",
"Liberty20": "eip155:8081",
"meertest": "eip155:8131",
"Cypress": "eip155:8217",
"Kortho": "eip155:8285",