Skip to content

Commit aaf0452

Browse files
committed
fix: spokeAddress key name
1 parent 0c28227 commit aaf0452

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ const HubPools = {
8282
underlyingSymbol: 'AUSD',
8383
poolAddress: '0xc7DdB440666c144c2F27a3a5156D636Bacfc769C',
8484
tokenAddress: '0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a',
85-
chainPoolAddress: '0x666aea026bC606220ec6eb83a83D81881fA48e0f',
85+
spokeAddress: '0x666aea026bC606220ec6eb83a83D81881fA48e0f',
8686
},
8787
{ // savUSD
8888
id: 23,
8989
underlyingSymbol: 'savUSD',
9090
poolAddress: '0xE6B7713854620076B5716E2743262D315bf8609D',
9191
tokenAddress: '0x06d47F3fb376649c3A9Dafe069B3D6E35572219E',
92-
chainPoolAddress: '0xe396E1246B7341Eb6EDA05DCfef9EaB9E661f80C',
92+
spokeAddress: '0xe396E1246B7341Eb6EDA05DCfef9EaB9E661f80C',
9393
}
9494
],
9595
},
@@ -196,39 +196,39 @@ const HubPools = {
196196
underlyingSymbol: 'WBTC',
197197
poolAddress: '0x3445055F633fEF5A64F852aaCD6dA76143aCA109',
198198
tokenAddress: '0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f',
199-
chainPoolAddress: '0x2d1c07209696456b7901949fdf81037016d541A5',
199+
spokeAddress: '0x2d1c07209696456b7901949fdf81037016d541A5',
200200
},
201201
{
202202
// tBTC_arb
203203
id: 25,
204204
underlyingSymbol: 'tBTC',
205205
poolAddress: '0xdd9eFBf83572f5387381aD3A04b1318221d545A2',
206206
tokenAddress: '0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40',
207-
chainPoolAddress: '0xDF2da9288C4D0aDF6c52CCbb5062b8C73fb19111',
207+
spokeAddress: '0xDF2da9288C4D0aDF6c52CCbb5062b8C73fb19111',
208208
},
209209
{
210210
// wstETH_arb
211211
id: 26,
212212
underlyingSymbol: 'wstETH',
213213
poolAddress: '0x9f0c0aDEc9fd4ef946aCe1e2b4F32e49aE45C8F3',
214214
tokenAddress: '0x5979D7b546E38E414F7E9822514be443A4800529',
215-
chainPoolAddress: '0x74416b0121DAadFeb2A9C2306827CCf80a6EE097',
215+
spokeAddress: '0x74416b0121DAadFeb2A9C2306827CCf80a6EE097',
216216
},
217217
{
218218
// weETH_arb
219219
id: 27,
220220
underlyingSymbol: 'weETH',
221221
poolAddress: '0x78B4e5cda33C898b546dB7925162879E7bd2A9d1',
222222
tokenAddress: '0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe',
223-
chainPoolAddress: '0x624363570A6b6Fee5531CcA341b794B286Af091c',
223+
spokeAddress: '0x624363570A6b6Fee5531CcA341b794B286Af091c',
224224
},
225225
{
226226
// rsETH_arb
227227
id: 28,
228228
underlyingSymbol: 'rsETH',
229229
poolAddress: '0x60f2682Ab38e3C9a51b07fbd69f42Ad2Cfe731db',
230230
tokenAddress: '0x4186BFC76E2E237523CBC30FD220FE055156b41F',
231-
chainPoolAddress: '0xC0a3536E0b6799014A14664bA4370BBd5D0c7590',
231+
spokeAddress: '0xC0a3536E0b6799014A14664bA4370BBd5D0c7590',
232232
}
233233
],
234234
},
@@ -266,23 +266,23 @@ const HubPools = {
266266
underlyingSymbol: 'wstETH',
267267
poolAddress: '0xD77b920A9c05B3e768FEaE0bcB5839cd224328fE',
268268
tokenAddress: '0x03b54A6e9a984069379fae1a4fC4dBAE93B3bCCD',
269-
chainPoolAddress: '0xa526f90c0CAab6A0E6085830e75b084cd3c84000',
269+
spokeAddress: '0xa526f90c0CAab6A0E6085830e75b084cd3c84000',
270270
},
271271
{
272272
// LINK_pol
273273
id: 30,
274274
underlyingSymbol: 'LINK',
275275
poolAddress: '0x84C420D5e077cF0ed8a20c44d803C380172eD5D5',
276276
tokenAddress: '0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39',
277-
chainPoolAddress: '0x63ad90A703e95e39be7CB9e460C2b05870c982B8',
277+
spokeAddress: '0x63ad90A703e95e39be7CB9e460C2b05870c982B8',
278278
},
279279
{
280280
// MaticX
281281
id: 31,
282282
underlyingSymbol: 'MaticX',
283283
poolAddress: '0x59023eFDB22B9d8b2C7aeD842aC1fd2f6110e5B5',
284284
tokenAddress: '0xfa68FB4628DFF1028CFEc22b4162FCcd0d45efb6',
285-
chainPoolAddress: '0xCB66564d0cF3D28B26a1b6D4eCb830D6E216a75a',
285+
spokeAddress: '0xCB66564d0cF3D28B26a1b6D4eCb830D6E216a75a',
286286
},
287287
],
288288
},

0 commit comments

Comments
 (0)