@ape.swap/bonds-sdk 3.0.64 → 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 +3 -2
- 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 = {
|
|
@@ -79240,7 +79241,7 @@ const BondCards = ({ bond }) => {
|
|
|
79240
79241
|
borderBottomRightRadius: 'normal',
|
|
79241
79242
|
borderBottomLeftRadius: 'normal',
|
|
79242
79243
|
},
|
|
79243
|
-
}, 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: {
|
|
79244
79245
|
borderRadius: ['0px', '0px', '0px', 'normal'],
|
|
79245
79246
|
'&:first-of-type': {
|
|
79246
79247
|
borderTopRightRadius: 'normal',
|
|
@@ -79250,7 +79251,7 @@ const BondCards = ({ bond }) => {
|
|
|
79250
79251
|
borderBottomRightRadius: 'normal',
|
|
79251
79252
|
borderBottomLeftRadius: 'normal',
|
|
79252
79253
|
},
|
|
79253
|
-
}, 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: {
|
|
79254
79255
|
borderRadius: ['0px', '0px', '0px', 'normal'],
|
|
79255
79256
|
'&:first-of-type': {
|
|
79256
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",
|