@ape.swap/bonds-sdk 5.0.1 → 5.0.2

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 +14 -0
  2. package/package.json +2 -2
package/dist/main.js CHANGED
@@ -20110,6 +20110,8 @@ function requireTypes$1 () {
20110
20110
  LiquidityDex['SmarDex'] = 'SmarDex';
20111
20111
  LiquidityDex['TrebleSwapV2'] = 'TrebleSwap V2';
20112
20112
  LiquidityDex['TrebleAlgebraIntegral'] = 'Treble Algebra Integral';
20113
+ LiquidityDex['HydrexSolidly'] = 'Hydrex Solidly';
20114
+ LiquidityDex['HydrexIntegral'] = 'Hydrex Integral';
20113
20115
  //IOTA
20114
20116
  LiquidityDex['MagicSea'] = 'MagicSea';
20115
20117
  //ARBITRUM
@@ -20239,6 +20241,7 @@ function requireTypes$1 () {
20239
20241
  BillArtCollection['Berachain_Collection1'] = 'Berachain_Collection1';
20240
20242
  BillArtCollection['HotBondingSummer_Collection1'] = 'HotBondingSummer_Collection1';
20241
20243
  BillArtCollection['Solana_Collection1'] = 'Solana_Collection1';
20244
+ BillArtCollection['GooMoney_Collection1'] = 'GooMoney_Collection1';
20242
20245
  })((BillArtCollection = exports$1.BillArtCollection || (exports$1.BillArtCollection = {})));
20243
20246
  exports$1.defaultBillArtCollection = BillArtCollection.ApeBond_Collection1;
20244
20247
  exports$1.MigrationVestingTerms = {
@@ -20430,6 +20433,15 @@ function requireTypes$1 () {
20430
20433
  router: '0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24',
20431
20434
  protocol: Protocols.V2,
20432
20435
  }),
20436
+ (_h[LiquidityDex.HydrexSolidly] = {
20437
+ factory: '0xC47F17c4fd96F50eFD2A2448ceDe5C185c084bf0',
20438
+ router: '0x8fB6177eb7AC7D9e75DE2D58D8749755D6BD9EA1',
20439
+ protocol: Protocols.Solidly,
20440
+ }),
20441
+ (_h[LiquidityDex.HydrexIntegral] = {
20442
+ factory: '0x36077D39cdC65E1e3FB65810430E5b2c4D5fA29E',
20443
+ protocol: Protocols.AlgebraIntegral,
20444
+ }),
20433
20445
  _h)),
20434
20446
  (_a[ChainId.IOTA] =
20435
20447
  ((_j = {}),
@@ -20911,6 +20923,8 @@ function requireTypes$1 () {
20911
20923
  (_14[LiquidityDex.BlackHole] = {}),
20912
20924
  (_14[LiquidityDex.HybraFinance] = {}),
20913
20925
  (_14[LiquidityDex.PRJX] = {}),
20926
+ (_14[LiquidityDex.HydrexSolidly] = {}),
20927
+ (_14[LiquidityDex.HydrexIntegral] = {}),
20914
20928
  _14);
20915
20929
 
20916
20930
  } (types$1));
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": "5.0.1",
6
+ "version": "5.0.2",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",
@@ -81,7 +81,7 @@
81
81
  "yalc": "^1.0.0-pre.53"
82
82
  },
83
83
  "dependencies": {
84
- "@ape.swap/apeswap-lists": "4.5.6",
84
+ "@ape.swap/apeswap-lists": "4.5.9",
85
85
  "@emotion/react": "11.14.0",
86
86
  "@jup-ag/api": "6.0.45",
87
87
  "bignumber.js": "^9.1.2",