@qidao/sdk 5.1.73 → 5.1.77

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,6 +1,6 @@
1
1
  import { BigNumber, CallOverrides, Signer } from 'ethers';
2
2
  import { ChainId } from './constants';
3
- import ZapMeta, { CamMeta, QiZapMeta, QiZapThreeStepMeta } from './ZapMeta';
3
+ import ZapMeta, { CamMeta, QiZapGainsMeta, QiZapMeta, QiZapThreeStepMeta } from './ZapMeta';
4
4
  export declare function beefyZapToVault(signer: Signer, zapperAddress: string, assetAddress: string, mooAssetAddress: string, mooAssetVaultAddress: string, amount: BigNumber, vaultIndex: BigNumber, overrides?: CallOverrides): Promise<any>;
5
5
  export declare function beefyZapFromVault(signer: Signer, zapperAddress: string, assetAddress: string, mooAssetAddress: string, mooAssetVaultAddress: string, amount: BigNumber, vaultIndex: BigNumber, overrides?: CallOverrides): Promise<any>;
6
6
  export declare const ZAP_META: {
@@ -10,7 +10,7 @@ export declare const ZAP_META: {
10
10
  };
11
11
  export declare const PERF_TOKEN_ZAP_META: {
12
12
  [c in ChainId]?: {
13
- [s in string]: QiZapMeta | QiZapThreeStepMeta;
13
+ [s in string]: QiZapGainsMeta | QiZapMeta | QiZapThreeStepMeta;
14
14
  };
15
15
  };
16
16
  export declare const CAMZAPPER_ADDRESS: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qidao/sdk",
3
3
  "license": "MIT",
4
- "version": "5.1.73",
4
+ "version": "5.1.77",
5
5
  "description": "🛠 An SDK for building applications on top of QiDao Protocol.",
6
6
  "main": "./dist/index.js",
7
7
  "umd:main": "dist/index.umd.js",