mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add explorer and icon for Neon networks (#1113)
* Add explorer and icon for Neon networks * Separated explorer URLs for different Neon networks.
This commit is contained in:
parent
c82b0f6d64
commit
aa0a021c97
|
@ -7,13 +7,23 @@
|
||||||
"faucets": [
|
"faucets": [
|
||||||
"https://neonswap.live/#/get-tokens"
|
"https://neonswap.live/#/get-tokens"
|
||||||
],
|
],
|
||||||
|
"icon": "neon",
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Neon",
|
"name": "Neon",
|
||||||
"symbol": "NEON",
|
"symbol": "NEON",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://neon-labs.org/",
|
"infoURL": "https://neon-labs.org",
|
||||||
"shortName": "neonevm-devnet",
|
"shortName": "neonevm-devnet",
|
||||||
"chainId": 245022926,
|
"chainId": 245022926,
|
||||||
"networkId": 245022926
|
"networkId": 245022926,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "native",
|
||||||
|
"url": "https://devnet.explorer.neon-labs.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}, {
|
||||||
|
"name": "neonscan",
|
||||||
|
"url": "https://devnet.neonscan.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,13 +5,23 @@
|
||||||
"https://proxy.mainnet.neonlabs.org/solana"
|
"https://proxy.mainnet.neonlabs.org/solana"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
|
"icon": "neon",
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Neon",
|
"name": "Neon",
|
||||||
"symbol": "NEON",
|
"symbol": "NEON",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://neon-labs.org/",
|
"infoURL": "https://neon-labs.org",
|
||||||
"shortName": "neonevm-mainnet",
|
"shortName": "neonevm-mainnet",
|
||||||
"chainId": 245022934,
|
"chainId": 245022934,
|
||||||
"networkId": 245022934
|
"networkId": 245022934,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "native",
|
||||||
|
"url": "https://mainnet.explorer.neon-labs.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}, {
|
||||||
|
"name": "neonscan",
|
||||||
|
"url": "https://mainnet.neonscan.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,13 +5,23 @@
|
||||||
"https://proxy.testnet.neonlabs.org/solana"
|
"https://proxy.testnet.neonlabs.org/solana"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
|
"icon": "neon",
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Neon",
|
"name": "Neon",
|
||||||
"symbol": "NEON",
|
"symbol": "NEON",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://neon-labs.org/",
|
"infoURL": "https://neon-labs.org",
|
||||||
"shortName": "neonevm-testnet",
|
"shortName": "neonevm-testnet",
|
||||||
"chainId": 245022940,
|
"chainId": 245022940,
|
||||||
"networkId": 245022940
|
"networkId": 245022940,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "native",
|
||||||
|
"url": "https://testnet.explorer.neon-labs.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}, {
|
||||||
|
"name": "neonscan",
|
||||||
|
"url": "https://testnet.neonscan.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
8
_data/icons/neon.json
Normal file
8
_data/icons/neon.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q",
|
||||||
|
"width":512,
|
||||||
|
"height":512,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user