From b010f5af599a1625564f2ecf11481ae356f8759c Mon Sep 17 00:00:00 2001 From: Nicolas Mahe Date: Mon, 1 Apr 2024 09:48:44 +0700 Subject: [PATCH 1/2] use Blockscount instead of Neon scan for Neon mainnet and devnet --- environment.ts | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/environment.ts b/environment.ts index 36401d4c..e7660573 100644 --- a/environment.ts +++ b/environment.ts @@ -241,7 +241,24 @@ const getEnvironment = async (): Promise => { bsc, polygon, polygonMumbai, - neonMainnet, + { + ...neonMainnet, + blockExplorers: { + default: { + name: 'Blockscout', + url: 'https://neon.blockscout.com', + }, + }, + }, + { + ...neonDevnet, + blockExplorers: { + default: { + name: 'Blockscout', + url: 'https://neon-devnet.blockscout.com', + }, + }, + }, neonDevnet, arbitrum, arbitrumSepolia, From a4510cc9612c8f11114592f12105f23a5cabc82d Mon Sep 17 00:00:00 2001 From: Nicolas Mahe Date: Mon, 1 Apr 2024 09:55:49 +0700 Subject: [PATCH 2/2] fix duplication of neon devnet --- environment.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.ts b/environment.ts index e7660573..76c56e3d 100644 --- a/environment.ts +++ b/environment.ts @@ -259,7 +259,6 @@ const getEnvironment = async (): Promise => { }, }, }, - neonDevnet, arbitrum, arbitrumSepolia, {