chains/_data/chains/eip155-245022926.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

29 lines
613 B
JSON

{
"name": "Neon EVM DevNet",
"chain": "Solana",
"rpc": ["https://devnet.neonevm.org"],
"faucets": ["https://neonfaucet.org"],
"icon": "neon",
"nativeCurrency": {
"name": "Neon",
"symbol": "NEON",
"decimals": 18
},
"infoURL": "https://neon-labs.org",
"shortName": "neonevm-devnet",
"chainId": 245022926,
"networkId": 245022926,
"explorers": [
{
"name": "native",
"url": "https://devnet.explorer.neon-labs.org",
"standard": "EIP3091"
},
{
"name": "neonscan",
"url": "https://devnet.neonscan.org",
"standard": "EIP3091"
}
]
}