@qidao/sdk 5.1.76 → 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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/constants.d.ts +1 -0
- package/package.json +1 -1
package/dist/src/constants.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export declare const AVAX_ZAPPER_ADDRESS = "0x1d0a9E2c445EB8f99767eF289832637921
|
|
|
5
5
|
export declare const OG_MATIC_VAULT = "0xa3Fa99A148fA48D14Ed51d610c367C61876997F1";
|
|
6
6
|
export declare const OP_QI_ZAPPER = "0xB0aed7923f7fBEAf5bb2caa4A049A51d638Be2c9";
|
|
7
7
|
export declare const OP_THREE_STEP_ZAPPER = "0x1D864EDCA89b99580C46CEC4091103D7fb85aDCF";
|
|
8
|
+
export declare const ARBI_THREE_STEP_ZAPPER = "0x83D41737d086033A9c3acE2F1Ad9350d7d91cf02";
|
|
8
9
|
export declare const MATIC_THREE_STEP_ZAPPER = "0x652195e546A272c5112DF3c1b5fAA65591320C95";
|
|
9
10
|
export declare const ARBI_GAINS_ZAPPER = "0xeA97a391aD06a1F81C565CE29Fd4AD09c6FBE1B9";
|
|
10
11
|
export declare enum ChainId {
|