chains/_data/chains/eip155-26.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

23 lines
468 B
JSON

{
"name": "Genesis L1 testnet",
"chain": "genesis",
"rpc": ["https://testrpc.genesisl1.org"],
"faucets": [],
"nativeCurrency": {
"name": "L1 testcoin",
"symbol": "L1test",
"decimals": 18
},
"infoURL": "https://www.genesisl1.com",
"shortName": "L1test",
"chainId": 26,
"networkId": 26,
"explorers": [
{
"name": "Genesis L1 testnet explorer",
"url": "https://testnet.genesisl1.org",
"standard": "none"
}
]
}