Skip to content

Commit

Permalink
removed old testnet ntt token configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Apr 2, 2024
1 parent 38e5fce commit b045006
Showing 1 changed file with 0 additions and 80 deletions.
80 changes: 0 additions & 80 deletions wormhole-connect/src/config/testnet/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2262,84 +2262,4 @@ export const TESTNET_TOKENS: TokensConfig = {
default: 18,
},
},
TEST_NTTsepolia: {
key: 'TEST_NTTsepolia',
symbol: 'TEST_NTT',
nativeChain: 'sepolia',
icon: Icon.NTT,
tokenId: {
chain: 'sepolia',
address: '0x1d30E78B7C7fbbcef87ae6e97B5389b2e470CA4a',
},
coinGeckoId: '',
color: '#2774CA',
decimals: {
Ethereum: 18,
default: 8,
},
},
TEST_NTTarbitrum_sepolia: {
key: 'TEST_NTTarbitrum_sepolia',
symbol: 'TEST_NTT',
nativeChain: 'arbitrum_sepolia',
icon: Icon.NTT,
tokenId: {
chain: 'arbitrum_sepolia',
address: '0x84A1Cb660B19eB0063EE5FD377eC14AAe3364d74',
},
coinGeckoId: '',
color: '#2774CA',
decimals: {
Ethereum: 18,
default: 8,
},
},
TEST_NTTbase_sepolia: {
key: 'TEST_NTTbase_sepolia',
symbol: 'TEST_NTT',
nativeChain: 'base_sepolia',
icon: Icon.NTT,
tokenId: {
chain: 'base_sepolia',
address: '0x7f430D4e7939D994C0955A01FC75D9DE33F12D11',
},
coinGeckoId: '',
color: '#2774CA',
decimals: {
Ethereum: 18,
default: 8,
},
},
TEST_NTToptimism_sepolia: {
key: 'TEST_NTToptimism_sepolia',
symbol: 'TEST_NTT',
nativeChain: 'optimism_sepolia',
icon: Icon.NTT,
tokenId: {
chain: 'optimism_sepolia',
address: '0x0e15979a7a1eFAEf20312CA45A59eb141bF7E340',
},
coinGeckoId: '',
color: '#2774CA',
decimals: {
Ethereum: 18,
default: 8,
},
},
TEST_NTTsolana: {
key: 'TEST_NTTsolana',
symbol: 'TEST_NTT',
nativeChain: 'solana',
icon: Icon.NTT,
tokenId: {
chain: 'solana',
address: '87r5ZS91Q2pQbFTvvneqs7y7mbtegtqMt4LDAS4g23Ax',
},
coinGeckoId: '',
color: '#2774CA',
decimals: {
Solana: 9,
default: 8,
},
},
};

0 comments on commit b045006

Please sign in to comment.