mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
2ace218b9f
Add eip155 for Neon EVM networks
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"name": "Neon EVM TestNet",
|
|
"chain": "Solana",
|
|
"network": "testnet",
|
|
"rpc": [
|
|
"https://proxy.testnet.neonlabs.org/solana"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Neon",
|
|
"symbol": "NEON",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://neon-labs.org/",
|
|
"shortName": "neonevm-testnet",
|
|
"chainId": 245022940,
|
|
"networkId": 245022940
|
|
}
|