chains/_data/chains/eip155-245022940.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
594 B
JSON

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