@qidao/sdk 5.1.77 → 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 +2 -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
|
@@ -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 {};
|