@folks-finance/xchain-sdk 0.0.64 → 0.0.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -214,7 +214,7 @@ export const HUB_CHAIN = {
214
214
  rewards: {
215
215
  bridgeRouterAddress: convertToGenericAddress("0x347d342F12fA57b6231c82867f964Edfa4eD1431", ChainType.EVM),
216
216
  adapters: {
217
- [AdapterType.HUB]: convertToGenericAddress("0x043e63A7c886074720b411E3785dE183D1262Ec5", ChainType.EVM),
217
+ [AdapterType.HUB]: convertToGenericAddress("0xc02AdA9fdd113c2e76A86121fb1e69540E02B29c", ChainType.EVM),
218
218
  [AdapterType.WORMHOLE_DATA]: convertToGenericAddress("0x3291FCf6Ca62939fc432Debe6cbB2a838F755D34", ChainType.EVM),
219
219
  [AdapterType.CCIP_DATA]: convertToGenericAddress("0x97592Dc676D6051Bf813f663B717cfD6B177eEFF", ChainType.EVM),
220
220
  },
@@ -201,7 +201,7 @@ export const SPOKE_CHAIN = {
201
201
  rewards: {
202
202
  bridgeRouterAddress: convertToGenericAddress("0x57d849B4D40536F587f2A9048DC8fE2a1d00dA88", ChainType.EVM),
203
203
  adapters: {
204
- [AdapterType.HUB]: convertToGenericAddress("0x043e63A7c886074720b411E3785dE183D1262Ec5", ChainType.EVM),
204
+ [AdapterType.HUB]: convertToGenericAddress("0xc02AdA9fdd113c2e76A86121fb1e69540E02B29c", ChainType.EVM),
205
205
  },
206
206
  [REWARDS_TYPE.V2]: {
207
207
  spokeRewardsCommonAddress: convertToGenericAddress("0x7fD21802709f2f180EE1982F56E58533f3031aCa", ChainType.EVM),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@folks-finance/xchain-sdk",
3
3
  "description": "The official JavaScript SDK for the Folks Finance Cross-Chain Lending Protocol",
4
- "version": "0.0.64",
4
+ "version": "0.0.65",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -262,7 +262,7 @@ export const HUB_CHAIN: Record<NetworkType, HubChain> = {
262
262
  ),
263
263
  adapters: {
264
264
  [AdapterType.HUB]: convertToGenericAddress(
265
- "0x043e63A7c886074720b411E3785dE183D1262Ec5" as EvmAddress,
265
+ "0xc02AdA9fdd113c2e76A86121fb1e69540E02B29c" as EvmAddress,
266
266
  ChainType.EVM,
267
267
  ),
268
268
  [AdapterType.WORMHOLE_DATA]: convertToGenericAddress(
@@ -268,7 +268,7 @@ export const SPOKE_CHAIN: Record<NetworkType, Partial<Record<FolksChainId, Spoke
268
268
  ),
269
269
  adapters: {
270
270
  [AdapterType.HUB]: convertToGenericAddress(
271
- "0x043e63A7c886074720b411E3785dE183D1262Ec5" as EvmAddress,
271
+ "0xc02AdA9fdd113c2e76A86121fb1e69540E02B29c" as EvmAddress,
272
272
  ChainType.EVM,
273
273
  ),
274
274
  },