We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5c4d9 commit 2af4d04Copy full SHA for 2af4d04
javascript/tokenscript-viewer/src/integration/constants.ts
@@ -153,15 +153,15 @@ export const CHAIN_CONFIG: {[chain: number]: IChainConfig} = {
153
'https://klaytn-pokt.nodies.app',
154
'https://1rpc.io/klay',
155
],
156
- explorer: 'https://scope.klaytn.com/tx/',
+ explorer: 'https://kaiascope.com/tx/',
157
},
158
[ChainID.KAIA_KAIROS]: {
159
rpc: [
160
'https://public-en.kairos.node.kaia.io',
161
'https://rpc.ankr.com/klaytn_testnet',
162
'https://kaia-kairos.blockpi.network/v1/rpc/public',
163
164
- explorer: 'https://baobab.scope.klaytn.com/tx/',
+ explorer: 'https://kairos.kaiascope.com/tx/',
165
166
[ChainID.HARDHAT_LOCALHOST]: {
167
rpc: 'http://127.0.0.1:8545/',
0 commit comments