@ape.swap/bonds-sdk 3.0.64-test.1 → 3.0.65
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 -4
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -18130,6 +18130,7 @@ var types = {};
|
|
|
18130
18130
|
BillArtCollection['AITECH_Collection1'] = 'AITECH_Collection1';
|
|
18131
18131
|
BillArtCollection['GPT_Collection1'] = 'GPT_Collection1';
|
|
18132
18132
|
BillArtCollection['GoldenTicket_Collection1'] = 'GoldenTicket_Collection1';
|
|
18133
|
+
BillArtCollection['Berachain_Collection1'] = 'Berachain_Collection1';
|
|
18133
18134
|
})((BillArtCollection = exports.BillArtCollection || (exports.BillArtCollection = {})));
|
|
18134
18135
|
exports.defaultBillArtCollection = BillArtCollection.ApeBond_Collection1;
|
|
18135
18136
|
exports.MigrationVestingTerms = {
|
|
@@ -58345,7 +58346,6 @@ function reportError(_a) {
|
|
|
58345
58346
|
url,
|
|
58346
58347
|
log: errors,
|
|
58347
58348
|
};
|
|
58348
|
-
console.log('errorPayload', payload);
|
|
58349
58349
|
try {
|
|
58350
58350
|
yield fetch(`${apiUrl}/stats/log`, {
|
|
58351
58351
|
method: 'POST',
|
|
@@ -58356,7 +58356,7 @@ function reportError(_a) {
|
|
|
58356
58356
|
});
|
|
58357
58357
|
}
|
|
58358
58358
|
catch (err) {
|
|
58359
|
-
console.error('Error
|
|
58359
|
+
console.error('Error reporting the error:', err);
|
|
58360
58360
|
}
|
|
58361
58361
|
});
|
|
58362
58362
|
}
|
|
@@ -79241,7 +79241,7 @@ const BondCards = ({ bond }) => {
|
|
|
79241
79241
|
borderBottomRightRadius: 'normal',
|
|
79242
79242
|
borderBottomLeftRadius: 'normal',
|
|
79243
79243
|
},
|
|
79244
|
-
}, children: [jsxs(Flex, { className: "bond-card-title", children: ["TGE", jsx$2(TooltipBubble, { className: "tooltip-bubble", body: jsx$2(Flex, { children: "This is the date and time when this token will become tradeable and officially live on-chain." }), width: "230px", placement: "bottomLeft", transformTip: "translate(-5%, -5%)", children: jsx$2("div", { className: "bond-card-tooltip", children: jsx$2(Svg, { icon: "questionCircle", width: "12px" }) }) })] }),
|
|
79244
|
+
}, children: [jsxs(Flex, { className: "bond-card-title", children: ["TGE", jsx$2(TooltipBubble, { className: "tooltip-bubble", body: jsx$2(Flex, { children: "This is the date and time when this token will become tradeable and officially live on-chain." }), width: "230px", placement: "bottomLeft", transformTip: "translate(-5%, -5%)", children: jsx$2("div", { className: "bond-card-tooltip", children: jsx$2(Svg, { icon: "questionCircle", width: "12px" }) }) })] }), bond.tgeString] }), jsxs("div", { className: "bond-card-block", sx: {
|
|
79245
79245
|
borderRadius: ['0px', '0px', '0px', 'normal'],
|
|
79246
79246
|
'&:first-of-type': {
|
|
79247
79247
|
borderTopRightRadius: 'normal',
|
|
@@ -79251,7 +79251,7 @@ const BondCards = ({ bond }) => {
|
|
|
79251
79251
|
borderBottomRightRadius: 'normal',
|
|
79252
79252
|
borderBottomLeftRadius: 'normal',
|
|
79253
79253
|
},
|
|
79254
|
-
}, children: [jsxs("div", { className: "bond-card-title", children: ["Initial Release", jsx$2(TooltipBubble, { className: "tooltip-bubble", body:
|
|
79254
|
+
}, children: [jsxs("div", { className: "bond-card-title", children: ["Initial Release", jsx$2(TooltipBubble, { className: "tooltip-bubble", body: jsxs(Flex, { children: ["This is the percentage of tokens you can claim immediately on ", bond.tgeString, ". The rest follows the vesting schedule."] }), width: "230px", placement: "bottomLeft", transformTip: "translate(-5%, -5%)", children: jsx$2("div", { className: "bond-card-tooltip", children: jsx$2(Svg, { icon: "questionCircle", width: "12px" }) }) })] }), "25%"] }), jsxs("div", { className: "bond-card-block", sx: {
|
|
79255
79255
|
borderRadius: ['0px', '0px', '0px', 'normal'],
|
|
79256
79256
|
'&:first-of-type': {
|
|
79257
79257
|
borderTopRightRadius: 'normal',
|
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.65",
|
|
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.15",
|
|
61
61
|
"@emotion/react": "11.11.4",
|
|
62
62
|
"bignumber.js": "^9.1.2",
|
|
63
63
|
"chart.js": "4.2.0",
|