mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
23 lines
448 B
JSON
23 lines
448 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"
|
|
}
|
|
]
|
|
}
|