mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add explorer and icon for Neon networks * Separated explorer URLs for different Neon networks.
30 lines
627 B
JSON
30 lines
627 B
JSON
{
|
|
"name": "Neon EVM DevNet",
|
|
"chain": "Solana",
|
|
"rpc": [
|
|
"https://proxy.devnet.neonlabs.org/solana"
|
|
],
|
|
"faucets": [
|
|
"https://neonswap.live/#/get-tokens"
|
|
],
|
|
"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"
|
|
}]
|
|
}
|