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
29 lines
594 B
JSON
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"
|
|
}
|
|
]
|
|
}
|