@poolzfinance/api4 1.11.17 → 1.11.18
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.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/types/graphql/graphql.d.ts +3 -2
- package/package.json +1 -1
|
@@ -424,7 +424,8 @@ export type PoolxTokenomicsTrade = {
|
|
|
424
424
|
Huobi: Scalars['Float']['output'];
|
|
425
425
|
Mexc: Scalars['Float']['output'];
|
|
426
426
|
PancakeSwapV2: Scalars['Float']['output'];
|
|
427
|
-
PancakeSwapV3
|
|
427
|
+
PancakeSwapV3: Scalars['Float']['output'];
|
|
428
|
+
PancakeSwapV3_01?: Maybe<Scalars['Float']['output']>;
|
|
428
429
|
Sum: Scalars['Float']['output'];
|
|
429
430
|
};
|
|
430
431
|
export type PutMyDataNonEvmWallet = {
|
|
@@ -1098,7 +1099,7 @@ export type GetPoolxTokenomicsQuery = {
|
|
|
1098
1099
|
Huobi: number;
|
|
1099
1100
|
GateIO: number;
|
|
1100
1101
|
PancakeSwapV2: number;
|
|
1101
|
-
PancakeSwapV3
|
|
1102
|
+
PancakeSwapV3: number;
|
|
1102
1103
|
Mexc: number;
|
|
1103
1104
|
};
|
|
1104
1105
|
};
|