Skip to content

Commit a7e2294

Browse files
authored
Merge pull request #1934 from palace22/folks-finance/usdt-usdt0
feat: usdt on ava, eth, pol, usdt0 on arb
2 parents 5dd69fd + 22dcc35 commit a7e2294

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

src/adaptors/folks-finance-xchain/constants.ts

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@ const HubPools = {
9292
tokenAddress: '0x06d47F3fb376649c3A9Dafe069B3D6E35572219E',
9393
spokeAddress: '0xe396E1246B7341Eb6EDA05DCfef9EaB9E661f80C',
9494
},
95+
{
96+
// USDt_ava
97+
id: 44,
98+
underlyingSymbol: 'USDt',
99+
poolAddress: '0xA1E1024c49c77297bA6367F624cFbEFC80E697c6',
100+
tokenAddress: '0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7',
101+
spokeAddress: '0x66dD1c6bEAdFFcA88365BAdE7928323672323d11',
102+
},
95103
],
96104
},
97105
ethereum: {
@@ -155,6 +163,14 @@ const HubPools = {
155163
tokenAddress: '0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee',
156164
spokeAddress: '0x63BCB60165E7EC30F03883Fcb800AEf304EE7eEa',
157165
},
166+
{
167+
// USDt_eth
168+
id: 45,
169+
underlyingSymbol: 'USDt',
170+
poolAddress: '0xf51a72b92cB9C16376Da04f48eF071c966B9C50B',
171+
tokenAddress: '0xdac17f958d2ee523a2206206994597c13d831ec7',
172+
spokeAddress: '0x12d4FeDD9cE1b4d7dB90b07366284ac1675a5a90',
173+
},
158174
],
159175
},
160176
base: {
@@ -319,6 +335,14 @@ const HubPools = {
319335
tokenAddress: '0x4186BFC76E2E237523CBC30FD220FE055156b41F',
320336
spokeAddress: '0xC0a3536E0b6799014A14664bA4370BBd5D0c7590',
321337
},
338+
{
339+
// USDT0_arb
340+
id: 47,
341+
underlyingSymbol: 'USD₮0',
342+
poolAddress: '0x1b5a1dCe059E6069Ed33C3656826Ad04bE536465',
343+
tokenAddress: '0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9',
344+
spokeAddress: '0xe69e068539Ee627bAb1Ce878843a6C76484CBd2c',
345+
},
322346
],
323347
},
324348
polygon: {
@@ -381,6 +405,14 @@ const HubPools = {
381405
tokenAddress: '0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a',
382406
spokeAddress: '0xaB07AfCf16fecdCC3D83dB7513c7839aEd626322',
383407
},
408+
{
409+
// USDt_pol
410+
id: 46,
411+
underlyingSymbol: 'USDt',
412+
poolAddress: '0x11f82b5Ea7408Ff257F6031E6A3e29203557A1DD',
413+
tokenAddress: '0xc2132d05d31c914a87c6611c10748aeb04b58e8f',
414+
spokeAddress: '0xf2ee689fd3f7A7358bEDA46f83E7968Ad894abF0',
415+
},
384416
],
385417
},
386418
};
@@ -410,6 +442,12 @@ const RewardsTokenV2 = {
410442
tokenAddress: '0x0000000000000000000000000000000000000000',
411443
spokeAddress: '0xCD7eE494fa616FDbE38Aa0A9355E20b7215108Bf',
412444
},
445+
// USDT0 (Arbitrum)
446+
5: {
447+
chain: 'arbitrum',
448+
tokenAddress: '0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9',
449+
spokeAddress: '0x0259617bE41aDA4D97deD60dAf848Caa6db3F228',
450+
},
413451
};
414452

415453
module.exports = {

0 commit comments

Comments
 (0)