@0xtorch/core 0.0.28 → 0.0.29
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/_cjs/assets/definitions/astar.js +1 -0
- package/_cjs/assets/definitions/astar.js.map +1 -1
- package/_cjs/assets/definitions/avalanche.js +1 -0
- package/_cjs/assets/definitions/avalanche.js.map +1 -1
- package/_cjs/assets/definitions/bnb.js +1 -0
- package/_cjs/assets/definitions/bnb.js.map +1 -1
- package/_cjs/assets/definitions/coingeckoCryptoCurrencyDataSource.js +14 -14
- package/_cjs/assets/definitions/coingeckoCryptoCurrencyDataSource.js.map +1 -1
- package/_cjs/assets/definitions/ethereum.js +1 -0
- package/_cjs/assets/definitions/ethereum.js.map +1 -1
- package/_cjs/assets/definitions/fantom.js +1 -0
- package/_cjs/assets/definitions/fantom.js.map +1 -1
- package/_cjs/assets/definitions/kava.js +1 -0
- package/_cjs/assets/definitions/kava.js.map +1 -1
- package/_cjs/assets/definitions/mantle.js +1 -0
- package/_cjs/assets/definitions/mantle.js.map +1 -1
- package/_cjs/assets/definitions/maticNetwork.js +1 -0
- package/_cjs/assets/definitions/maticNetwork.js.map +1 -1
- package/_cjs/assets/definitions/metis.js +1 -0
- package/_cjs/assets/definitions/metis.js.map +1 -1
- package/_cjs/assets/definitions/moonbeam.js +1 -0
- package/_cjs/assets/definitions/moonbeam.js.map +1 -1
- package/_cjs/assets/definitions/moonriver.js +1 -0
- package/_cjs/assets/definitions/moonriver.js.map +1 -1
- package/_cjs/assets/definitions/oasys.js +1 -0
- package/_cjs/assets/definitions/oasys.js.map +1 -1
- package/_cjs/assets/definitions/ronin.js +1 -0
- package/_cjs/assets/definitions/ronin.js.map +1 -1
- package/_cjs/assets/definitions/solana.js +1 -0
- package/_cjs/assets/definitions/solana.js.map +1 -1
- package/_cjs/assets/schemas/cryptoCurrency.js +2 -0
- package/_cjs/assets/schemas/cryptoCurrency.js.map +1 -1
- package/_cjs/setAccountActionPrices.js +5 -8
- package/_cjs/setAccountActionPrices.js.map +1 -1
- package/_cjs/tests/utils.js +3 -4
- package/_cjs/tests/utils.js.map +1 -1
- package/_esm/assets/definitions/astar.js +1 -0
- package/_esm/assets/definitions/astar.js.map +1 -1
- package/_esm/assets/definitions/avalanche.js +1 -0
- package/_esm/assets/definitions/avalanche.js.map +1 -1
- package/_esm/assets/definitions/bnb.js +1 -0
- package/_esm/assets/definitions/bnb.js.map +1 -1
- package/_esm/assets/definitions/coingeckoCryptoCurrencyDataSource.js +15 -15
- package/_esm/assets/definitions/coingeckoCryptoCurrencyDataSource.js.map +1 -1
- package/_esm/assets/definitions/ethereum.js +1 -0
- package/_esm/assets/definitions/ethereum.js.map +1 -1
- package/_esm/assets/definitions/fantom.js +1 -0
- package/_esm/assets/definitions/fantom.js.map +1 -1
- package/_esm/assets/definitions/kava.js +1 -0
- package/_esm/assets/definitions/kava.js.map +1 -1
- package/_esm/assets/definitions/mantle.js +1 -0
- package/_esm/assets/definitions/mantle.js.map +1 -1
- package/_esm/assets/definitions/maticNetwork.js +1 -0
- package/_esm/assets/definitions/maticNetwork.js.map +1 -1
- package/_esm/assets/definitions/metis.js +1 -0
- package/_esm/assets/definitions/metis.js.map +1 -1
- package/_esm/assets/definitions/moonbeam.js +1 -0
- package/_esm/assets/definitions/moonbeam.js.map +1 -1
- package/_esm/assets/definitions/moonriver.js +1 -0
- package/_esm/assets/definitions/moonriver.js.map +1 -1
- package/_esm/assets/definitions/oasys.js +1 -0
- package/_esm/assets/definitions/oasys.js.map +1 -1
- package/_esm/assets/definitions/ronin.js +1 -0
- package/_esm/assets/definitions/ronin.js.map +1 -1
- package/_esm/assets/definitions/solana.js +1 -0
- package/_esm/assets/definitions/solana.js.map +1 -1
- package/_esm/assets/schemas/cryptoCurrency.js +2 -0
- package/_esm/assets/schemas/cryptoCurrency.js.map +1 -1
- package/_esm/setAccountActionPrices.js +5 -8
- package/_esm/setAccountActionPrices.js.map +1 -1
- package/_esm/tests/utils.js +3 -4
- package/_esm/tests/utils.js.map +1 -1
- package/_types/actions/schemas/action.d.ts +1378 -0
- package/_types/actions/schemas/action.d.ts.map +1 -1
- package/_types/actions/schemas/borrow/borrow.d.ts +26 -0
- package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/schemas/crossActionBundle.d.ts +90 -0
- package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +26 -0
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +52 -0
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +52 -0
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/schemas/default/accountAction.d.ts +99 -0
- package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/normalAction.d.ts +99 -0
- package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
- package/_types/actions/schemas/default/transfer.d.ts +88 -0
- package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +52 -0
- package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/deposit.d.ts +26 -0
- package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +52 -0
- package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/deposit/stake.d.ts +26 -0
- package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
- package/_types/actions/schemas/fee/fee.d.ts +26 -0
- package/_types/actions/schemas/fee/fee.d.ts.map +1 -1
- package/_types/actions/schemas/fee/transactionFee.d.ts +26 -0
- package/_types/actions/schemas/fee/transactionFee.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/ignore.d.ts +39 -0
- package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/move.d.ts +39 -0
- package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/sendToCex.d.ts +26 -0
- package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
- package/_types/actions/schemas/ignore/spam.d.ts +52 -0
- package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
- package/_types/actions/schemas/income/atomicArbitrage.d.ts +52 -0
- package/_types/actions/schemas/income/atomicArbitrage.d.ts.map +1 -1
- package/_types/actions/schemas/income/income.d.ts +26 -0
- package/_types/actions/schemas/income/income.d.ts.map +1 -1
- package/_types/actions/schemas/income/nftRoyalty.d.ts +13 -0
- package/_types/actions/schemas/income/nftRoyalty.d.ts.map +1 -1
- package/_types/actions/schemas/income/swapIncome.d.ts +13 -0
- package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
- package/_types/actions/schemas/reduce/reduce.d.ts +13 -0
- package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repayment.d.ts +26 -0
- package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +52 -0
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/schemas/replace/replace.d.ts +52 -0
- package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
- package/_types/actions/schemas/replace/unwrap.d.ts +52 -0
- package/_types/actions/schemas/replace/unwrap.d.ts.map +1 -1
- package/_types/actions/schemas/replace/wrap.d.ts +52 -0
- package/_types/actions/schemas/replace/wrap.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyCrypto.d.ts +26 -0
- package/_types/actions/schemas/trade/buyCrypto.d.ts.map +1 -1
- package/_types/actions/schemas/trade/buyNft.d.ts +26 -0
- package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/mintNft.d.ts +26 -0
- package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellCrypto.d.ts +26 -0
- package/_types/actions/schemas/trade/sellCrypto.d.ts.map +1 -1
- package/_types/actions/schemas/trade/sellNft.d.ts +26 -0
- package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/schemas/trade/trade.d.ts +52 -0
- package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +13 -0
- package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
- package/_types/actions/schemas/transfer/transfer.d.ts +52 -0
- package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
- package/_types/actions/schemas/valuedown/valuedown.d.ts +26 -0
- package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/schemas/valueup/valueup.d.ts +26 -0
- package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +52 -0
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/unstake.d.ts +26 -0
- package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdraw.d.ts +26 -0
- package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +52 -0
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +3 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/assets/creates/createCryptoCurrency.d.ts +1 -0
- package/_types/assets/creates/createCryptoCurrency.d.ts.map +1 -1
- package/_types/assets/definitions/astar.d.ts +1 -0
- package/_types/assets/definitions/astar.d.ts.map +1 -1
- package/_types/assets/definitions/avalanche.d.ts +1 -0
- package/_types/assets/definitions/avalanche.d.ts.map +1 -1
- package/_types/assets/definitions/bnb.d.ts +1 -0
- package/_types/assets/definitions/bnb.d.ts.map +1 -1
- package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts +2 -1
- package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts.map +1 -1
- package/_types/assets/definitions/ethereum.d.ts +1 -0
- package/_types/assets/definitions/ethereum.d.ts.map +1 -1
- package/_types/assets/definitions/fantom.d.ts +1 -0
- package/_types/assets/definitions/fantom.d.ts.map +1 -1
- package/_types/assets/definitions/kava.d.ts +1 -0
- package/_types/assets/definitions/kava.d.ts.map +1 -1
- package/_types/assets/definitions/mantle.d.ts +1 -0
- package/_types/assets/definitions/mantle.d.ts.map +1 -1
- package/_types/assets/definitions/maticNetwork.d.ts +1 -0
- package/_types/assets/definitions/maticNetwork.d.ts.map +1 -1
- package/_types/assets/definitions/metis.d.ts +1 -0
- package/_types/assets/definitions/metis.d.ts.map +1 -1
- package/_types/assets/definitions/moonbeam.d.ts +1 -0
- package/_types/assets/definitions/moonbeam.d.ts.map +1 -1
- package/_types/assets/definitions/moonriver.d.ts +1 -0
- package/_types/assets/definitions/moonriver.d.ts.map +1 -1
- package/_types/assets/definitions/oasys.d.ts +1 -0
- package/_types/assets/definitions/oasys.d.ts.map +1 -1
- package/_types/assets/definitions/ronin.d.ts +1 -0
- package/_types/assets/definitions/ronin.d.ts.map +1 -1
- package/_types/assets/definitions/solana.d.ts +1 -0
- package/_types/assets/definitions/solana.d.ts.map +1 -1
- package/_types/assets/schemas/asset.d.ts +5 -0
- package/_types/assets/schemas/asset.d.ts.map +1 -1
- package/_types/assets/schemas/cryptoCurrency.d.ts +5 -0
- package/_types/assets/schemas/cryptoCurrency.d.ts.map +1 -1
- package/_types/assets/types/dataSource.d.ts +2 -3
- package/_types/assets/types/dataSource.d.ts.map +1 -1
- package/_types/setAccountActionPrices.d.ts +57 -0
- package/_types/setAccountActionPrices.d.ts.map +1 -1
- package/_types/tests/utils.d.ts.map +1 -1
- package/assets/definitions/astar.ts +1 -0
- package/assets/definitions/avalanche.ts +1 -0
- package/assets/definitions/bnb.ts +1 -0
- package/assets/definitions/coingeckoCryptoCurrencyDataSource.ts +21 -25
- package/assets/definitions/ethereum.ts +1 -0
- package/assets/definitions/fantom.ts +1 -0
- package/assets/definitions/kava.ts +1 -0
- package/assets/definitions/mantle.ts +1 -0
- package/assets/definitions/maticNetwork.ts +1 -0
- package/assets/definitions/metis.ts +1 -0
- package/assets/definitions/moonbeam.ts +1 -0
- package/assets/definitions/moonriver.ts +1 -0
- package/assets/definitions/oasys.ts +1 -0
- package/assets/definitions/ronin.ts +1 -0
- package/assets/definitions/solana.ts +1 -0
- package/assets/schemas/cryptoCurrency.ts +2 -0
- package/assets/types/dataSource.ts +2 -3
- package/package.json +1 -1
- package/setAccountActionPrices.ts +6 -10
- package/tests/utils.ts +3 -4
|
@@ -135,6 +135,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
135
135
|
decimals: number;
|
|
136
136
|
} | undefined;
|
|
137
137
|
}>;
|
|
138
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
138
139
|
updatedAt: z.ZodNumber;
|
|
139
140
|
}, "strip", z.ZodTypeAny, {
|
|
140
141
|
symbol: string;
|
|
@@ -150,6 +151,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
150
151
|
};
|
|
151
152
|
updatedAt: number;
|
|
152
153
|
icon?: string | undefined;
|
|
154
|
+
priceDatasourceId?: string | undefined;
|
|
153
155
|
}, {
|
|
154
156
|
symbol: string;
|
|
155
157
|
type: "CryptoCurrency";
|
|
@@ -164,8 +166,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
164
166
|
};
|
|
165
167
|
updatedAt: number;
|
|
166
168
|
icon?: string | undefined;
|
|
169
|
+
priceDatasourceId?: string | undefined;
|
|
167
170
|
}>, {
|
|
168
171
|
icon: string | undefined;
|
|
172
|
+
priceDatasourceId: string | undefined;
|
|
169
173
|
symbol: string;
|
|
170
174
|
type: "CryptoCurrency";
|
|
171
175
|
id: string;
|
|
@@ -192,10 +196,12 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
192
196
|
};
|
|
193
197
|
updatedAt: number;
|
|
194
198
|
icon?: string | undefined;
|
|
199
|
+
priceDatasourceId?: string | undefined;
|
|
195
200
|
}>;
|
|
196
201
|
}, "strip", z.ZodTypeAny, {
|
|
197
202
|
asset: {
|
|
198
203
|
icon: string | undefined;
|
|
204
|
+
priceDatasourceId: string | undefined;
|
|
199
205
|
symbol: string;
|
|
200
206
|
type: "CryptoCurrency";
|
|
201
207
|
id: string;
|
|
@@ -240,6 +246,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
240
246
|
};
|
|
241
247
|
updatedAt: number;
|
|
242
248
|
icon?: string | undefined;
|
|
249
|
+
priceDatasourceId?: string | undefined;
|
|
243
250
|
};
|
|
244
251
|
amount: {
|
|
245
252
|
value: bigint;
|
|
@@ -271,6 +278,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
271
278
|
} | undefined;
|
|
272
279
|
asset: {
|
|
273
280
|
icon: string | undefined;
|
|
281
|
+
priceDatasourceId: string | undefined;
|
|
274
282
|
symbol: string;
|
|
275
283
|
type: "CryptoCurrency";
|
|
276
284
|
id: string;
|
|
@@ -304,6 +312,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
304
312
|
};
|
|
305
313
|
updatedAt: number;
|
|
306
314
|
icon?: string | undefined;
|
|
315
|
+
priceDatasourceId?: string | undefined;
|
|
307
316
|
};
|
|
308
317
|
amount: {
|
|
309
318
|
value: bigint;
|
|
@@ -533,6 +542,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
533
542
|
} | undefined;
|
|
534
543
|
asset: {
|
|
535
544
|
icon: string | undefined;
|
|
545
|
+
priceDatasourceId: string | undefined;
|
|
536
546
|
symbol: string;
|
|
537
547
|
type: "CryptoCurrency";
|
|
538
548
|
id: string;
|
|
@@ -611,6 +621,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
611
621
|
};
|
|
612
622
|
updatedAt: number;
|
|
613
623
|
icon?: string | undefined;
|
|
624
|
+
priceDatasourceId?: string | undefined;
|
|
614
625
|
};
|
|
615
626
|
amount: {
|
|
616
627
|
value: bigint;
|
|
@@ -696,6 +707,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
696
707
|
} | undefined;
|
|
697
708
|
asset: {
|
|
698
709
|
icon: string | undefined;
|
|
710
|
+
priceDatasourceId: string | undefined;
|
|
699
711
|
symbol: string;
|
|
700
712
|
type: "CryptoCurrency";
|
|
701
713
|
id: string;
|
|
@@ -765,6 +777,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
765
777
|
};
|
|
766
778
|
updatedAt: number;
|
|
767
779
|
icon?: string | undefined;
|
|
780
|
+
priceDatasourceId?: string | undefined;
|
|
768
781
|
};
|
|
769
782
|
amount: {
|
|
770
783
|
value: bigint;
|
|
@@ -954,6 +967,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
954
967
|
decimals: number;
|
|
955
968
|
} | undefined;
|
|
956
969
|
}>;
|
|
970
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
957
971
|
updatedAt: z.ZodNumber;
|
|
958
972
|
}, "strip", z.ZodTypeAny, {
|
|
959
973
|
symbol: string;
|
|
@@ -969,6 +983,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
969
983
|
};
|
|
970
984
|
updatedAt: number;
|
|
971
985
|
icon?: string | undefined;
|
|
986
|
+
priceDatasourceId?: string | undefined;
|
|
972
987
|
}, {
|
|
973
988
|
symbol: string;
|
|
974
989
|
type: "CryptoCurrency";
|
|
@@ -983,8 +998,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
983
998
|
};
|
|
984
999
|
updatedAt: number;
|
|
985
1000
|
icon?: string | undefined;
|
|
1001
|
+
priceDatasourceId?: string | undefined;
|
|
986
1002
|
}>, {
|
|
987
1003
|
icon: string | undefined;
|
|
1004
|
+
priceDatasourceId: string | undefined;
|
|
988
1005
|
symbol: string;
|
|
989
1006
|
type: "CryptoCurrency";
|
|
990
1007
|
id: string;
|
|
@@ -1011,10 +1028,12 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1011
1028
|
};
|
|
1012
1029
|
updatedAt: number;
|
|
1013
1030
|
icon?: string | undefined;
|
|
1031
|
+
priceDatasourceId?: string | undefined;
|
|
1014
1032
|
}>;
|
|
1015
1033
|
}, "strip", z.ZodTypeAny, {
|
|
1016
1034
|
asset: {
|
|
1017
1035
|
icon: string | undefined;
|
|
1036
|
+
priceDatasourceId: string | undefined;
|
|
1018
1037
|
symbol: string;
|
|
1019
1038
|
type: "CryptoCurrency";
|
|
1020
1039
|
id: string;
|
|
@@ -1059,6 +1078,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1059
1078
|
};
|
|
1060
1079
|
updatedAt: number;
|
|
1061
1080
|
icon?: string | undefined;
|
|
1081
|
+
priceDatasourceId?: string | undefined;
|
|
1062
1082
|
};
|
|
1063
1083
|
amount: {
|
|
1064
1084
|
value: bigint;
|
|
@@ -1090,6 +1110,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1090
1110
|
} | undefined;
|
|
1091
1111
|
asset: {
|
|
1092
1112
|
icon: string | undefined;
|
|
1113
|
+
priceDatasourceId: string | undefined;
|
|
1093
1114
|
symbol: string;
|
|
1094
1115
|
type: "CryptoCurrency";
|
|
1095
1116
|
id: string;
|
|
@@ -1123,6 +1144,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1123
1144
|
};
|
|
1124
1145
|
updatedAt: number;
|
|
1125
1146
|
icon?: string | undefined;
|
|
1147
|
+
priceDatasourceId?: string | undefined;
|
|
1126
1148
|
};
|
|
1127
1149
|
amount: {
|
|
1128
1150
|
value: bigint;
|
|
@@ -1352,6 +1374,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1352
1374
|
} | undefined;
|
|
1353
1375
|
asset: {
|
|
1354
1376
|
icon: string | undefined;
|
|
1377
|
+
priceDatasourceId: string | undefined;
|
|
1355
1378
|
symbol: string;
|
|
1356
1379
|
type: "CryptoCurrency";
|
|
1357
1380
|
id: string;
|
|
@@ -1430,6 +1453,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1430
1453
|
};
|
|
1431
1454
|
updatedAt: number;
|
|
1432
1455
|
icon?: string | undefined;
|
|
1456
|
+
priceDatasourceId?: string | undefined;
|
|
1433
1457
|
};
|
|
1434
1458
|
amount: {
|
|
1435
1459
|
value: bigint;
|
|
@@ -1515,6 +1539,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1515
1539
|
} | undefined;
|
|
1516
1540
|
asset: {
|
|
1517
1541
|
icon: string | undefined;
|
|
1542
|
+
priceDatasourceId: string | undefined;
|
|
1518
1543
|
symbol: string;
|
|
1519
1544
|
type: "CryptoCurrency";
|
|
1520
1545
|
id: string;
|
|
@@ -1584,6 +1609,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1584
1609
|
};
|
|
1585
1610
|
updatedAt: number;
|
|
1586
1611
|
icon?: string | undefined;
|
|
1612
|
+
priceDatasourceId?: string | undefined;
|
|
1587
1613
|
};
|
|
1588
1614
|
amount: {
|
|
1589
1615
|
value: bigint;
|
|
@@ -1762,6 +1788,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1762
1788
|
decimals: number;
|
|
1763
1789
|
} | undefined;
|
|
1764
1790
|
}>;
|
|
1791
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
1765
1792
|
updatedAt: z.ZodNumber;
|
|
1766
1793
|
}, "strip", z.ZodTypeAny, {
|
|
1767
1794
|
symbol: string;
|
|
@@ -1777,6 +1804,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1777
1804
|
};
|
|
1778
1805
|
updatedAt: number;
|
|
1779
1806
|
icon?: string | undefined;
|
|
1807
|
+
priceDatasourceId?: string | undefined;
|
|
1780
1808
|
}, {
|
|
1781
1809
|
symbol: string;
|
|
1782
1810
|
type: "CryptoCurrency";
|
|
@@ -1791,8 +1819,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1791
1819
|
};
|
|
1792
1820
|
updatedAt: number;
|
|
1793
1821
|
icon?: string | undefined;
|
|
1822
|
+
priceDatasourceId?: string | undefined;
|
|
1794
1823
|
}>, {
|
|
1795
1824
|
icon: string | undefined;
|
|
1825
|
+
priceDatasourceId: string | undefined;
|
|
1796
1826
|
symbol: string;
|
|
1797
1827
|
type: "CryptoCurrency";
|
|
1798
1828
|
id: string;
|
|
@@ -1819,6 +1849,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1819
1849
|
};
|
|
1820
1850
|
updatedAt: number;
|
|
1821
1851
|
icon?: string | undefined;
|
|
1852
|
+
priceDatasourceId?: string | undefined;
|
|
1822
1853
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1823
1854
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
1824
1855
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -1904,6 +1935,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1904
1935
|
}, "strip", z.ZodTypeAny, {
|
|
1905
1936
|
asset: {
|
|
1906
1937
|
icon: string | undefined;
|
|
1938
|
+
priceDatasourceId: string | undefined;
|
|
1907
1939
|
symbol: string;
|
|
1908
1940
|
type: "CryptoCurrency";
|
|
1909
1941
|
id: string;
|
|
@@ -1962,6 +1994,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
1962
1994
|
};
|
|
1963
1995
|
updatedAt: number;
|
|
1964
1996
|
icon?: string | undefined;
|
|
1997
|
+
priceDatasourceId?: string | undefined;
|
|
1965
1998
|
} | {
|
|
1966
1999
|
symbol: string;
|
|
1967
2000
|
type: "FiatCurrency";
|
|
@@ -2007,6 +2040,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2007
2040
|
} | undefined;
|
|
2008
2041
|
asset: {
|
|
2009
2042
|
icon: string | undefined;
|
|
2043
|
+
priceDatasourceId: string | undefined;
|
|
2010
2044
|
symbol: string;
|
|
2011
2045
|
type: "CryptoCurrency";
|
|
2012
2046
|
id: string;
|
|
@@ -2054,6 +2088,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2054
2088
|
};
|
|
2055
2089
|
updatedAt: number;
|
|
2056
2090
|
icon?: string | undefined;
|
|
2091
|
+
priceDatasourceId?: string | undefined;
|
|
2057
2092
|
} | {
|
|
2058
2093
|
symbol: string;
|
|
2059
2094
|
type: "FiatCurrency";
|
|
@@ -2162,6 +2197,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2162
2197
|
decimals: number;
|
|
2163
2198
|
} | undefined;
|
|
2164
2199
|
}>;
|
|
2200
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
2165
2201
|
updatedAt: z.ZodNumber;
|
|
2166
2202
|
}, "strip", z.ZodTypeAny, {
|
|
2167
2203
|
symbol: string;
|
|
@@ -2177,6 +2213,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2177
2213
|
};
|
|
2178
2214
|
updatedAt: number;
|
|
2179
2215
|
icon?: string | undefined;
|
|
2216
|
+
priceDatasourceId?: string | undefined;
|
|
2180
2217
|
}, {
|
|
2181
2218
|
symbol: string;
|
|
2182
2219
|
type: "CryptoCurrency";
|
|
@@ -2191,8 +2228,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2191
2228
|
};
|
|
2192
2229
|
updatedAt: number;
|
|
2193
2230
|
icon?: string | undefined;
|
|
2231
|
+
priceDatasourceId?: string | undefined;
|
|
2194
2232
|
}>, {
|
|
2195
2233
|
icon: string | undefined;
|
|
2234
|
+
priceDatasourceId: string | undefined;
|
|
2196
2235
|
symbol: string;
|
|
2197
2236
|
type: "CryptoCurrency";
|
|
2198
2237
|
id: string;
|
|
@@ -2219,6 +2258,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2219
2258
|
};
|
|
2220
2259
|
updatedAt: number;
|
|
2221
2260
|
icon?: string | undefined;
|
|
2261
|
+
priceDatasourceId?: string | undefined;
|
|
2222
2262
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2223
2263
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
2224
2264
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -2304,6 +2344,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2304
2344
|
}, "strip", z.ZodTypeAny, {
|
|
2305
2345
|
asset: {
|
|
2306
2346
|
icon: string | undefined;
|
|
2347
|
+
priceDatasourceId: string | undefined;
|
|
2307
2348
|
symbol: string;
|
|
2308
2349
|
type: "CryptoCurrency";
|
|
2309
2350
|
id: string;
|
|
@@ -2362,6 +2403,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2362
2403
|
};
|
|
2363
2404
|
updatedAt: number;
|
|
2364
2405
|
icon?: string | undefined;
|
|
2406
|
+
priceDatasourceId?: string | undefined;
|
|
2365
2407
|
} | {
|
|
2366
2408
|
symbol: string;
|
|
2367
2409
|
type: "FiatCurrency";
|
|
@@ -2407,6 +2449,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2407
2449
|
} | undefined;
|
|
2408
2450
|
asset: {
|
|
2409
2451
|
icon: string | undefined;
|
|
2452
|
+
priceDatasourceId: string | undefined;
|
|
2410
2453
|
symbol: string;
|
|
2411
2454
|
type: "CryptoCurrency";
|
|
2412
2455
|
id: string;
|
|
@@ -2454,6 +2497,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2454
2497
|
};
|
|
2455
2498
|
updatedAt: number;
|
|
2456
2499
|
icon?: string | undefined;
|
|
2500
|
+
priceDatasourceId?: string | undefined;
|
|
2457
2501
|
} | {
|
|
2458
2502
|
symbol: string;
|
|
2459
2503
|
type: "FiatCurrency";
|
|
@@ -2507,6 +2551,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2507
2551
|
} | undefined;
|
|
2508
2552
|
asset: {
|
|
2509
2553
|
icon: string | undefined;
|
|
2554
|
+
priceDatasourceId: string | undefined;
|
|
2510
2555
|
symbol: string;
|
|
2511
2556
|
type: "CryptoCurrency";
|
|
2512
2557
|
id: string;
|
|
@@ -2553,6 +2598,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2553
2598
|
} | undefined;
|
|
2554
2599
|
asset: {
|
|
2555
2600
|
icon: string | undefined;
|
|
2601
|
+
priceDatasourceId: string | undefined;
|
|
2556
2602
|
symbol: string;
|
|
2557
2603
|
type: "CryptoCurrency";
|
|
2558
2604
|
id: string;
|
|
@@ -2619,6 +2665,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2619
2665
|
};
|
|
2620
2666
|
updatedAt: number;
|
|
2621
2667
|
icon?: string | undefined;
|
|
2668
|
+
priceDatasourceId?: string | undefined;
|
|
2622
2669
|
} | {
|
|
2623
2670
|
symbol: string;
|
|
2624
2671
|
type: "FiatCurrency";
|
|
@@ -2665,6 +2712,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2665
2712
|
};
|
|
2666
2713
|
updatedAt: number;
|
|
2667
2714
|
icon?: string | undefined;
|
|
2715
|
+
priceDatasourceId?: string | undefined;
|
|
2668
2716
|
} | {
|
|
2669
2717
|
symbol: string;
|
|
2670
2718
|
type: "FiatCurrency";
|
|
@@ -2738,6 +2786,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2738
2786
|
} | undefined;
|
|
2739
2787
|
asset: {
|
|
2740
2788
|
icon: string | undefined;
|
|
2789
|
+
priceDatasourceId: string | undefined;
|
|
2741
2790
|
symbol: string;
|
|
2742
2791
|
type: "CryptoCurrency";
|
|
2743
2792
|
id: string;
|
|
@@ -2784,6 +2833,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2784
2833
|
} | undefined;
|
|
2785
2834
|
asset: {
|
|
2786
2835
|
icon: string | undefined;
|
|
2836
|
+
priceDatasourceId: string | undefined;
|
|
2787
2837
|
symbol: string;
|
|
2788
2838
|
type: "CryptoCurrency";
|
|
2789
2839
|
id: string;
|
|
@@ -2841,6 +2891,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2841
2891
|
};
|
|
2842
2892
|
updatedAt: number;
|
|
2843
2893
|
icon?: string | undefined;
|
|
2894
|
+
priceDatasourceId?: string | undefined;
|
|
2844
2895
|
} | {
|
|
2845
2896
|
symbol: string;
|
|
2846
2897
|
type: "FiatCurrency";
|
|
@@ -2887,6 +2938,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
2887
2938
|
};
|
|
2888
2939
|
updatedAt: number;
|
|
2889
2940
|
icon?: string | undefined;
|
|
2941
|
+
priceDatasourceId?: string | undefined;
|
|
2890
2942
|
} | {
|
|
2891
2943
|
symbol: string;
|
|
2892
2944
|
type: "FiatCurrency";
|
|
@@ -3053,6 +3105,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3053
3105
|
decimals: number;
|
|
3054
3106
|
} | undefined;
|
|
3055
3107
|
}>;
|
|
3108
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3056
3109
|
updatedAt: z.ZodNumber;
|
|
3057
3110
|
}, "strip", z.ZodTypeAny, {
|
|
3058
3111
|
symbol: string;
|
|
@@ -3068,6 +3121,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3068
3121
|
};
|
|
3069
3122
|
updatedAt: number;
|
|
3070
3123
|
icon?: string | undefined;
|
|
3124
|
+
priceDatasourceId?: string | undefined;
|
|
3071
3125
|
}, {
|
|
3072
3126
|
symbol: string;
|
|
3073
3127
|
type: "CryptoCurrency";
|
|
@@ -3082,8 +3136,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3082
3136
|
};
|
|
3083
3137
|
updatedAt: number;
|
|
3084
3138
|
icon?: string | undefined;
|
|
3139
|
+
priceDatasourceId?: string | undefined;
|
|
3085
3140
|
}>, {
|
|
3086
3141
|
icon: string | undefined;
|
|
3142
|
+
priceDatasourceId: string | undefined;
|
|
3087
3143
|
symbol: string;
|
|
3088
3144
|
type: "CryptoCurrency";
|
|
3089
3145
|
id: string;
|
|
@@ -3110,6 +3166,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3110
3166
|
};
|
|
3111
3167
|
updatedAt: number;
|
|
3112
3168
|
icon?: string | undefined;
|
|
3169
|
+
priceDatasourceId?: string | undefined;
|
|
3113
3170
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3114
3171
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3115
3172
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -3195,6 +3252,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3195
3252
|
}, "strip", z.ZodTypeAny, {
|
|
3196
3253
|
asset: {
|
|
3197
3254
|
icon: string | undefined;
|
|
3255
|
+
priceDatasourceId: string | undefined;
|
|
3198
3256
|
symbol: string;
|
|
3199
3257
|
type: "CryptoCurrency";
|
|
3200
3258
|
id: string;
|
|
@@ -3253,6 +3311,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3253
3311
|
};
|
|
3254
3312
|
updatedAt: number;
|
|
3255
3313
|
icon?: string | undefined;
|
|
3314
|
+
priceDatasourceId?: string | undefined;
|
|
3256
3315
|
} | {
|
|
3257
3316
|
symbol: string;
|
|
3258
3317
|
type: "FiatCurrency";
|
|
@@ -3298,6 +3357,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3298
3357
|
} | undefined;
|
|
3299
3358
|
asset: {
|
|
3300
3359
|
icon: string | undefined;
|
|
3360
|
+
priceDatasourceId: string | undefined;
|
|
3301
3361
|
symbol: string;
|
|
3302
3362
|
type: "CryptoCurrency";
|
|
3303
3363
|
id: string;
|
|
@@ -3345,6 +3405,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3345
3405
|
};
|
|
3346
3406
|
updatedAt: number;
|
|
3347
3407
|
icon?: string | undefined;
|
|
3408
|
+
priceDatasourceId?: string | undefined;
|
|
3348
3409
|
} | {
|
|
3349
3410
|
symbol: string;
|
|
3350
3411
|
type: "FiatCurrency";
|
|
@@ -3453,6 +3514,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3453
3514
|
decimals: number;
|
|
3454
3515
|
} | undefined;
|
|
3455
3516
|
}>;
|
|
3517
|
+
priceDatasourceId: z.ZodOptional<z.ZodString>;
|
|
3456
3518
|
updatedAt: z.ZodNumber;
|
|
3457
3519
|
}, "strip", z.ZodTypeAny, {
|
|
3458
3520
|
symbol: string;
|
|
@@ -3468,6 +3530,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3468
3530
|
};
|
|
3469
3531
|
updatedAt: number;
|
|
3470
3532
|
icon?: string | undefined;
|
|
3533
|
+
priceDatasourceId?: string | undefined;
|
|
3471
3534
|
}, {
|
|
3472
3535
|
symbol: string;
|
|
3473
3536
|
type: "CryptoCurrency";
|
|
@@ -3482,8 +3545,10 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3482
3545
|
};
|
|
3483
3546
|
updatedAt: number;
|
|
3484
3547
|
icon?: string | undefined;
|
|
3548
|
+
priceDatasourceId?: string | undefined;
|
|
3485
3549
|
}>, {
|
|
3486
3550
|
icon: string | undefined;
|
|
3551
|
+
priceDatasourceId: string | undefined;
|
|
3487
3552
|
symbol: string;
|
|
3488
3553
|
type: "CryptoCurrency";
|
|
3489
3554
|
id: string;
|
|
@@ -3510,6 +3575,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3510
3575
|
};
|
|
3511
3576
|
updatedAt: number;
|
|
3512
3577
|
icon?: string | undefined;
|
|
3578
|
+
priceDatasourceId?: string | undefined;
|
|
3513
3579
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3514
3580
|
type: z.ZodLiteral<"FiatCurrency">;
|
|
3515
3581
|
id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
|
|
@@ -3595,6 +3661,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3595
3661
|
}, "strip", z.ZodTypeAny, {
|
|
3596
3662
|
asset: {
|
|
3597
3663
|
icon: string | undefined;
|
|
3664
|
+
priceDatasourceId: string | undefined;
|
|
3598
3665
|
symbol: string;
|
|
3599
3666
|
type: "CryptoCurrency";
|
|
3600
3667
|
id: string;
|
|
@@ -3653,6 +3720,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3653
3720
|
};
|
|
3654
3721
|
updatedAt: number;
|
|
3655
3722
|
icon?: string | undefined;
|
|
3723
|
+
priceDatasourceId?: string | undefined;
|
|
3656
3724
|
} | {
|
|
3657
3725
|
symbol: string;
|
|
3658
3726
|
type: "FiatCurrency";
|
|
@@ -3698,6 +3766,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3698
3766
|
} | undefined;
|
|
3699
3767
|
asset: {
|
|
3700
3768
|
icon: string | undefined;
|
|
3769
|
+
priceDatasourceId: string | undefined;
|
|
3701
3770
|
symbol: string;
|
|
3702
3771
|
type: "CryptoCurrency";
|
|
3703
3772
|
id: string;
|
|
@@ -3745,6 +3814,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3745
3814
|
};
|
|
3746
3815
|
updatedAt: number;
|
|
3747
3816
|
icon?: string | undefined;
|
|
3817
|
+
priceDatasourceId?: string | undefined;
|
|
3748
3818
|
} | {
|
|
3749
3819
|
symbol: string;
|
|
3750
3820
|
type: "FiatCurrency";
|
|
@@ -3798,6 +3868,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3798
3868
|
} | undefined;
|
|
3799
3869
|
asset: {
|
|
3800
3870
|
icon: string | undefined;
|
|
3871
|
+
priceDatasourceId: string | undefined;
|
|
3801
3872
|
symbol: string;
|
|
3802
3873
|
type: "CryptoCurrency";
|
|
3803
3874
|
id: string;
|
|
@@ -3844,6 +3915,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3844
3915
|
} | undefined;
|
|
3845
3916
|
asset: {
|
|
3846
3917
|
icon: string | undefined;
|
|
3918
|
+
priceDatasourceId: string | undefined;
|
|
3847
3919
|
symbol: string;
|
|
3848
3920
|
type: "CryptoCurrency";
|
|
3849
3921
|
id: string;
|
|
@@ -3910,6 +3982,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3910
3982
|
};
|
|
3911
3983
|
updatedAt: number;
|
|
3912
3984
|
icon?: string | undefined;
|
|
3985
|
+
priceDatasourceId?: string | undefined;
|
|
3913
3986
|
} | {
|
|
3914
3987
|
symbol: string;
|
|
3915
3988
|
type: "FiatCurrency";
|
|
@@ -3956,6 +4029,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
3956
4029
|
};
|
|
3957
4030
|
updatedAt: number;
|
|
3958
4031
|
icon?: string | undefined;
|
|
4032
|
+
priceDatasourceId?: string | undefined;
|
|
3959
4033
|
} | {
|
|
3960
4034
|
symbol: string;
|
|
3961
4035
|
type: "FiatCurrency";
|
|
@@ -4029,6 +4103,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4029
4103
|
} | undefined;
|
|
4030
4104
|
asset: {
|
|
4031
4105
|
icon: string | undefined;
|
|
4106
|
+
priceDatasourceId: string | undefined;
|
|
4032
4107
|
symbol: string;
|
|
4033
4108
|
type: "CryptoCurrency";
|
|
4034
4109
|
id: string;
|
|
@@ -4075,6 +4150,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4075
4150
|
} | undefined;
|
|
4076
4151
|
asset: {
|
|
4077
4152
|
icon: string | undefined;
|
|
4153
|
+
priceDatasourceId: string | undefined;
|
|
4078
4154
|
symbol: string;
|
|
4079
4155
|
type: "CryptoCurrency";
|
|
4080
4156
|
id: string;
|
|
@@ -4132,6 +4208,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4132
4208
|
};
|
|
4133
4209
|
updatedAt: number;
|
|
4134
4210
|
icon?: string | undefined;
|
|
4211
|
+
priceDatasourceId?: string | undefined;
|
|
4135
4212
|
} | {
|
|
4136
4213
|
symbol: string;
|
|
4137
4214
|
type: "FiatCurrency";
|
|
@@ -4178,6 +4255,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4178
4255
|
};
|
|
4179
4256
|
updatedAt: number;
|
|
4180
4257
|
icon?: string | undefined;
|
|
4258
|
+
priceDatasourceId?: string | undefined;
|
|
4181
4259
|
} | {
|
|
4182
4260
|
symbol: string;
|
|
4183
4261
|
type: "FiatCurrency";
|
|
@@ -4254,6 +4332,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4254
4332
|
} | undefined;
|
|
4255
4333
|
asset: {
|
|
4256
4334
|
icon: string | undefined;
|
|
4335
|
+
priceDatasourceId: string | undefined;
|
|
4257
4336
|
symbol: string;
|
|
4258
4337
|
type: "CryptoCurrency";
|
|
4259
4338
|
id: string;
|
|
@@ -4331,6 +4410,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4331
4410
|
} | undefined;
|
|
4332
4411
|
asset: {
|
|
4333
4412
|
icon: string | undefined;
|
|
4413
|
+
priceDatasourceId: string | undefined;
|
|
4334
4414
|
symbol: string;
|
|
4335
4415
|
type: "CryptoCurrency";
|
|
4336
4416
|
id: string;
|
|
@@ -4408,6 +4488,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4408
4488
|
} | undefined;
|
|
4409
4489
|
asset: {
|
|
4410
4490
|
icon: string | undefined;
|
|
4491
|
+
priceDatasourceId: string | undefined;
|
|
4411
4492
|
symbol: string;
|
|
4412
4493
|
type: "CryptoCurrency";
|
|
4413
4494
|
id: string;
|
|
@@ -4454,6 +4535,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4454
4535
|
} | undefined;
|
|
4455
4536
|
asset: {
|
|
4456
4537
|
icon: string | undefined;
|
|
4538
|
+
priceDatasourceId: string | undefined;
|
|
4457
4539
|
symbol: string;
|
|
4458
4540
|
type: "CryptoCurrency";
|
|
4459
4541
|
id: string;
|
|
@@ -4519,6 +4601,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4519
4601
|
} | undefined;
|
|
4520
4602
|
asset: {
|
|
4521
4603
|
icon: string | undefined;
|
|
4604
|
+
priceDatasourceId: string | undefined;
|
|
4522
4605
|
symbol: string;
|
|
4523
4606
|
type: "CryptoCurrency";
|
|
4524
4607
|
id: string;
|
|
@@ -4565,6 +4648,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4565
4648
|
} | undefined;
|
|
4566
4649
|
asset: {
|
|
4567
4650
|
icon: string | undefined;
|
|
4651
|
+
priceDatasourceId: string | undefined;
|
|
4568
4652
|
symbol: string;
|
|
4569
4653
|
type: "CryptoCurrency";
|
|
4570
4654
|
id: string;
|
|
@@ -4625,6 +4709,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4625
4709
|
};
|
|
4626
4710
|
updatedAt: number;
|
|
4627
4711
|
icon?: string | undefined;
|
|
4712
|
+
priceDatasourceId?: string | undefined;
|
|
4628
4713
|
};
|
|
4629
4714
|
amount: {
|
|
4630
4715
|
value: bigint;
|
|
@@ -4702,6 +4787,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4702
4787
|
};
|
|
4703
4788
|
updatedAt: number;
|
|
4704
4789
|
icon?: string | undefined;
|
|
4790
|
+
priceDatasourceId?: string | undefined;
|
|
4705
4791
|
};
|
|
4706
4792
|
amount: {
|
|
4707
4793
|
value: bigint;
|
|
@@ -4779,6 +4865,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4779
4865
|
};
|
|
4780
4866
|
updatedAt: number;
|
|
4781
4867
|
icon?: string | undefined;
|
|
4868
|
+
priceDatasourceId?: string | undefined;
|
|
4782
4869
|
} | {
|
|
4783
4870
|
symbol: string;
|
|
4784
4871
|
type: "FiatCurrency";
|
|
@@ -4825,6 +4912,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4825
4912
|
};
|
|
4826
4913
|
updatedAt: number;
|
|
4827
4914
|
icon?: string | undefined;
|
|
4915
|
+
priceDatasourceId?: string | undefined;
|
|
4828
4916
|
} | {
|
|
4829
4917
|
symbol: string;
|
|
4830
4918
|
type: "FiatCurrency";
|
|
@@ -4890,6 +4978,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4890
4978
|
};
|
|
4891
4979
|
updatedAt: number;
|
|
4892
4980
|
icon?: string | undefined;
|
|
4981
|
+
priceDatasourceId?: string | undefined;
|
|
4893
4982
|
} | {
|
|
4894
4983
|
symbol: string;
|
|
4895
4984
|
type: "FiatCurrency";
|
|
@@ -4936,6 +5025,7 @@ export declare const crossActionBundleSchema: z.ZodObject<{
|
|
|
4936
5025
|
};
|
|
4937
5026
|
updatedAt: number;
|
|
4938
5027
|
icon?: string | undefined;
|
|
5028
|
+
priceDatasourceId?: string | undefined;
|
|
4939
5029
|
} | {
|
|
4940
5030
|
symbol: string;
|
|
4941
5031
|
type: "FiatCurrency";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crossActionBundle.d.ts","sourceRoot":"","sources":["../../../actions/schemas/crossActionBundle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"crossActionBundle.d.ts","sourceRoot":"","sources":["../../../actions/schemas/crossActionBundle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUlC,CAAA"}
|