@@ -54,6 +54,11 @@ const HubPools = {
54
54
tokenAddress : '0x06d47F3fb376649c3A9Dafe069B3D6E35572219E' ,
55
55
chainPoolAddress : '0xe396E1246B7341Eb6EDA05DCfef9EaB9E661f80C' ,
56
56
} ,
57
+ { // USDt_ava
58
+ poolAddress : '0xA1E1024c49c77297bA6367F624cFbEFC80E697c6' ,
59
+ tokenAddress : ADDRESSES . avax . USDt ,
60
+ chainPoolAddress : '0x66dD1c6bEAdFFcA88365BAdE7928323672323d11' ,
61
+ } ,
57
62
] ,
58
63
'ethereum' : [
59
64
// excluding USDC cause bridged
@@ -98,6 +103,13 @@ const HubPools = {
98
103
tokenAddress : ADDRESSES . ethereum . WEETH ,
99
104
chainPoolAddress : '0x63BCB60165E7EC30F03883Fcb800AEf304EE7eEa' ,
100
105
} ,
106
+ {
107
+ // USDt_eth
108
+ poolAddress : '0xf51a72b92cB9C16376Da04f48eF071c966B9C50B' ,
109
+ tokenAddress : ADDRESSES . ethereum . USDT ,
110
+ chainPoolAddress : '0x12d4FeDD9cE1b4d7dB90b07366284ac1675a5a90' ,
111
+ } ,
112
+
101
113
] ,
102
114
'base' : [
103
115
// excluding USDC cause bridged
@@ -139,7 +151,7 @@ const HubPools = {
139
151
{
140
152
// VIRTUAL_base
141
153
poolAddress : '0x331a1938f94af7bB41d57691119Aee416495202a' ,
142
- tokenAddress : '0x8D9aad601f384C596B9e2b9124a73b278DB4C51C ' ,
154
+ tokenAddress : '0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b ' ,
143
155
chainPoolAddress : '0x9009c929873f0e68dbc253b16aC4c3E4426E6E35' ,
144
156
} ,
145
157
{
@@ -205,6 +217,12 @@ const HubPools = {
205
217
tokenAddress : '0x4186BFC76E2E237523CBC30FD220FE055156b41F' ,
206
218
chainPoolAddress : '0xC0a3536E0b6799014A14664bA4370BBd5D0c7590' ,
207
219
} ,
220
+ {
221
+ // USDT0_arb
222
+ poolAddress : '0x1b5a1dCe059E6069Ed33C3656826Ad04bE536465' ,
223
+ tokenAddress : '0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9' ,
224
+ chainPoolAddress : '0xe69e068539Ee627bAb1Ce878843a6C76484CBd2c' ,
225
+ }
208
226
] ,
209
227
'polygon' : [
210
228
// excluding USDC cause bridged
@@ -244,6 +262,12 @@ const HubPools = {
244
262
tokenAddress : '0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a' ,
245
263
spokeAddress : '0xaB07AfCf16fecdCC3D83dB7513c7839aEd626322' ,
246
264
} ,
265
+ {
266
+ // USDt_pol
267
+ poolAddress : '0x11f82b5Ea7408Ff257F6031E6A3e29203557A1DD' ,
268
+ tokenAddress : ADDRESSES . polygon . USDT ,
269
+ chainPoolAddress : '0xf2ee689fd3f7A7358bEDA46f83E7968Ad894abF0' ,
270
+ }
247
271
] ,
248
272
}
249
273
0 commit comments