@ape.swap/bonds-sdk 3.0.0 → 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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SvgProps } from '../types';
3
+ declare const CROSSFI: React.FC<SvgProps>;
4
+ export default CROSSFI;
@@ -21,3 +21,4 @@ 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,6 +52,7 @@ export declare enum icons {
52
52
  IOTA = "iota",
53
53
  BASE = "base",
54
54
  BLAST = "blast",
55
+ CROSSFI = "crossfi",
55
56
  DISCORD = "discord",
56
57
  REDDIT = "reddit",
57
58
  MEDIUM = "medium",
@@ -2,7 +2,6 @@ import { ChainId } from '@ape.swap/apeswap-lists';
2
2
  type AddressMap = {
3
3
  [chainId: number]: string;
4
4
  };
5
- export declare const ABOND_ADDRESSES: AddressMap;
6
5
  export declare const PRICE_GETTER_ADDRESSES: AddressMap;
7
6
  export declare const MULTICALL_V2: AddressMap;
8
7
  export declare const SoulZapTokenManager: Partial<Record<ChainId, string>>;
@@ -1,3 +1,3 @@
1
- import { Token } from '@ape.swap/apeswap-lists';
2
- import { ChainId } from '@ape.swap/apeswap-lists';
1
+ import { Token, ChainId } from '@ape.swap/apeswap-lists';
3
2
  export declare const WNATIVE: Partial<Record<ChainId, Token>>;
3
+ export declare const zapInputTokens: Partial<Record<ChainId, Token[]>>;