Skip to content

Commit

Permalink
feat: remove testnet (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
myz1237 authored Jun 3, 2024
1 parent 34bf0cc commit a6d89c0
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 64 deletions.
Binary file removed src/assets/icons/chains/arbitrum_test.png
Binary file not shown.
Binary file removed src/assets/icons/chains/avalanche_test.png
Binary file not shown.
Binary file removed src/assets/icons/chains/bsc_test.png
Binary file not shown.
Binary file removed src/assets/icons/chains/consensys_zkevm_test.png
Binary file not shown.
Binary file removed src/assets/icons/chains/ethereum_goerli.png
Binary file not shown.
Binary file removed src/assets/icons/chains/ethereum_kovan.png
Binary file not shown.
Binary file removed src/assets/icons/chains/ethereum_rinkeby.png
Binary file not shown.
Binary file removed src/assets/icons/chains/ethereum_ropsten.png
Binary file not shown.
Binary file removed src/assets/icons/chains/harmony_test.png
Binary file not shown.
Binary file removed src/assets/icons/chains/optimism_test.png
Binary file not shown.
Binary file removed src/assets/icons/chains/polygon_test.png
Binary file not shown.
44 changes: 0 additions & 44 deletions src/chains/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,6 @@ export enum ChainKey {
BCH = 'bch',
LTC = 'ltc',
DGE = 'dge',

// Testnets
METT = 'mett',
DIOT = 'diot',
ARBG = 'arbg',
OPTG = 'optg',
BSCT = 'bsct',
HECT = 'hect',
ONET = 'onet',
FUST = 'fust',
TLOT = 'tlot',
RSKT = 'rskt',
SOLT = 'solt',
OAST = 'oast',
TERT = 'tert',
AVAT = 'avat',
EVMT = 'evmt',
MORT = 'mort',
FTMT = 'ftmt',
LNAT = 'lnat',
SCLT = 'sclt',
}

export enum ChainId {
Expand Down Expand Up @@ -126,27 +105,4 @@ export enum ChainId {
BCH = 20000000000002,
LTC = 20000000000003,
DGE = 20000000000004,

// Testnets
METT = 12,
DIOT = 13,
ARBG = 421613,
OPTG = 420,
BSCT = 97,
HECT = 256,
ONET = 1666700000,
FUST = 123,
TLOT = 41,
RSKT = 31,
AVAT = 43113,
EVMT = 9000,
MORT = 1287,
FTMT = 4002,
LNAT = 59140,
SCLT = 534351,

// None-EVM Testnets (IDs are made up by the LI.FI team)
SOLT = 1151111081161011,
TERT = 1161011141161011,
OAST = 1119711511610111,
}
20 changes: 0 additions & 20 deletions src/tokens/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,10 @@ export enum CoinKey {
// Stable coins
USDT = 'USDT',
USDC = 'USDC',
cbtUSDC = 'cbtUSDC', // cBridge testnet USDC
cbtUSDT = 'cbtUSDT', // cBridge testnet USDT
cbtWUSDT = 'cbtWUSDT', // cBridge testnet wrapped USDT
cbtWUSDC = 'cbtWUSDC', // cBridge testnet wrapped USDC
cbtCELR = 'cbtCELR', // cBridge testnet CELR
BUSD = 'BUSD',
USDCe = 'USDCe',
USDB = 'USDB', // Blast native stablecoin

// Testnet
TEST = 'TEST',
KAL = 'KAL',
SDIODE = 'SDIODE',
SPARK = 'SPARK',
TRBTC = 'TRBTC',
CXTT = 'CXTT', // Connext Test token

// stargate testnet tokens
sgMETIS = 'sgMETIS', // sgMETIS test token
sgWOO = 'sgWOO', // sgWOO test token
sgUSDT = 'sgUSDT', // sgUSDT test token
sgBUSD = 'sgBUSD', // sgBUSD test token
sgUSDC = 'sgUSDC', // sgUSDC test token

// Other tokens
WBTC = 'WBTC',
WETH = 'WETH',
Expand Down

0 comments on commit a6d89c0

Please sign in to comment.