Skip to content

Commit

Permalink
fix: remove Klaytn
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed Dec 5, 2024
1 parent a2ca47f commit 49b0ea0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ import {
palmTestnet,
boba,
astarZkEVM,
klaytn,
klaytnBaobab,
harmonyOne,
cronos,
lukso,
Expand Down Expand Up @@ -193,8 +191,6 @@ const IMMUTABLE_ZKEVM = immutableZkEvm.id;
const IMMUTABLE_ZKEVM_TESTNET = immutableZkEvmTestnet.id;
const BOBA_ETHEREUM = boba.id;
const ASTAR_ZKEVM = astarZkEVM.id;
const KLAYTN = klaytn.id;
const KLAYTN_BAOBAB = klaytnBaobab.id;
const AURORA = aurora.id;
const AURORA_TESTNET = auroraTestnet.id;
const DEGEN = degen.id;
Expand Down Expand Up @@ -324,8 +320,6 @@ type Chain =
| typeof IMMUTABLE_ZKEVM_TESTNET
| typeof BOBA_ETHEREUM
| typeof ASTAR_ZKEVM
| typeof KLAYTN
| typeof KLAYTN_BAOBAB
| typeof AURORA
| typeof AURORA_TESTNET
| typeof DEGEN
Expand Down Expand Up @@ -455,8 +449,6 @@ const CHAINS: Chain[] = [
IMMUTABLE_ZKEVM_TESTNET,
BOBA_ETHEREUM,
ASTAR_ZKEVM,
KLAYTN,
KLAYTN_BAOBAB,
AURORA,
AURORA_TESTNET,
DEGEN,
Expand Down Expand Up @@ -654,10 +646,6 @@ function getChainData(chain: Chain): ChainData {
return boba;
case ASTAR_ZKEVM:
return astarZkEVM;
case KLAYTN:
return klaytn;
case KLAYTN_BAOBAB:
return klaytnBaobab;
case AURORA:
return aurora;
case AURORA_TESTNET:
Expand Down

0 comments on commit 49b0ea0

Please sign in to comment.