@ape.swap/bonds-sdk 3.0.45 → 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 +11 -2
- 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));
|
|
@@ -77378,11 +77386,12 @@ const BANNER_INFO = {
|
|
|
77378
77386
|
title: 'Test and Play on Monad Testnet',
|
|
77379
77387
|
subtitle: 'Explore Bonds on the Monad Testnet for free.',
|
|
77380
77388
|
buttons: [
|
|
77381
|
-
{ label: 'GET MON TOKENS', href: 'https://testnet.monad.xyz' },
|
|
77382
77389
|
{
|
|
77383
77390
|
label: 'LEARN MORE',
|
|
77384
77391
|
href: 'https://apebond.medium.com/apebond-integrates-testnet-bonds-paving-the-way-for-exciting-new-chains-3f62e2204746?source=social.tw',
|
|
77392
|
+
variant: variants.SECONDARY,
|
|
77385
77393
|
},
|
|
77394
|
+
{ label: 'GET MON TOKENS', href: 'https://testnet.monad.xyz' },
|
|
77386
77395
|
],
|
|
77387
77396
|
background: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1/banner_jpkg38.png',
|
|
77388
77397
|
backgroundMobile: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1/banner-mobile_y6xveu.png',
|
|
@@ -77399,7 +77408,7 @@ const BannerTestnet = ({ chainId }) => {
|
|
|
77399
77408
|
`url(${(_d = BANNER_INFO[chainId]) === null || _d === void 0 ? void 0 : _d.background})`,
|
|
77400
77409
|
`url(${(_e = BANNER_INFO[chainId]) === null || _e === void 0 ? void 0 : _e.background})`,
|
|
77401
77410
|
],
|
|
77402
|
-
}, children: [jsxs("div", { className: "banner-logos", children: [jsx$2("img", { src: "https://res.cloudinary.com/dswmrqgwy/image/upload/v1743089809/logos/apebond-logo_vzt4dl.png", alt: "apebond-white-logo", style: { width: '100px' } }), jsx$2("img", { src: "https://res.cloudinary.com/dswmrqgwy/image/upload/v1743089809/logos/x-icono_va7sdu.png", alt: "x-white-logo" }), jsx$2("img", { src: `${(_f = BANNER_INFO[chainId]) === null || _f === void 0 ? void 0 : _f.logo}`, alt: "partner-logo" })] }), jsx$2("div", { className: "banner-title", children: (_g = BANNER_INFO[chainId]) === null || _g === void 0 ? void 0 : _g.title }), jsx$2("div", { className: "banner-subtitle", children: (_h = BANNER_INFO[chainId]) === null || _h === void 0 ? void 0 : _h.subtitle }), jsx$2("div", { className: "banner-actions", children: (_j = BANNER_INFO[chainId]) === null || _j === void 0 ? void 0 : _j.buttons.map((button, index) => (jsx$2(Button, { className: "action-button", onClick: () => window.open(button.href, '_blank'), children: button.label }, `banner-button-${index}`))) })] }, `banner-container-${chainId}`));
|
|
77411
|
+
}, children: [jsxs("div", { className: "banner-logos", children: [jsx$2("img", { src: "https://res.cloudinary.com/dswmrqgwy/image/upload/v1743089809/logos/apebond-logo_vzt4dl.png", alt: "apebond-white-logo", style: { width: '100px' } }), jsx$2("img", { src: "https://res.cloudinary.com/dswmrqgwy/image/upload/v1743089809/logos/x-icono_va7sdu.png", alt: "x-white-logo" }), jsx$2("img", { src: `${(_f = BANNER_INFO[chainId]) === null || _f === void 0 ? void 0 : _f.logo}`, alt: "partner-logo" })] }), jsx$2("div", { className: "banner-title", children: (_g = BANNER_INFO[chainId]) === null || _g === void 0 ? void 0 : _g.title }), jsx$2("div", { className: "banner-subtitle", children: (_h = BANNER_INFO[chainId]) === null || _h === void 0 ? void 0 : _h.subtitle }), jsx$2("div", { className: "banner-actions", children: (_j = BANNER_INFO[chainId]) === null || _j === void 0 ? void 0 : _j.buttons.map((button, index) => (jsx$2(Button, { className: "action-button", onClick: () => window.open(button.href, '_blank'), variant: button.variant || variants.PRIMARY, children: button.label }, `banner-button-${index}`))) })] }, `banner-container-${chainId}`));
|
|
77403
77412
|
};
|
|
77404
77413
|
|
|
77405
77414
|
const BondRowsWithTitle = ({ chain, bonds, hideTitles, showHotBonds }) => {
|
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",
|