@ape.swap/bonds-sdk 2.6.15 → 2.6.16
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 +4 -0
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -18460,6 +18460,10 @@ var types = {};
|
|
|
18460
18460
|
factory: '0x98EE851a00abeE0d95D08cF4CA2BdCE32aeaAF7F',
|
|
18461
18461
|
protocol: Protocols.Curve,
|
|
18462
18462
|
}),
|
|
18463
|
+
(_e[LiquidityDex.PancakeSwapV3] = {
|
|
18464
|
+
factory: '0x0BFbCF9fa4f9C56B0F40a671Ad40E0805A091865',
|
|
18465
|
+
protocol: Protocols.V3,
|
|
18466
|
+
}),
|
|
18463
18467
|
_e)),
|
|
18464
18468
|
(_a[ChainId.LINEA] =
|
|
18465
18469
|
((_f = {}),
|
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": "2.6.
|
|
6
|
+
"version": "2.6.16",
|
|
7
7
|
"module": "dist/main.js",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"types": "dist/main.d.ts",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"yalc": "^1.0.0-pre.53"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@ape.swap/apeswap-lists": "3.74.
|
|
59
|
+
"@ape.swap/apeswap-lists": "3.74.2",
|
|
60
60
|
"@emotion/react": "11.11.4",
|
|
61
61
|
"bignumber.js": "^9.1.2",
|
|
62
62
|
"chart.js": "4.2.0",
|