@@ -92,6 +92,14 @@ const HubPools = {
92
92
tokenAddress : '0x06d47F3fb376649c3A9Dafe069B3D6E35572219E' ,
93
93
spokeAddress : '0xe396E1246B7341Eb6EDA05DCfef9EaB9E661f80C' ,
94
94
} ,
95
+ {
96
+ // USDt_ava
97
+ id : 44 ,
98
+ underlyingSymbol : 'USDt' ,
99
+ poolAddress : '0xA1E1024c49c77297bA6367F624cFbEFC80E697c6' ,
100
+ tokenAddress : '0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7' ,
101
+ spokeAddress : '0x66dD1c6bEAdFFcA88365BAdE7928323672323d11' ,
102
+ } ,
95
103
] ,
96
104
} ,
97
105
ethereum : {
@@ -155,6 +163,14 @@ const HubPools = {
155
163
tokenAddress : '0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee' ,
156
164
spokeAddress : '0x63BCB60165E7EC30F03883Fcb800AEf304EE7eEa' ,
157
165
} ,
166
+ {
167
+ // USDt_eth
168
+ id : 45 ,
169
+ underlyingSymbol : 'USDt' ,
170
+ poolAddress : '0xf51a72b92cB9C16376Da04f48eF071c966B9C50B' ,
171
+ tokenAddress : '0xdac17f958d2ee523a2206206994597c13d831ec7' ,
172
+ spokeAddress : '0x12d4FeDD9cE1b4d7dB90b07366284ac1675a5a90' ,
173
+ } ,
158
174
] ,
159
175
} ,
160
176
base : {
@@ -319,6 +335,14 @@ const HubPools = {
319
335
tokenAddress : '0x4186BFC76E2E237523CBC30FD220FE055156b41F' ,
320
336
spokeAddress : '0xC0a3536E0b6799014A14664bA4370BBd5D0c7590' ,
321
337
} ,
338
+ {
339
+ // USDT0_arb
340
+ id : 47 ,
341
+ underlyingSymbol : 'USD₮0' ,
342
+ poolAddress : '0x1b5a1dCe059E6069Ed33C3656826Ad04bE536465' ,
343
+ tokenAddress : '0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9' ,
344
+ spokeAddress : '0xe69e068539Ee627bAb1Ce878843a6C76484CBd2c' ,
345
+ } ,
322
346
] ,
323
347
} ,
324
348
polygon : {
@@ -381,6 +405,14 @@ const HubPools = {
381
405
tokenAddress : '0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a' ,
382
406
spokeAddress : '0xaB07AfCf16fecdCC3D83dB7513c7839aEd626322' ,
383
407
} ,
408
+ {
409
+ // USDt_pol
410
+ id : 46 ,
411
+ underlyingSymbol : 'USDt' ,
412
+ poolAddress : '0x11f82b5Ea7408Ff257F6031E6A3e29203557A1DD' ,
413
+ tokenAddress : '0xc2132d05d31c914a87c6611c10748aeb04b58e8f' ,
414
+ spokeAddress : '0xf2ee689fd3f7A7358bEDA46f83E7968Ad894abF0' ,
415
+ } ,
384
416
] ,
385
417
} ,
386
418
} ;
@@ -410,6 +442,12 @@ const RewardsTokenV2 = {
410
442
tokenAddress : '0x0000000000000000000000000000000000000000' ,
411
443
spokeAddress : '0xCD7eE494fa616FDbE38Aa0A9355E20b7215108Bf' ,
412
444
} ,
445
+ // USDT0 (Arbitrum)
446
+ 5 : {
447
+ chain : 'arbitrum' ,
448
+ tokenAddress : '0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9' ,
449
+ spokeAddress : '0x0259617bE41aDA4D97deD60dAf848Caa6db3F228' ,
450
+ } ,
413
451
} ;
414
452
415
453
module . exports = {
0 commit comments