@@ -900,6 +900,21 @@ export const TESTNET_TOKENS: TokensConfig = {
900
900
} ,
901
901
} ,
902
902
} ,
903
+ USDCalfajores : {
904
+ key : 'USDCalfajores' ,
905
+ symbol : 'USDC' ,
906
+ nativeChain : 'alfajores' ,
907
+ icon : Icon . USDC ,
908
+ tokenId : {
909
+ chain : 'alfajores' ,
910
+ address : '0x4004d1EB4b65A38c65dc9575bEe3DfCb026Cb538' ,
911
+ } ,
912
+ coinGeckoId : 'usd-coin' ,
913
+ color : '#2774CA' ,
914
+ decimals : {
915
+ default : 6 ,
916
+ } ,
917
+ } ,
903
918
GLMR : {
904
919
key : 'GLMR' ,
905
920
symbol : 'GLMR' ,
@@ -2124,6 +2139,21 @@ export const TESTNET_TOKENS: TokensConfig = {
2124
2139
default : 8 ,
2125
2140
} ,
2126
2141
} ,
2142
+ USDCsepolia : {
2143
+ key : 'USDCsepolia' ,
2144
+ symbol : 'USDC' ,
2145
+ nativeChain : 'sepolia' ,
2146
+ icon : Icon . USDC ,
2147
+ tokenId : {
2148
+ chain : 'sepolia' ,
2149
+ address : '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238' ,
2150
+ } ,
2151
+ coinGeckoId : 'usd-coin' ,
2152
+ color : '#2774CA' ,
2153
+ decimals : {
2154
+ default : 6 ,
2155
+ } ,
2156
+ } ,
2127
2157
ETHarbitrum_sepolia : {
2128
2158
key : 'ETHarbitrum_sepolia' ,
2129
2159
symbol : 'ETH' ,
@@ -2247,11 +2277,6 @@ export const TESTNET_TOKENS: TokensConfig = {
2247
2277
Ethereum : 18 ,
2248
2278
default : 8 ,
2249
2279
} ,
2250
- ntt : {
2251
- groupId : 'test_ntt' ,
2252
- nttManager : '0xB231aD95f2301bc82eA44c515001F0F746D637e0' ,
2253
- wormholeTransceiver : '0x1fDC902e30b188FD2BA976B421Cb179943F57896' ,
2254
- } ,
2255
2280
} ,
2256
2281
TEST_NTTarbitrum_sepolia : {
2257
2282
key : 'TEST_NTTarbitrum_sepolia' ,
@@ -2268,11 +2293,6 @@ export const TESTNET_TOKENS: TokensConfig = {
2268
2293
Ethereum : 18 ,
2269
2294
default : 8 ,
2270
2295
} ,
2271
- ntt : {
2272
- groupId : 'test_ntt' ,
2273
- nttManager : '0xEec94CD3083e067398256a79CcA7e740C5c8ef81' ,
2274
- wormholeTransceiver : '0x0E24D17D7467467b39Bf64A9DFf88776Bd6c74d7' ,
2275
- } ,
2276
2296
} ,
2277
2297
TEST_NTTbase_sepolia : {
2278
2298
key : 'TEST_NTTbase_sepolia' ,
@@ -2289,11 +2309,6 @@ export const TESTNET_TOKENS: TokensConfig = {
2289
2309
Ethereum : 18 ,
2290
2310
default : 8 ,
2291
2311
} ,
2292
- ntt : {
2293
- groupId : 'test_ntt' ,
2294
- nttManager : '0xB03b030b2f5B40819Df76467d67eD1C85Ff66fAD' ,
2295
- wormholeTransceiver : '0x1e072169541f1171e427Aa44B5fd8924BEE71b0e' ,
2296
- } ,
2297
2312
} ,
2298
2313
TEST_NTToptimism_sepolia : {
2299
2314
key : 'TEST_NTToptimism_sepolia' ,
@@ -2310,11 +2325,6 @@ export const TESTNET_TOKENS: TokensConfig = {
2310
2325
Ethereum : 18 ,
2311
2326
default : 8 ,
2312
2327
} ,
2313
- ntt : {
2314
- groupId : 'test_ntt' ,
2315
- nttManager : '0x7f430D4e7939D994C0955A01FC75D9DE33F12D11' ,
2316
- wormholeTransceiver : '0x41265eb2863bf0238081F6AeefeF73549C82C3DD' ,
2317
- } ,
2318
2328
} ,
2319
2329
TEST_NTTsolana : {
2320
2330
key : 'TEST_NTTsolana' ,
@@ -2331,14 +2341,5 @@ export const TESTNET_TOKENS: TokensConfig = {
2331
2341
Solana : 9 ,
2332
2342
default : 8 ,
2333
2343
} ,
2334
- ntt : {
2335
- groupId : 'test_ntt' ,
2336
- nttManager : 'nTTh3bZ5Aer6xboWZe39RDEft4MeVxSQ8D1EYAVLZw9' ,
2337
- // The wormhole transceiver is baked into the Solana NTT contract.
2338
- // If the transceiver is split into a separate contract, this address
2339
- // and route code should be updated to support the new structure.
2340
- wormholeTransceiver : 'nTTh3bZ5Aer6xboWZe39RDEft4MeVxSQ8D1EYAVLZw9' ,
2341
- solanaQuoter : 'NqTdGLLL6b6bFo7YESNEezocgF8onH5cst5EdH791en' ,
2342
- } ,
2343
2344
} ,
2344
2345
} ;
0 commit comments