Skip to content

Commit 24e2ea1

Browse files
authored
folks finance xchain: shib (#16151)
1 parent 89bc76b commit 24e2ea1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

projects/folks-xchain/constants.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ const HubPools = {
4444
tokenAddress: '0xA25EaF2906FA1a3a13EdAc9B9657108Af7B703e3',
4545
chainPoolAddress: '0xe53189D00D1b4F231A2a208a7967E0dCaE8Db073',
4646
},
47+
{
48+
// SHIB
49+
poolAddress: '0x9f59642C6733397dF5c2696D3Ac9ceb431b1b573',
50+
tokenAddress: '0x2f643d728926C20269f0A04931dd7b4b6B650204',
51+
},
4752
{ // aUSD
4853
poolAddress: '0xc7DdB440666c144c2F27a3a5156D636Bacfc769C',
4954
tokenAddress: ADDRESSES.mantle.AUSD,
@@ -62,12 +67,12 @@ const HubPools = {
6267
{ // YBTCB
6368
poolAddress: '0x13A21bC65844CD530098Ab15431c57078ea90737',
6469
tokenAddress: '0x2cd3CdB3bd68Eea0d3BE81DA707bC0c8743D7335',
65-
chainPoolAddress: '0x24dB057615203c0f27F0968452A0f2327e6bC86F',
6670
},
6771
],
6872
'ethereum': [
6973
// excluding USDC cause bridged
7074
// excluding SolvBTC cause bridged
75+
// excluding SHIB cause bridged
7176
// excluding YBTCB cause bridged
7277
{ // ETH_eth
7378
poolAddress: "0xB6DF8914C084242A19A4C7fb15368be244Da3c75",
@@ -125,6 +130,7 @@ const HubPools = {
125130
'base': [
126131
// excluding USDC cause bridged
127132
// excluding SolvBTC cause bridged
133+
// excluding SHIB cause bridged
128134
{ // ETH_base
129135
poolAddress: "0x51958ed7B96F57142CE63BB223bbd9ce23DA7125",
130136
tokenAddress: ADDRESSES.null,
@@ -175,6 +181,7 @@ const HubPools = {
175181
'bsc': [
176182
// excluding SolvBTC cause bridged
177183
// excluding YBTCB cause bridged
184+
// excluding SHIB cause bridged
178185
{ // BNB
179186
poolAddress: "0x89970d3662614a5A4C9857Fcc9D9C3FA03824fe3",
180187
tokenAddress: ADDRESSES.null,
@@ -194,6 +201,7 @@ const HubPools = {
194201
'arbitrum': [
195202
// excluding USDC cause bridged
196203
// excluding SolvBTC cause bridged
204+
// excluding SHIB cause bridged
197205
{ // ETH_arb
198206
poolAddress: "0x44E0d0809AF8Ee37BFb1A4e75D5EF5B96F6346A3",
199207
tokenAddress: ADDRESSES.null,

0 commit comments

Comments
 (0)