Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ckb explorer URL #14

Open
wants to merge 1 commit into
base: multi
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config/chainConfig/ckb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion src/config/chainConfig/polygonzkevm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down
2 changes: 1 addition & 1 deletion src/config/chainConfig/shm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down