@qidao/sdk 5.1.76 → 5.1.78
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 +3 -1
- package/dist/src/entities/currency.d.ts +2 -0
- package/dist/src/entities/token.d.ts +1 -0
- package/dist/src/tokens.d.ts +2 -2
- package/dist/src/vaultInfo.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 {
|
|
@@ -39,7 +40,8 @@ export declare enum ChainId {
|
|
|
39
40
|
CELO = 42220,
|
|
40
41
|
AURORA = 1313161554,
|
|
41
42
|
BOBA = 288,
|
|
42
|
-
CUBE = 1818
|
|
43
|
+
CUBE = 1818,
|
|
44
|
+
CANTO = 7700
|
|
43
45
|
}
|
|
44
46
|
export declare enum TradeType {
|
|
45
47
|
EXACT_INPUT = 0,
|
|
@@ -30,6 +30,7 @@ export declare class Currency {
|
|
|
30
30
|
static readonly AURORA: Currency;
|
|
31
31
|
static readonly BOBA: Currency;
|
|
32
32
|
static readonly CUBE: Currency;
|
|
33
|
+
static readonly CANTO: Currency;
|
|
33
34
|
static readonly NATIVE: {
|
|
34
35
|
1: Currency;
|
|
35
36
|
5: Currency;
|
|
@@ -63,6 +64,7 @@ export declare class Currency {
|
|
|
63
64
|
1313161554: Currency;
|
|
64
65
|
288: Currency;
|
|
65
66
|
1818: Currency;
|
|
67
|
+
7700: Currency;
|
|
66
68
|
};
|
|
67
69
|
/**
|
|
68
70
|
* Constructs an instance of the base class `Currency`. The only instance of the base class `Currency` is `Currency.ETHER`.
|
package/dist/src/tokens.d.ts
CHANGED
package/dist/src/vaultInfo.d.ts
CHANGED
|
@@ -127618,5 +127618,6 @@ export declare const COLLATERALS: {
|
|
|
127618
127618
|
[ChainId.IOTEX]: typeof EMPTY_COLLATERALS;
|
|
127619
127619
|
[ChainId.KAVA]: typeof EMPTY_COLLATERALS;
|
|
127620
127620
|
[ChainId.KLAYTN]: typeof EMPTY_COLLATERALS;
|
|
127621
|
+
[ChainId.CANTO]: typeof EMPTY_COLLATERALS;
|
|
127621
127622
|
};
|
|
127622
127623
|
export {};
|