@ape.swap/bonds-sdk 3.0.2 → 3.0.3

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -24721,7 +24721,7 @@ const TooltipText = {
24721
24721
  TokensRemaining: 'This is the amount of remaining tokens for sale in this Bond.',
24722
24722
  MaxBuy: (payoutToken) => `This is the maximum amount of ${payoutToken} you can currently purchase through this Bond.`,
24723
24723
  Premium: 'This is the dollar value of the additional tokens you’ll receive at current market price.',
24724
- Fee: 'We need a fancy copy here dev',
24724
+ Fee: 'This is the platform fee (2%).',
24725
24725
  };
24726
24726
  const UserBillTooltipText = {
24727
24727
  FullyVested: 'This is the time remaining until all tokens from the bond are available to claim.',
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.2",
6
+ "version": "3.0.3",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",