mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
18 lines
346 B
JSON
18 lines
346 B
JSON
{
|
|
"name": "Neon EVM MainNet",
|
|
"chain": "Solana",
|
|
"rpc": [
|
|
"https://proxy.mainnet.neonlabs.org/solana"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Neon",
|
|
"symbol": "NEON",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://neon-labs.org/",
|
|
"shortName": "neonevm-mainnet",
|
|
"chainId": 245022934,
|
|
"networkId": 245022934
|
|
}
|