@ape.swap/bonds-sdk 3.0.40 → 3.0.42
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 +2 -0
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -18381,6 +18381,7 @@ var types = {};
|
|
|
18381
18381
|
// },
|
|
18382
18382
|
(_p[LiquidityDex.SwapX] = {
|
|
18383
18383
|
factory: '0x05c1be79d3aC21Cc4B727eeD58C9B2fF757F5663',
|
|
18384
|
+
router: '0xF5F7231073b3B41c04BA655e1a7438b1a7b29c27',
|
|
18384
18385
|
protocol: Protocols.Solidly,
|
|
18385
18386
|
}),
|
|
18386
18387
|
(_p[LiquidityDex.SwapXAlgebraIntegral] = {
|
|
@@ -18393,6 +18394,7 @@ var types = {};
|
|
|
18393
18394
|
}),
|
|
18394
18395
|
(_p[LiquidityDex.Equalizer] = {
|
|
18395
18396
|
factory: '0xDDD9845Ba0D8f38d3045f804f67A1a8B9A528FcC',
|
|
18397
|
+
router: '0x7635cD591CFE965bE8beC60Da6eA69b6dcD27e4b',
|
|
18396
18398
|
protocol: Protocols.Solidly,
|
|
18397
18399
|
}),
|
|
18398
18400
|
_p)),
|
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.42",
|
|
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": "^4.3.
|
|
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",
|