diff --git a/README.md b/README.md index 292c87447..34920ea7e 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ See [`chains.ts`](https://github.com/wormhole-foundation/wormhole-sdk-ts/blob/ma | Evmos | Evmos | | Kujira | Kujira | | Injective | Injective | -| Klaytn | Klaytn | +| Kaia | Kaia | | Arbitrum | ArbitrumSepolia | | Optimism | OptimismSepolia | | Scroll | Scroll | diff --git a/wormhole-connect/src/config/mainnet/chains.ts b/wormhole-connect/src/config/mainnet/chains.ts index 465ce3d26..e3f5b2475 100644 --- a/wormhole-connect/src/config/mainnet/chains.ts +++ b/wormhole-connect/src/config/mainnet/chains.ts @@ -157,9 +157,9 @@ export const MAINNET_CHAINS: ChainsConfig = { }, Klaytn: { ...chains.Klaytn!, - displayName: 'Klaytn', - explorerUrl: 'https://klaytnscope.com/', - explorerName: 'Klaytn Scope', + displayName: 'Kaia', + explorerUrl: 'https://kaiascope.com/', + explorerName: 'Kaia Scope', gasToken: 'KLAY', chainId: 8217, icon: Icon.KLAY, diff --git a/wormhole-connect/src/config/testnet/chains.ts b/wormhole-connect/src/config/testnet/chains.ts index ca0e1f682..04ca29eef 100644 --- a/wormhole-connect/src/config/testnet/chains.ts +++ b/wormhole-connect/src/config/testnet/chains.ts @@ -86,9 +86,9 @@ export const TESTNET_CHAINS: ChainsConfig = { }, Klaytn: { ...chains.Klaytn!, - displayName: 'Klaytn', - explorerUrl: 'https://baobab.klaytnscope.com/', - explorerName: 'Klaytn Scope', + displayName: 'Kaia', + explorerUrl: 'https://kairos.kaiascope.com/', + explorerName: 'Kaia Scope', gasToken: 'KLAY', chainId: 1001, icon: Icon.KLAY, diff --git a/wormhole-connect/src/icons/Tokens/KLAY.tsx b/wormhole-connect/src/icons/Tokens/KLAY.tsx index 4f220e8f7..447a1869b 100644 --- a/wormhole-connect/src/icons/Tokens/KLAY.tsx +++ b/wormhole-connect/src/icons/Tokens/KLAY.tsx @@ -3,34 +3,22 @@ import React from 'react'; function KLAY() { return ( - - - + + + ); }