@ape.swap/bonds-sdk 2.7.8 → 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",
@@ -1,5 +1,6 @@
1
1
  import { icons } from '../../components/uikit-sdk/Svg/types';
2
- export declare const MAINNET_CHAINS: any[];
2
+ import { ChainId } from '@ape.swap/apeswap-lists';
3
+ export declare const MAINNET_CHAINS: ChainId[];
3
4
  export declare const NETWORK_ICONS: Partial<Record<number, icons>>;
4
5
  export declare const NETWORK_LABEL: Record<number, string>;
5
6
  export declare const BLOCK_EXPLORER: Record<number, string>;
@@ -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;