mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
572 B
JSON
25 lines
572 B
JSON
{
|
|
"name": "Shardeum Liberty 2.X",
|
|
"chain": "Shardeum",
|
|
"icon": "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": "Shardeum Scan",
|
|
"url": "https://explorer-liberty20.shardeum.org",
|
|
"standard": "EIP3091"
|
|
}
|
|
],
|
|
"redFlags": ["reusedChainId"]
|
|
}
|