@@ -44,6 +44,11 @@ const HubPools = {
44
44
tokenAddress : '0xA25EaF2906FA1a3a13EdAc9B9657108Af7B703e3' ,
45
45
chainPoolAddress : '0xe53189D00D1b4F231A2a208a7967E0dCaE8Db073' ,
46
46
} ,
47
+ {
48
+ // SHIB
49
+ poolAddress : '0x9f59642C6733397dF5c2696D3Ac9ceb431b1b573' ,
50
+ tokenAddress : '0x2f643d728926C20269f0A04931dd7b4b6B650204' ,
51
+ } ,
47
52
{ // aUSD
48
53
poolAddress : '0xc7DdB440666c144c2F27a3a5156D636Bacfc769C' ,
49
54
tokenAddress : ADDRESSES . mantle . AUSD ,
@@ -62,12 +67,12 @@ const HubPools = {
62
67
{ // YBTCB
63
68
poolAddress : '0x13A21bC65844CD530098Ab15431c57078ea90737' ,
64
69
tokenAddress : '0x2cd3CdB3bd68Eea0d3BE81DA707bC0c8743D7335' ,
65
- chainPoolAddress : '0x24dB057615203c0f27F0968452A0f2327e6bC86F' ,
66
70
} ,
67
71
] ,
68
72
'ethereum' : [
69
73
// excluding USDC cause bridged
70
74
// excluding SolvBTC cause bridged
75
+ // excluding SHIB cause bridged
71
76
// excluding YBTCB cause bridged
72
77
{ // ETH_eth
73
78
poolAddress : "0xB6DF8914C084242A19A4C7fb15368be244Da3c75" ,
@@ -125,6 +130,7 @@ const HubPools = {
125
130
'base' : [
126
131
// excluding USDC cause bridged
127
132
// excluding SolvBTC cause bridged
133
+ // excluding SHIB cause bridged
128
134
{ // ETH_base
129
135
poolAddress : "0x51958ed7B96F57142CE63BB223bbd9ce23DA7125" ,
130
136
tokenAddress : ADDRESSES . null ,
@@ -175,6 +181,7 @@ const HubPools = {
175
181
'bsc' : [
176
182
// excluding SolvBTC cause bridged
177
183
// excluding YBTCB cause bridged
184
+ // excluding SHIB cause bridged
178
185
{ // BNB
179
186
poolAddress : "0x89970d3662614a5A4C9857Fcc9D9C3FA03824fe3" ,
180
187
tokenAddress : ADDRESSES . null ,
@@ -194,6 +201,7 @@ const HubPools = {
194
201
'arbitrum' : [
195
202
// excluding USDC cause bridged
196
203
// excluding SolvBTC cause bridged
204
+ // excluding SHIB cause bridged
197
205
{ // ETH_arb
198
206
poolAddress : "0x44E0d0809AF8Ee37BFb1A4e75D5EF5B96F6346A3" ,
199
207
tokenAddress : ADDRESSES . null ,
0 commit comments