@ape.swap/bonds-sdk 3.0.46 → 3.0.47
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.
- package/dist/main.js +8 -0
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -18020,6 +18020,7 @@ var types = {};
|
|
|
18020
18020
|
// ShadowExchangeV3 = 'ShadowExchangeV3',
|
|
18021
18021
|
LiquidityDex['SwapX'] = 'SwapX';
|
|
18022
18022
|
LiquidityDex['SwapXAlgebraIntegral'] = 'SwapXAlgebraIntegral';
|
|
18023
|
+
LiquidityDex['Equalizer'] = 'Equalizer';
|
|
18023
18024
|
//BERACHAIN
|
|
18024
18025
|
LiquidityDex['KodiakV2'] = 'KodiakV2';
|
|
18025
18026
|
LiquidityDex['KodiakV3'] = 'KodiakV3';
|
|
@@ -18380,6 +18381,7 @@ var types = {};
|
|
|
18380
18381
|
// },
|
|
18381
18382
|
(_p[LiquidityDex.SwapX] = {
|
|
18382
18383
|
factory: '0x05c1be79d3aC21Cc4B727eeD58C9B2fF757F5663',
|
|
18384
|
+
router: '0xF5F7231073b3B41c04BA655e1a7438b1a7b29c27',
|
|
18383
18385
|
protocol: Protocols.Solidly,
|
|
18384
18386
|
}),
|
|
18385
18387
|
(_p[LiquidityDex.SwapXAlgebraIntegral] = {
|
|
@@ -18390,6 +18392,11 @@ var types = {};
|
|
|
18390
18392
|
factory: '0x56CFC796bC88C9c7e1b38C2b0aF9B7120B079aef',
|
|
18391
18393
|
protocol: Protocols.V3,
|
|
18392
18394
|
}),
|
|
18395
|
+
(_p[LiquidityDex.Equalizer] = {
|
|
18396
|
+
factory: '0xDDD9845Ba0D8f38d3045f804f67A1a8B9A528FcC',
|
|
18397
|
+
router: '0x7635cD591CFE965bE8beC60Da6eA69b6dcD27e4b',
|
|
18398
|
+
protocol: Protocols.Solidly,
|
|
18399
|
+
}),
|
|
18393
18400
|
_p)),
|
|
18394
18401
|
(_a[ChainId.MONAD_TESTNET] =
|
|
18395
18402
|
((_q = {}),
|
|
@@ -18701,6 +18708,7 @@ var types = {};
|
|
|
18701
18708
|
(_8[LiquidityDex.TrebleAlgebraIntegral] = {}),
|
|
18702
18709
|
(_8[LiquidityDex.KodiakV2] = {}),
|
|
18703
18710
|
(_8[LiquidityDex.KodiakV3] = {}),
|
|
18711
|
+
(_8[LiquidityDex.Equalizer] = {}),
|
|
18704
18712
|
_8);
|
|
18705
18713
|
|
|
18706
18714
|
} (types));
|
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.
|
|
6
|
+
"version": "3.0.47",
|
|
7
7
|
"module": "dist/main.js",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"types": "dist/main.d.ts",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"yalc": "^1.0.0-pre.53"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@ape.swap/apeswap-lists": "
|
|
60
|
+
"@ape.swap/apeswap-lists": "4.3.5",
|
|
61
61
|
"@emotion/react": "11.11.4",
|
|
62
62
|
"bignumber.js": "^9.1.2",
|
|
63
63
|
"chart.js": "4.2.0",
|