Skip to content

Commit 2af4d04

Browse files
committed
fix: Update Kaia explorer URLs
1 parent 9e5c4d9 commit 2af4d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/tokenscript-viewer/src/integration/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,15 @@ export const CHAIN_CONFIG: {[chain: number]: IChainConfig} = {
153153
'https://klaytn-pokt.nodies.app',
154154
'https://1rpc.io/klay',
155155
],
156-
explorer: 'https://scope.klaytn.com/tx/',
156+
explorer: 'https://kaiascope.com/tx/',
157157
},
158158
[ChainID.KAIA_KAIROS]: {
159159
rpc: [
160160
'https://public-en.kairos.node.kaia.io',
161161
'https://rpc.ankr.com/klaytn_testnet',
162162
'https://kaia-kairos.blockpi.network/v1/rpc/public',
163163
],
164-
explorer: 'https://baobab.scope.klaytn.com/tx/',
164+
explorer: 'https://kairos.kaiascope.com/tx/',
165165
},
166166
[ChainID.HARDHAT_LOCALHOST]: {
167167
rpc: 'http://127.0.0.1:8545/',

0 commit comments

Comments
 (0)