@ape.swap/bonds-sdk 2.2.8 → 2.3.0
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 -2
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -18326,6 +18326,7 @@ var types = {};
|
|
|
18326
18326
|
(_c[LiquidityDex.PancakeSwapV2] = {
|
|
18327
18327
|
factory: '0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73',
|
|
18328
18328
|
protocol: Protocols.V2,
|
|
18329
|
+
router: '0x10ED43C718714eb63d5aA57B78B54704E256024E',
|
|
18329
18330
|
}),
|
|
18330
18331
|
(_c[LiquidityDex.ApeSwapV3] = {
|
|
18331
18332
|
factory: '0x7Bc382DdC5928964D7af60e7e2f6299A1eA6F48d',
|
|
@@ -74111,7 +74112,6 @@ const ProjectDescription = ({ description }) => {
|
|
|
74111
74112
|
};
|
|
74112
74113
|
|
|
74113
74114
|
const BondModalHeaderAlt = ({ bondData, onDismiss, showProjectInfoButton, }) => {
|
|
74114
|
-
var _a, _b, _c, _d, _e, _f;
|
|
74115
74115
|
const [onOpenSlippageModal] = useModal(jsx$2(SlippageModal, {}));
|
|
74116
74116
|
const handleClose = () => {
|
|
74117
74117
|
if (typeof window !== 'undefined') {
|
|
@@ -74131,7 +74131,7 @@ const BondModalHeaderAlt = ({ bondData, onDismiss, showProjectInfoButton, }) =>
|
|
|
74131
74131
|
// },
|
|
74132
74132
|
// })
|
|
74133
74133
|
// }
|
|
74134
|
-
return (jsx$2(Flex, { className: "modaltable-container title-container", children: jsx$2(Flex, { className: "slipagge-close-icons", sx: { flexDirection: 'row' }, children: onDismiss ? (jsxs(Fragment$1, { children: [jsx$2(
|
|
74134
|
+
return (jsx$2(Flex, { className: "modaltable-container title-container", children: jsx$2(Flex, { className: "slipagge-close-icons", sx: { flexDirection: 'row' }, children: onDismiss ? (jsxs(Fragment$1, { children: [jsx$2(Flex, { sx: { pr: '10px' }, onClick: onOpenSlippageModal, children: jsx$2(Svg, { icon: "cog", width: "16px" }) }), jsx$2(IconButton, { icon: "close", color: "text", variant: "transparent", onClick: handleClose })] })) : (jsx$2(Flex, { sx: {}, onClick: onOpenSlippageModal, children: jsx$2(Svg, { icon: "cog", width: "16px" }) })) }) }));
|
|
74135
74135
|
};
|
|
74136
74136
|
|
|
74137
74137
|
const ImageAndShortDescription = ({ bondData, onDismiss }) => {
|
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
|
+
"version": "2.3.0",
|
|
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.71.
|
|
59
|
+
"@ape.swap/apeswap-lists": "3.71.69",
|
|
60
60
|
"@emotion/react": "11.11.4",
|
|
61
61
|
"bignumber.js": "^9.1.2",
|
|
62
62
|
"chart.js": "4.2.0",
|