From f2cac654f6919a2552ec5e171a0014af2bb8ca9f Mon Sep 17 00:00:00 2001 From: lee920217 Date: Fri, 5 May 2023 16:59:46 +0800 Subject: [PATCH] update ckb explorer URL --- src/config/chainConfig/ckb.ts | 2 +- src/config/chainConfig/polygonzkevm.ts | 2 +- src/config/chainConfig/shm.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/chainConfig/ckb.ts b/src/config/chainConfig/ckb.ts index 823d618e..7f452501 100644 --- a/src/config/chainConfig/ckb.ts +++ b/src/config/chainConfig/ckb.ts @@ -4,7 +4,7 @@ import {ChainId} from './chainId' export const CKB_MAIN_CHAINID = ChainId.CKB export const CKB_MAINNET = getLocalRPC(CKB_MAIN_CHAINID, 'https://v1.mainnet.godwoken.io/rpc') -export const CKB_MAIN_EXPLORER = 'https://gw-mainnet-explorer.nervosdao.community' +export const CKB_MAIN_EXPLORER = 'https://gwscan.com/' // export const CKB_TEST_CHAINID = ChainId.CKB_TEST // export const CKB_TESTNET = getLocalRPC(CKB_TEST_CHAINID, 'CKBtps://CKBtp-testnet.hecochain.com') diff --git a/src/config/chainConfig/polygonzkevm.ts b/src/config/chainConfig/polygonzkevm.ts index 7061f87a..38906b1d 100644 --- a/src/config/chainConfig/polygonzkevm.ts +++ b/src/config/chainConfig/polygonzkevm.ts @@ -4,7 +4,7 @@ import {ChainId} from './chainId' // export const POLYGONZKEVM_MAIN_CHAINID = ChainId.POLYGONZKEVM // export const POLYGONZKEVM_MAINNET = getLocalRPC(POLYGONZKEVM_MAIN_CHAINID, 'https://v1.mainnet.godwoken.io/rpc') -// export const POLYGONZKEVM_MAIN_EXPLORER = 'https://gw-mainnet-explorer.nervosdao.community' +// export const POLYGONZKEVM_MAIN_EXPLORER = 'https://gwscan.com/' export const POLYGONZKEVM_TEST_CHAINID = ChainId.POLYGONZKEVM_TEST export const POLYGONZKEVM_TESTNET = getLocalRPC(POLYGONZKEVM_TEST_CHAINID, 'https://rpc.public.zkevm-test.net/') diff --git a/src/config/chainConfig/shm.ts b/src/config/chainConfig/shm.ts index e7a024c1..06ce4c3a 100644 --- a/src/config/chainConfig/shm.ts +++ b/src/config/chainConfig/shm.ts @@ -4,7 +4,7 @@ import {ChainId} from './chainId' // export const SHM_MAIN_CHAINID = ChainId.SHM // export const SHM_MAINNET = getLocalRPC(SHM_MAIN_CHAINID, 'https://v1.mainnet.godwoken.io/rpc') -// export const SHM_MAIN_EXPLORER = 'https://gw-mainnet-explorer.nervosdao.community' +// export const SHM_MAIN_EXPLORER = 'https://gwscan.com/' export const SHM_TEST_CHAINID = ChainId.SHM_TEST export const SHM_TESTNET = getLocalRPC(SHM_TEST_CHAINID, 'https://liberty10.shardeum.org/')