mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
440 B
JSON
23 lines
440 B
JSON
{
|
|
"name": "Genesis L1",
|
|
"chain": "genesis",
|
|
"rpc": [
|
|
"https://rpc.genesisl1.org"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "L1 coin",
|
|
"symbol": "L1",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.genesisl1.com",
|
|
"shortName": "L1",
|
|
"chainId": 29,
|
|
"networkId": 29,
|
|
"explorers": [{
|
|
"name": "Genesis L1 blockchain explorer",
|
|
"url": "https://explorer.genesisl1.org",
|
|
"standard": "none"
|
|
}]
|
|
}
|