@qidao/sdk 5.2.6 → 5.2.13

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.
@@ -1,4 +1,4 @@
1
- export type PLATFORM = 'Beefy' | 'Yearn' | 'Curve' | 'AaveV2' | 'AaveV3' | 'Balancer' | 'Lido' | 'Arrakis' | 'QuickSwap' | 'Gains' | 'GotchiVault' | 'Stader' | 'StakeDAO' | 'Tetu' | 'Spookyswap' | 'Convex';
1
+ export type PLATFORM = 'Beefy' | 'Yearn' | 'Curve' | 'AaveV2' | 'AaveV3' | 'Balancer' | 'Lido' | 'Arrakis' | 'QuickSwap' | 'Gains' | 'GotchiVault' | 'Stader' | 'StakeDAO' | 'Tetu' | 'Spookyswap' | 'Convex' | 'Coinbase' | 'Optimism' | 'Arbitrum';
2
2
  export declare const ProtocolInfo: {
3
3
  [k in PLATFORM]: {
4
4
  description: string;
@@ -9,6 +9,7 @@ export declare const ARBI_THREE_STEP_ZAPPER = "0x83D41737d086033A9c3acE2F1Ad9350
9
9
  export declare const MATIC_THREE_STEP_ZAPPER = "0x652195e546A272c5112DF3c1b5fAA65591320C95";
10
10
  export declare const ARBI_GAINS_ZAPPER = "0xeA97a391aD06a1F81C565CE29Fd4AD09c6FBE1B9";
11
11
  export declare const MAINNET_ZAPPER = "0x5AA5079A8037f9D050D838AEFCe10bA7B8b8b001";
12
+ export declare const BASE_THREE_STEP_ZAPPER = "0x70dD6dEf31E7285EcA5d2341FD9136A786c29422";
12
13
  export declare enum ChainId {
13
14
  MAINNET = 1,
14
15
  GÖRLI = 5,
@@ -44,7 +45,8 @@ export declare enum ChainId {
44
45
  CUBE = 1818,
45
46
  CANTO = 7700,
46
47
  DOGECHAIN = 2000,
47
- ZKEVM = 1101
48
+ ZKEVM = 1101,
49
+ BASE = 8453
48
50
  }
49
51
  export declare enum TradeType {
50
52
  EXACT_INPUT = 0,
@@ -310,6 +312,8 @@ export declare const ETH_STETH_ADDRESS = "0xae7ab96520DE3A18E5e111B5EaAb095312D7
310
312
  export declare const ETH_LDO_ADDRESS = "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32";
311
313
  export declare const ZKEVM_WETH_ADDRESS = "0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9";
312
314
  export declare const ZKEVM_WMATIC_ADDRESS = "0xa2036f0538221a77A3937F1379699f44945018d0";
315
+ export declare const BASE_WETH_ADDRESS = "0x4200000000000000000000000000000000000006";
316
+ export declare const BASE_CBETH_ADDRESS = "0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22";
313
317
  export declare const CAMWMATIC_VAULT_ADDRESS = "0x88d84a85A87ED12B8f098e8953B322fF789fCD1a";
314
318
  export declare const CAMWETH_VAULT_ADDRESS = "0x11A33631a5B5349AF3F165d2B7901A4d67e561ad";
315
319
  export declare const CAMAAVE_VAULT_ADDRESS = "0x578375c3af7d61586c2C3A7BA87d2eEd640EFA40";
@@ -354,3 +358,5 @@ export declare const ETH_STETH_VAULT_ADDRESS = "0x5773e8953cF60F495eB3c2Db45DD75
354
358
  export declare const ETH_LDO_VAULT_ADDRESS = "0x954ac12c339c60eafbb32213b15af3f7c7a0dec2";
355
359
  export declare const ZKEVM_WETH_VAULT_ADDRESS = "0xdb1103a8F51823f5a2439c52C06921CDF929F6A7";
356
360
  export declare const ZKEVM_WMATIC_VAULT_ADDRESS = "0x8AB01c5Ee3422099156ab151eecB83c095626599";
361
+ export declare const BASE_WETH_VAULT_ADDRESS = "0x8D6CeBD76f18E1558D4DB88138e2DeFB3909fAD6";
362
+ export declare const BASE_CBETH_VAULT_ADDRESS = "0x7333fd58d8D73a8e5FC1a16C8037ADa4f580FA2B";
@@ -68,6 +68,7 @@ export declare class Currency {
68
68
  7700: Currency;
69
69
  2000: Currency;
70
70
  1101: Currency;
71
+ 8453: Currency;
71
72
  };
72
73
  /**
73
74
  * Constructs an instance of the base class `Currency`. The only instance of the base class `Currency` is `Currency.ETHER`.
@@ -60,4 +60,5 @@ export declare const WNATIVE: {
60
60
  7700: Token;
61
61
  2000: Token;
62
62
  1101: Token;
63
+ 8453: Token;
63
64
  };