From 3e516d328aa6f81e2468a7592a54e81a7a6451f9 Mon Sep 17 00:00:00 2001 From: Andrew Falaleev Date: Wed, 27 Apr 2022 11:59:38 +0300 Subject: [PATCH] Add explorer and icon for Neon networks --- _data/chains/eip155-245022926.json | 16 +++++++++++++--- _data/chains/eip155-245022934.json | 14 ++++++++++++-- _data/chains/eip155-245022940.json | 14 ++++++++++++-- _data/icons/neon.json | 8 ++++++++ 4 files changed, 45 insertions(+), 7 deletions(-) create mode 100644 _data/icons/neon.json diff --git a/_data/chains/eip155-245022926.json b/_data/chains/eip155-245022926.json index 4a6d7188..1751abbb 100644 --- a/_data/chains/eip155-245022926.json +++ b/_data/chains/eip155-245022926.json @@ -5,15 +5,25 @@ "https://proxy.devnet.neonlabs.org/solana" ], "faucets": [ - "https://neonswap.live/#/get-tokens" + "https://neonswap.live/#/get-tokens" ], + "icon": "neon", "nativeCurrency": { "name": "Neon", "symbol": "NEON", "decimals": 18 }, - "infoURL": "https://neon-labs.org/", + "infoURL": "https://neon-labs.org", "shortName": "neonevm-devnet", "chainId": 245022926, - "networkId": 245022926 + "networkId": 245022926, + "explorers": [{ + "name": "native", + "url": "https://explorer.neon-labs.org", + "standard": "EIP3091" + }, { + "name": "neonscan", + "url": "https://neonscan.org", + "standard": "EIP3091" + }] } diff --git a/_data/chains/eip155-245022934.json b/_data/chains/eip155-245022934.json index 1b1f65b0..679280de 100644 --- a/_data/chains/eip155-245022934.json +++ b/_data/chains/eip155-245022934.json @@ -5,13 +5,23 @@ "https://proxy.mainnet.neonlabs.org/solana" ], "faucets": [], + "icon": "neon", "nativeCurrency": { "name": "Neon", "symbol": "NEON", "decimals": 18 }, - "infoURL": "https://neon-labs.org/", + "infoURL": "https://neon-labs.org", "shortName": "neonevm-mainnet", "chainId": 245022934, - "networkId": 245022934 + "networkId": 245022934, + "explorers": [{ + "name": "native", + "url": "https://explorer.neon-labs.org", + "standard": "EIP3091" + }, { + "name": "neonscan", + "url": "https://neonscan.org", + "standard": "EIP3091" + }] } diff --git a/_data/chains/eip155-245022940.json b/_data/chains/eip155-245022940.json index 6cd464f2..4717312a 100644 --- a/_data/chains/eip155-245022940.json +++ b/_data/chains/eip155-245022940.json @@ -5,13 +5,23 @@ "https://proxy.testnet.neonlabs.org/solana" ], "faucets": [], + "icon": "neon", "nativeCurrency": { "name": "Neon", "symbol": "NEON", "decimals": 18 }, - "infoURL": "https://neon-labs.org/", + "infoURL": "https://neon-labs.org", "shortName": "neonevm-testnet", "chainId": 245022940, - "networkId": 245022940 + "networkId": 245022940, + "explorers": [{ + "name": "native", + "url": "https://explorer.neon-labs.org", + "standard": "EIP3091" + }, { + "name": "neonscan", + "url": "https://neonscan.org", + "standard": "EIP3091" + }] } diff --git a/_data/icons/neon.json b/_data/icons/neon.json new file mode 100644 index 00000000..0102561b --- /dev/null +++ b/_data/icons/neon.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q", + "width":512, + "height":512, + "format":"png" + } +]