Skip to content
Merged
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
12 changes: 0 additions & 12 deletions app/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ import {
lineaSepolia,
lukso,
luksoTestnet,
lycan,
lyra,
mainnet,
manta,
Expand Down Expand Up @@ -105,7 +104,6 @@ import {
unichain,
unichainSepolia,
wanchain,
wanchainTestnet,
worldchain,
worldchainSepolia,
xai,
Expand Down Expand Up @@ -197,7 +195,6 @@ const NEON_DEVNET = neonDevnet.id;
const CYBER = cyber.id;
const CYBER_TESTNET = cyberTestnet.id;
const REDSTONE = redstone.id;
const LYCAN = lycan.id;
const SEI = sei.id;
const SEI_DEVNET = seiDevnet.id;
const XAI = xai.id;
Expand All @@ -208,7 +205,6 @@ const SAPPHIRE_TESTNET = sapphireTestnet.id;
const SYSCOIN = syscoin.id;
const TARAXA = taraxa.id;
const WANCHAIN = wanchain.id;
const WANCHAIN_TESTNET = wanchainTestnet.id;
const ZILLIQA = zilliqa.id;
const LYRA = lyra.id;
const SEI_TESTNET = seiTestnet.id;
Expand Down Expand Up @@ -311,7 +307,6 @@ type Chain =
| typeof CYBER
| typeof CYBER_TESTNET
| typeof REDSTONE
| typeof LYCAN
| typeof SEI
| typeof SEI_DEVNET
| typeof XAI
Expand All @@ -322,7 +317,6 @@ type Chain =
| typeof SYSCOIN
| typeof TARAXA
| typeof WANCHAIN
| typeof WANCHAIN_TESTNET
| typeof ZILLIQA
| typeof LYRA
| typeof SEI_TESTNET
Expand Down Expand Up @@ -425,7 +419,6 @@ const CHAINS: Chain[] = [
CYBER,
CYBER_TESTNET,
REDSTONE,
LYCAN,
SEI,
SEI_DEVNET,
XAI,
Expand All @@ -436,7 +429,6 @@ const CHAINS: Chain[] = [
SYSCOIN,
TARAXA,
WANCHAIN,
WANCHAIN_TESTNET,
ZILLIQA,
LYRA,
SEI_TESTNET,
Expand Down Expand Up @@ -628,8 +620,6 @@ function getChainData(chain: Chain): ChainData {
return cyberTestnet;
case REDSTONE:
return redstone;
case LYCAN:
return lycan;
case SEI:
return sei;
case SEI_DEVNET:
Expand All @@ -650,8 +640,6 @@ function getChainData(chain: Chain): ChainData {
return taraxa;
case WANCHAIN:
return wanchain;
case WANCHAIN_TESTNET:
return wanchainTestnet;
case ZILLIQA:
return zilliqa;
case LYRA:
Expand Down