Skip to content

Commit 67d3667

Browse files
authored
feat: usdt on ava, eth, pol, usdt0 on arb (DefiLlama#15195)
1 parent e89bccb commit 67d3667

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

projects/folks-xchain/constants.js

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ const HubPools = {
5454
tokenAddress: '0x06d47F3fb376649c3A9Dafe069B3D6E35572219E',
5555
chainPoolAddress: '0xe396E1246B7341Eb6EDA05DCfef9EaB9E661f80C',
5656
},
57+
{ // USDt_ava
58+
poolAddress: '0xA1E1024c49c77297bA6367F624cFbEFC80E697c6',
59+
tokenAddress: ADDRESSES.avax.USDt,
60+
chainPoolAddress: '0x66dD1c6bEAdFFcA88365BAdE7928323672323d11',
61+
},
5762
],
5863
'ethereum': [
5964
// excluding USDC cause bridged
@@ -98,6 +103,13 @@ const HubPools = {
98103
tokenAddress: ADDRESSES.ethereum.WEETH,
99104
chainPoolAddress: '0x63BCB60165E7EC30F03883Fcb800AEf304EE7eEa',
100105
},
106+
{
107+
// USDt_eth
108+
poolAddress: '0xf51a72b92cB9C16376Da04f48eF071c966B9C50B',
109+
tokenAddress: ADDRESSES.ethereum.USDT,
110+
chainPoolAddress: '0x12d4FeDD9cE1b4d7dB90b07366284ac1675a5a90',
111+
},
112+
101113
],
102114
'base': [
103115
// excluding USDC cause bridged
@@ -139,7 +151,7 @@ const HubPools = {
139151
{
140152
// VIRTUAL_base
141153
poolAddress: '0x331a1938f94af7bB41d57691119Aee416495202a',
142-
tokenAddress: '0x8D9aad601f384C596B9e2b9124a73b278DB4C51C',
154+
tokenAddress: '0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b',
143155
chainPoolAddress: '0x9009c929873f0e68dbc253b16aC4c3E4426E6E35',
144156
},
145157
{
@@ -205,6 +217,12 @@ const HubPools = {
205217
tokenAddress: '0x4186BFC76E2E237523CBC30FD220FE055156b41F',
206218
chainPoolAddress: '0xC0a3536E0b6799014A14664bA4370BBd5D0c7590',
207219
},
220+
{
221+
// USDT0_arb
222+
poolAddress: '0x1b5a1dCe059E6069Ed33C3656826Ad04bE536465',
223+
tokenAddress: '0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9',
224+
chainPoolAddress: '0xe69e068539Ee627bAb1Ce878843a6C76484CBd2c',
225+
}
208226
],
209227
'polygon': [
210228
// excluding USDC cause bridged
@@ -244,6 +262,12 @@ const HubPools = {
244262
tokenAddress: '0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a',
245263
spokeAddress: '0xaB07AfCf16fecdCC3D83dB7513c7839aEd626322',
246264
},
265+
{
266+
// USDt_pol
267+
poolAddress: '0x11f82b5Ea7408Ff257F6031E6A3e29203557A1DD',
268+
tokenAddress: ADDRESSES.polygon.USDT,
269+
chainPoolAddress: '0xf2ee689fd3f7A7358bEDA46f83E7968Ad894abF0',
270+
}
247271
],
248272
}
249273

0 commit comments

Comments
 (0)