@ape.swap/bonds-sdk 3.0.54 → 3.0.55

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -18812,7 +18812,7 @@ const supportedByLIFI = [
18812
18812
  types.ChainId.MAINNET,
18813
18813
  types.ChainId.MATIC,
18814
18814
  types.ChainId.BSC,
18815
- // ChainId.ARBITRUM,
18815
+ types.ChainId.ARBITRUM,
18816
18816
  types.ChainId.LINEA,
18817
18817
  types.ChainId.BASE,
18818
18818
  types.ChainId.AVAX,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "3.0.54",
6
+ "version": "3.0.55",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",