@ape.swap/bonds-sdk 2.7.9 → 3.0.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.
@@ -21,4 +21,3 @@ export { default as LIGHTLINK } from './LIGHTLINK';
21
21
  export { default as IOTA } from './IOTA';
22
22
  export { default as BASE } from './BASE';
23
23
  export { default as BLAST } from './BLAST';
24
- export { default as CROSSFI } from './CROSSFI';
@@ -52,7 +52,6 @@ export declare enum icons {
52
52
  IOTA = "iota",
53
53
  BASE = "base",
54
54
  BLAST = "blast",
55
- CROSSFI = "crossfi",
56
55
  DISCORD = "discord",
57
56
  REDDIT = "reddit",
58
57
  MEDIUM = "medium",
@@ -5,6 +5,7 @@ export declare const TooltipText: {
5
5
  TokensRemaining: string;
6
6
  MaxBuy: (payoutToken: string) => string;
7
7
  Premium: string;
8
+ Fee: string;
8
9
  };
9
10
  export declare const UserBillTooltipText: {
10
11
  FullyVested: string;