@0xtorch/core 0.0.15 → 0.0.17
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/actions/index.js +3 -1
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/parsers/borrow/borrow.js +1 -0
- package/_cjs/actions/parsers/borrow/borrow.js.map +1 -1
- package/_cjs/actions/parsers/borrow/borrowWithDebt.js +1 -0
- package/_cjs/actions/parsers/borrow/borrowWithDebt.js.map +1 -1
- package/_cjs/actions/parsers/crossReplace/bridgeFrom.js +1 -0
- package/_cjs/actions/parsers/crossReplace/bridgeFrom.js.map +1 -1
- package/_cjs/actions/parsers/crossReplace/bridgeTo.js +1 -0
- package/_cjs/actions/parsers/crossReplace/bridgeTo.js.map +1 -1
- package/_cjs/actions/parsers/crossReplace/crossReplace.js +1 -0
- package/_cjs/actions/parsers/crossReplace/crossReplace.js.map +1 -1
- package/_cjs/actions/parsers/crossTrade/crossTrade.js +1 -0
- package/_cjs/actions/parsers/crossTrade/crossTrade.js.map +1 -1
- package/_cjs/actions/parsers/deposit/addLiquidity.js +1 -0
- package/_cjs/actions/parsers/deposit/addLiquidity.js.map +1 -1
- package/_cjs/actions/parsers/deposit/deposit.js +1 -0
- package/_cjs/actions/parsers/deposit/deposit.js.map +1 -1
- package/_cjs/actions/parsers/deposit/depositWithBond.js +1 -0
- package/_cjs/actions/parsers/deposit/depositWithBond.js.map +1 -1
- package/_cjs/actions/parsers/deposit/stake.js +1 -0
- package/_cjs/actions/parsers/deposit/stake.js.map +1 -1
- package/_cjs/actions/parsers/fee/fee.js +2 -0
- package/_cjs/actions/parsers/fee/fee.js.map +1 -1
- package/_cjs/actions/parsers/fee/transactionFee.js +1 -0
- package/_cjs/actions/parsers/fee/transactionFee.js.map +1 -1
- package/_cjs/actions/parsers/ignore/approve.js +1 -0
- package/_cjs/actions/parsers/ignore/approve.js.map +1 -1
- package/_cjs/actions/parsers/ignore/failTx.js +1 -0
- package/_cjs/actions/parsers/ignore/failTx.js.map +1 -1
- package/_cjs/actions/parsers/ignore/revoke.js +1 -0
- package/_cjs/actions/parsers/ignore/revoke.js.map +1 -1
- package/_cjs/actions/parsers/ignore/spam.js +1 -0
- package/_cjs/actions/parsers/ignore/spam.js.map +1 -1
- package/_cjs/actions/parsers/income/atomicArbitrage.js +3 -0
- package/_cjs/actions/parsers/income/atomicArbitrage.js.map +1 -1
- package/_cjs/actions/parsers/income/freeMintNft.js +1 -0
- package/_cjs/actions/parsers/income/freeMintNft.js.map +1 -1
- package/_cjs/actions/parsers/income/income.js +1 -0
- package/_cjs/actions/parsers/income/income.js.map +1 -1
- package/_cjs/actions/parsers/repayment/repayment.js +1 -0
- package/_cjs/actions/parsers/repayment/repayment.js.map +1 -1
- package/_cjs/actions/parsers/repayment/repaymentWithDebt.js +1 -0
- package/_cjs/actions/parsers/repayment/repaymentWithDebt.js.map +1 -1
- package/_cjs/actions/parsers/replace/replace.js +1 -0
- package/_cjs/actions/parsers/replace/replace.js.map +1 -1
- package/_cjs/actions/parsers/replace/swapNft.js +1 -0
- package/_cjs/actions/parsers/replace/swapNft.js.map +1 -1
- package/_cjs/actions/parsers/replace/unwrap.js +1 -0
- package/_cjs/actions/parsers/replace/unwrap.js.map +1 -1
- package/_cjs/actions/parsers/replace/wrap.js +1 -0
- package/_cjs/actions/parsers/replace/wrap.js.map +1 -1
- package/_cjs/actions/parsers/trade/buyCrypto.js +2 -0
- package/_cjs/actions/parsers/trade/buyCrypto.js.map +1 -1
- package/_cjs/actions/parsers/trade/buyNft.js +5 -0
- package/_cjs/actions/parsers/trade/buyNft.js.map +1 -1
- package/_cjs/actions/parsers/trade/mintNft.js +3 -0
- package/_cjs/actions/parsers/trade/mintNft.js.map +1 -1
- package/_cjs/actions/parsers/trade/sellCrypto.js +2 -0
- package/_cjs/actions/parsers/trade/sellCrypto.js.map +1 -1
- package/_cjs/actions/parsers/trade/sellNft.js +5 -0
- package/_cjs/actions/parsers/trade/sellNft.js.map +1 -1
- package/_cjs/actions/parsers/trade/trade.js +8 -0
- package/_cjs/actions/parsers/trade/trade.js.map +1 -1
- package/_cjs/actions/parsers/valuedown/valuedown.js +1 -0
- package/_cjs/actions/parsers/valuedown/valuedown.js.map +1 -1
- package/_cjs/actions/parsers/valueup/valueup.js +1 -0
- package/_cjs/actions/parsers/valueup/valueup.js.map +1 -1
- package/_cjs/actions/parsers/withdraw/removeLiquidity.js +1 -0
- package/_cjs/actions/parsers/withdraw/removeLiquidity.js.map +1 -1
- package/_cjs/actions/parsers/withdraw/unstake.js +1 -0
- package/_cjs/actions/parsers/withdraw/unstake.js.map +1 -1
- package/_cjs/actions/parsers/withdraw/withdraw.js +1 -0
- package/_cjs/actions/parsers/withdraw/withdraw.js.map +1 -1
- package/_cjs/actions/parsers/withdraw/withdrawWithBond.js +1 -0
- package/_cjs/actions/parsers/withdraw/withdrawWithBond.js.map +1 -1
- package/_cjs/actions/utils.js +1318 -1
- package/_cjs/actions/utils.js.map +1 -1
- package/_cjs/index.js +3 -1
- package/_cjs/index.js.map +1 -1
- package/_esm/actions/index.js +1 -1
- package/_esm/actions/index.js.map +1 -1
- package/_esm/actions/parsers/borrow/borrow.js +1 -0
- package/_esm/actions/parsers/borrow/borrow.js.map +1 -1
- package/_esm/actions/parsers/borrow/borrowWithDebt.js +1 -0
- package/_esm/actions/parsers/borrow/borrowWithDebt.js.map +1 -1
- package/_esm/actions/parsers/crossReplace/bridgeFrom.js +1 -0
- package/_esm/actions/parsers/crossReplace/bridgeFrom.js.map +1 -1
- package/_esm/actions/parsers/crossReplace/bridgeTo.js +1 -0
- package/_esm/actions/parsers/crossReplace/bridgeTo.js.map +1 -1
- package/_esm/actions/parsers/crossReplace/crossReplace.js +1 -0
- package/_esm/actions/parsers/crossReplace/crossReplace.js.map +1 -1
- package/_esm/actions/parsers/crossTrade/crossTrade.js +1 -0
- package/_esm/actions/parsers/crossTrade/crossTrade.js.map +1 -1
- package/_esm/actions/parsers/deposit/addLiquidity.js +1 -0
- package/_esm/actions/parsers/deposit/addLiquidity.js.map +1 -1
- package/_esm/actions/parsers/deposit/deposit.js +1 -0
- package/_esm/actions/parsers/deposit/deposit.js.map +1 -1
- package/_esm/actions/parsers/deposit/depositWithBond.js +1 -0
- package/_esm/actions/parsers/deposit/depositWithBond.js.map +1 -1
- package/_esm/actions/parsers/deposit/stake.js +1 -0
- package/_esm/actions/parsers/deposit/stake.js.map +1 -1
- package/_esm/actions/parsers/fee/fee.js +2 -0
- package/_esm/actions/parsers/fee/fee.js.map +1 -1
- package/_esm/actions/parsers/fee/transactionFee.js +1 -0
- package/_esm/actions/parsers/fee/transactionFee.js.map +1 -1
- package/_esm/actions/parsers/ignore/approve.js +1 -0
- package/_esm/actions/parsers/ignore/approve.js.map +1 -1
- package/_esm/actions/parsers/ignore/failTx.js +1 -0
- package/_esm/actions/parsers/ignore/failTx.js.map +1 -1
- package/_esm/actions/parsers/ignore/revoke.js +1 -0
- package/_esm/actions/parsers/ignore/revoke.js.map +1 -1
- package/_esm/actions/parsers/ignore/spam.js +1 -0
- package/_esm/actions/parsers/ignore/spam.js.map +1 -1
- package/_esm/actions/parsers/income/atomicArbitrage.js +3 -0
- package/_esm/actions/parsers/income/atomicArbitrage.js.map +1 -1
- package/_esm/actions/parsers/income/freeMintNft.js +1 -0
- package/_esm/actions/parsers/income/freeMintNft.js.map +1 -1
- package/_esm/actions/parsers/income/income.js +1 -0
- package/_esm/actions/parsers/income/income.js.map +1 -1
- package/_esm/actions/parsers/repayment/repayment.js +1 -0
- package/_esm/actions/parsers/repayment/repayment.js.map +1 -1
- package/_esm/actions/parsers/repayment/repaymentWithDebt.js +1 -0
- package/_esm/actions/parsers/repayment/repaymentWithDebt.js.map +1 -1
- package/_esm/actions/parsers/replace/replace.js +1 -0
- package/_esm/actions/parsers/replace/replace.js.map +1 -1
- package/_esm/actions/parsers/replace/swapNft.js +1 -0
- package/_esm/actions/parsers/replace/swapNft.js.map +1 -1
- package/_esm/actions/parsers/replace/unwrap.js +1 -0
- package/_esm/actions/parsers/replace/unwrap.js.map +1 -1
- package/_esm/actions/parsers/replace/wrap.js +1 -0
- package/_esm/actions/parsers/replace/wrap.js.map +1 -1
- package/_esm/actions/parsers/trade/buyCrypto.js +2 -0
- package/_esm/actions/parsers/trade/buyCrypto.js.map +1 -1
- package/_esm/actions/parsers/trade/buyNft.js +5 -0
- package/_esm/actions/parsers/trade/buyNft.js.map +1 -1
- package/_esm/actions/parsers/trade/mintNft.js +3 -0
- package/_esm/actions/parsers/trade/mintNft.js.map +1 -1
- package/_esm/actions/parsers/trade/sellCrypto.js +2 -0
- package/_esm/actions/parsers/trade/sellCrypto.js.map +1 -1
- package/_esm/actions/parsers/trade/sellNft.js +5 -0
- package/_esm/actions/parsers/trade/sellNft.js.map +1 -1
- package/_esm/actions/parsers/trade/trade.js +8 -0
- package/_esm/actions/parsers/trade/trade.js.map +1 -1
- package/_esm/actions/parsers/valuedown/valuedown.js +1 -0
- package/_esm/actions/parsers/valuedown/valuedown.js.map +1 -1
- package/_esm/actions/parsers/valueup/valueup.js +1 -0
- package/_esm/actions/parsers/valueup/valueup.js.map +1 -1
- package/_esm/actions/parsers/withdraw/removeLiquidity.js +1 -0
- package/_esm/actions/parsers/withdraw/removeLiquidity.js.map +1 -1
- package/_esm/actions/parsers/withdraw/unstake.js +1 -0
- package/_esm/actions/parsers/withdraw/unstake.js.map +1 -1
- package/_esm/actions/parsers/withdraw/withdraw.js +1 -0
- package/_esm/actions/parsers/withdraw/withdraw.js.map +1 -1
- package/_esm/actions/parsers/withdraw/withdrawWithBond.js +1 -0
- package/_esm/actions/parsers/withdraw/withdrawWithBond.js.map +1 -1
- package/_esm/actions/utils.js +1389 -0
- package/_esm/actions/utils.js.map +1 -1
- package/_esm/index.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_types/actions/index.d.ts +2 -2
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/actions/parsers/borrow/borrow.d.ts.map +1 -1
- package/_types/actions/parsers/borrow/borrowWithDebt.d.ts.map +1 -1
- package/_types/actions/parsers/crossReplace/bridgeFrom.d.ts.map +1 -1
- package/_types/actions/parsers/crossReplace/bridgeTo.d.ts.map +1 -1
- package/_types/actions/parsers/crossReplace/crossReplace.d.ts.map +1 -1
- package/_types/actions/parsers/crossTrade/crossTrade.d.ts.map +1 -1
- package/_types/actions/parsers/default.d.ts +1 -1
- package/_types/actions/parsers/deposit/addLiquidity.d.ts.map +1 -1
- package/_types/actions/parsers/deposit/deposit.d.ts.map +1 -1
- package/_types/actions/parsers/deposit/depositWithBond.d.ts.map +1 -1
- package/_types/actions/parsers/deposit/stake.d.ts.map +1 -1
- package/_types/actions/parsers/fee/fee.d.ts.map +1 -1
- package/_types/actions/parsers/fee/transactionFee.d.ts.map +1 -1
- package/_types/actions/parsers/ignore/approve.d.ts.map +1 -1
- package/_types/actions/parsers/ignore/failTx.d.ts.map +1 -1
- package/_types/actions/parsers/ignore/revoke.d.ts.map +1 -1
- package/_types/actions/parsers/ignore/spam.d.ts.map +1 -1
- package/_types/actions/parsers/income/atomicArbitrage.d.ts.map +1 -1
- package/_types/actions/parsers/income/freeMintNft.d.ts.map +1 -1
- package/_types/actions/parsers/income/income.d.ts.map +1 -1
- package/_types/actions/parsers/repayment/repayment.d.ts.map +1 -1
- package/_types/actions/parsers/repayment/repaymentWithDebt.d.ts.map +1 -1
- package/_types/actions/parsers/replace/replace.d.ts.map +1 -1
- package/_types/actions/parsers/replace/swapNft.d.ts.map +1 -1
- package/_types/actions/parsers/replace/unwrap.d.ts.map +1 -1
- package/_types/actions/parsers/replace/wrap.d.ts.map +1 -1
- package/_types/actions/parsers/trade/buyCrypto.d.ts.map +1 -1
- package/_types/actions/parsers/trade/buyNft.d.ts.map +1 -1
- package/_types/actions/parsers/trade/mintNft.d.ts.map +1 -1
- package/_types/actions/parsers/trade/sellCrypto.d.ts.map +1 -1
- package/_types/actions/parsers/trade/sellNft.d.ts.map +1 -1
- package/_types/actions/parsers/trade/trade.d.ts.map +1 -1
- package/_types/actions/parsers/valuedown/valuedown.d.ts.map +1 -1
- package/_types/actions/parsers/valueup/valueup.d.ts.map +1 -1
- package/_types/actions/parsers/withdraw/removeLiquidity.d.ts.map +1 -1
- package/_types/actions/parsers/withdraw/unstake.d.ts.map +1 -1
- package/_types/actions/parsers/withdraw/withdraw.d.ts.map +1 -1
- package/_types/actions/parsers/withdraw/withdrawWithBond.d.ts.map +1 -1
- package/_types/actions/schemas/action.d.ts +950 -950
- package/_types/actions/schemas/borrow/borrow.d.ts +16 -16
- package/_types/actions/schemas/borrow/borrowWithDebt.d.ts +16 -16
- package/_types/actions/schemas/crossActionBundle.d.ts +40 -40
- package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +16 -16
- package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +16 -16
- package/_types/actions/schemas/crossReplace/crossReplace.d.ts +16 -16
- package/_types/actions/schemas/crossTrade/crossTrade.d.ts +16 -16
- package/_types/actions/schemas/default/accountAction.d.ts +18 -18
- package/_types/actions/schemas/default/normalAction.d.ts +18 -18
- package/_types/actions/schemas/deposit/addLiquidity.d.ts +16 -16
- package/_types/actions/schemas/deposit/deposit.d.ts +16 -16
- package/_types/actions/schemas/deposit/depositWithBond.d.ts +16 -16
- package/_types/actions/schemas/deposit/stake.d.ts +16 -16
- package/_types/actions/schemas/fee/fee.d.ts +16 -16
- package/_types/actions/schemas/fee/transactionFee.d.ts +16 -16
- package/_types/actions/schemas/ignore/approve.d.ts +16 -16
- package/_types/actions/schemas/ignore/failTx.d.ts +16 -16
- package/_types/actions/schemas/ignore/ignore.d.ts +8 -8
- package/_types/actions/schemas/ignore/move.d.ts +8 -8
- package/_types/actions/schemas/ignore/receiveFromCex.d.ts +16 -16
- package/_types/actions/schemas/ignore/revoke.d.ts +16 -16
- package/_types/actions/schemas/ignore/sendToCex.d.ts +16 -16
- package/_types/actions/schemas/ignore/spam.d.ts +16 -16
- package/_types/actions/schemas/income/atomicArbitrage.d.ts +16 -16
- package/_types/actions/schemas/income/freeMintNft.d.ts +16 -16
- package/_types/actions/schemas/income/income.d.ts +16 -16
- package/_types/actions/schemas/income/nftRoyalty.d.ts +8 -8
- package/_types/actions/schemas/income/swapIncome.d.ts +8 -8
- package/_types/actions/schemas/reduce/reduce.d.ts +8 -8
- package/_types/actions/schemas/repayment/repayment.d.ts +16 -16
- package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +16 -16
- package/_types/actions/schemas/replace/replace.d.ts +16 -16
- package/_types/actions/schemas/replace/swapNft.d.ts +16 -16
- package/_types/actions/schemas/replace/unwrap.d.ts +16 -16
- package/_types/actions/schemas/replace/wrap.d.ts +16 -16
- package/_types/actions/schemas/trade/buyCrypto.d.ts +16 -16
- package/_types/actions/schemas/trade/buyNft.d.ts +16 -16
- package/_types/actions/schemas/trade/mintNft.d.ts +16 -16
- package/_types/actions/schemas/trade/sellCrypto.d.ts +16 -16
- package/_types/actions/schemas/trade/sellNft.d.ts +16 -16
- package/_types/actions/schemas/trade/trade.d.ts +16 -16
- package/_types/actions/schemas/transfer/swapTransfer.d.ts +8 -8
- package/_types/actions/schemas/transfer/transfer.d.ts +16 -16
- package/_types/actions/schemas/valuedown/valuedown.d.ts +16 -16
- package/_types/actions/schemas/valueup/valueup.d.ts +16 -16
- package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +16 -16
- package/_types/actions/schemas/withdraw/unstake.d.ts +16 -16
- package/_types/actions/schemas/withdraw/withdraw.d.ts +16 -16
- package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +16 -16
- package/_types/actions/types/action.d.ts +17 -1
- package/_types/actions/types/action.d.ts.map +1 -1
- package/_types/actions/types/index.d.ts +1 -1
- package/_types/actions/types/index.d.ts.map +1 -1
- package/_types/actions/utils.d.ts +3 -0
- package/_types/actions/utils.d.ts.map +1 -1
- package/_types/apps/schemas.d.ts +4 -4
- package/_types/index.d.ts +2 -2
- package/_types/index.d.ts.map +1 -1
- package/actions/index.ts +4 -0
- package/actions/parsers/borrow/borrow.ts +1 -0
- package/actions/parsers/borrow/borrowWithDebt.ts +1 -0
- package/actions/parsers/crossReplace/bridgeFrom.ts +1 -0
- package/actions/parsers/crossReplace/bridgeTo.ts +1 -0
- package/actions/parsers/crossReplace/crossReplace.ts +1 -0
- package/actions/parsers/crossTrade/crossTrade.ts +1 -0
- package/actions/parsers/deposit/addLiquidity.ts +1 -0
- package/actions/parsers/deposit/deposit.ts +1 -0
- package/actions/parsers/deposit/depositWithBond.ts +1 -0
- package/actions/parsers/deposit/stake.ts +1 -0
- package/actions/parsers/fee/fee.ts +2 -0
- package/actions/parsers/fee/transactionFee.ts +1 -0
- package/actions/parsers/ignore/approve.ts +1 -0
- package/actions/parsers/ignore/failTx.ts +1 -0
- package/actions/parsers/ignore/revoke.ts +1 -0
- package/actions/parsers/ignore/spam.ts +1 -0
- package/actions/parsers/income/atomicArbitrage.ts +3 -0
- package/actions/parsers/income/freeMintNft.ts +1 -0
- package/actions/parsers/income/income.ts +1 -0
- package/actions/parsers/repayment/repayment.ts +1 -0
- package/actions/parsers/repayment/repaymentWithDebt.ts +1 -0
- package/actions/parsers/replace/replace.ts +1 -0
- package/actions/parsers/replace/swapNft.ts +1 -0
- package/actions/parsers/replace/unwrap.ts +1 -0
- package/actions/parsers/replace/wrap.ts +1 -0
- package/actions/parsers/trade/buyCrypto.ts +2 -0
- package/actions/parsers/trade/buyNft.ts +5 -0
- package/actions/parsers/trade/mintNft.ts +3 -0
- package/actions/parsers/trade/sellCrypto.ts +2 -0
- package/actions/parsers/trade/sellNft.ts +5 -0
- package/actions/parsers/trade/trade.ts +8 -0
- package/actions/parsers/valuedown/valuedown.ts +1 -0
- package/actions/parsers/valueup/valueup.ts +1 -0
- package/actions/parsers/withdraw/removeLiquidity.ts +1 -0
- package/actions/parsers/withdraw/unstake.ts +1 -0
- package/actions/parsers/withdraw/withdraw.ts +1 -0
- package/actions/parsers/withdraw/withdrawWithBond.ts +1 -0
- package/actions/types/action.ts +26 -1
- package/actions/types/index.ts +2 -0
- package/actions/utils.ts +1951 -0
- package/index.ts +4 -0
- package/package.json +1 -1
|
@@ -13,15 +13,15 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
|
|
|
13
13
|
icon: z.ZodOptional<z.ZodString>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
id: string;
|
|
16
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
17
16
|
name: string;
|
|
17
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
18
18
|
description?: string | undefined;
|
|
19
19
|
website?: string | undefined;
|
|
20
20
|
icon?: string | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
id: string;
|
|
23
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
24
23
|
name: string;
|
|
24
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
25
25
|
description?: string | undefined;
|
|
26
26
|
website?: string | undefined;
|
|
27
27
|
icon?: string | undefined;
|
|
@@ -30,12 +30,12 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
|
|
|
30
30
|
website: string | undefined;
|
|
31
31
|
icon: string | undefined;
|
|
32
32
|
id: string;
|
|
33
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
34
33
|
name: string;
|
|
34
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
35
35
|
}, {
|
|
36
36
|
id: string;
|
|
37
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
38
37
|
name: string;
|
|
38
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
39
39
|
description?: string | undefined;
|
|
40
40
|
website?: string | undefined;
|
|
41
41
|
icon?: string | undefined;
|
|
@@ -524,8 +524,8 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
|
|
|
524
524
|
website: string | undefined;
|
|
525
525
|
icon: string | undefined;
|
|
526
526
|
id: string;
|
|
527
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
528
527
|
name: string;
|
|
528
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
529
529
|
} | undefined;
|
|
530
530
|
}, {
|
|
531
531
|
type: "CrossNormalAction";
|
|
@@ -591,8 +591,8 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
|
|
|
591
591
|
comment?: string | undefined;
|
|
592
592
|
app?: {
|
|
593
593
|
id: string;
|
|
594
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
595
594
|
name: string;
|
|
595
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
596
596
|
description?: string | undefined;
|
|
597
597
|
website?: string | undefined;
|
|
598
598
|
icon?: string | undefined;
|
|
@@ -604,8 +604,8 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
|
|
|
604
604
|
website: string | undefined;
|
|
605
605
|
icon: string | undefined;
|
|
606
606
|
id: string;
|
|
607
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
608
607
|
name: string;
|
|
608
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
609
609
|
} | undefined;
|
|
610
610
|
type: "CrossNormalAction";
|
|
611
611
|
timestamp: number;
|
|
@@ -731,8 +731,8 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
|
|
|
731
731
|
comment?: string | undefined;
|
|
732
732
|
app?: {
|
|
733
733
|
id: string;
|
|
734
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
735
734
|
name: string;
|
|
735
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
736
736
|
description?: string | undefined;
|
|
737
737
|
website?: string | undefined;
|
|
738
738
|
icon?: string | undefined;
|
|
@@ -754,15 +754,15 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
|
|
|
754
754
|
icon: z.ZodOptional<z.ZodString>;
|
|
755
755
|
}, "strip", z.ZodTypeAny, {
|
|
756
756
|
id: string;
|
|
757
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
758
757
|
name: string;
|
|
758
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
759
759
|
description?: string | undefined;
|
|
760
760
|
website?: string | undefined;
|
|
761
761
|
icon?: string | undefined;
|
|
762
762
|
}, {
|
|
763
763
|
id: string;
|
|
764
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
765
764
|
name: string;
|
|
765
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
766
766
|
description?: string | undefined;
|
|
767
767
|
website?: string | undefined;
|
|
768
768
|
icon?: string | undefined;
|
|
@@ -771,12 +771,12 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
|
|
|
771
771
|
website: string | undefined;
|
|
772
772
|
icon: string | undefined;
|
|
773
773
|
id: string;
|
|
774
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
775
774
|
name: string;
|
|
775
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
776
776
|
}, {
|
|
777
777
|
id: string;
|
|
778
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
779
778
|
name: string;
|
|
779
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
780
780
|
description?: string | undefined;
|
|
781
781
|
website?: string | undefined;
|
|
782
782
|
icon?: string | undefined;
|
|
@@ -1267,8 +1267,8 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1267
1267
|
website: string | undefined;
|
|
1268
1268
|
icon: string | undefined;
|
|
1269
1269
|
id: string;
|
|
1270
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1271
1270
|
name: string;
|
|
1271
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1272
1272
|
} | undefined;
|
|
1273
1273
|
}, {
|
|
1274
1274
|
type: "CrossAccountAction";
|
|
@@ -1336,8 +1336,8 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1336
1336
|
comment?: string | undefined;
|
|
1337
1337
|
app?: {
|
|
1338
1338
|
id: string;
|
|
1339
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1340
1339
|
name: string;
|
|
1340
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1341
1341
|
description?: string | undefined;
|
|
1342
1342
|
website?: string | undefined;
|
|
1343
1343
|
icon?: string | undefined;
|
|
@@ -1349,8 +1349,8 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1349
1349
|
website: string | undefined;
|
|
1350
1350
|
icon: string | undefined;
|
|
1351
1351
|
id: string;
|
|
1352
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1353
1352
|
name: string;
|
|
1353
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1354
1354
|
} | undefined;
|
|
1355
1355
|
type: "CrossAccountAction";
|
|
1356
1356
|
timestamp: number;
|
|
@@ -1480,8 +1480,8 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1480
1480
|
comment?: string | undefined;
|
|
1481
1481
|
app?: {
|
|
1482
1482
|
id: string;
|
|
1483
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1484
1483
|
name: string;
|
|
1484
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1485
1485
|
description?: string | undefined;
|
|
1486
1486
|
website?: string | undefined;
|
|
1487
1487
|
icon?: string | undefined;
|
|
@@ -13,15 +13,15 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
13
13
|
icon: z.ZodOptional<z.ZodString>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
id: string;
|
|
16
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
17
16
|
name: string;
|
|
17
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
18
18
|
description?: string | undefined;
|
|
19
19
|
website?: string | undefined;
|
|
20
20
|
icon?: string | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
id: string;
|
|
23
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
24
23
|
name: string;
|
|
24
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
25
25
|
description?: string | undefined;
|
|
26
26
|
website?: string | undefined;
|
|
27
27
|
icon?: string | undefined;
|
|
@@ -30,12 +30,12 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
30
30
|
website: string | undefined;
|
|
31
31
|
icon: string | undefined;
|
|
32
32
|
id: string;
|
|
33
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
34
33
|
name: string;
|
|
34
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
35
35
|
}, {
|
|
36
36
|
id: string;
|
|
37
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
38
37
|
name: string;
|
|
38
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
39
39
|
description?: string | undefined;
|
|
40
40
|
website?: string | undefined;
|
|
41
41
|
icon?: string | undefined;
|
|
@@ -838,8 +838,8 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
838
838
|
website: string | undefined;
|
|
839
839
|
icon: string | undefined;
|
|
840
840
|
id: string;
|
|
841
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
842
841
|
name: string;
|
|
842
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
843
843
|
} | undefined;
|
|
844
844
|
}, {
|
|
845
845
|
type: "CrossNormalAction";
|
|
@@ -934,8 +934,8 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
934
934
|
comment?: string | undefined;
|
|
935
935
|
app?: {
|
|
936
936
|
id: string;
|
|
937
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
938
937
|
name: string;
|
|
938
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
939
939
|
description?: string | undefined;
|
|
940
940
|
website?: string | undefined;
|
|
941
941
|
icon?: string | undefined;
|
|
@@ -947,8 +947,8 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
947
947
|
website: string | undefined;
|
|
948
948
|
icon: string | undefined;
|
|
949
949
|
id: string;
|
|
950
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
951
950
|
name: string;
|
|
951
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
952
952
|
} | undefined;
|
|
953
953
|
type: "CrossNormalAction";
|
|
954
954
|
timestamp: number;
|
|
@@ -1132,8 +1132,8 @@ export declare const normalActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1132
1132
|
comment?: string | undefined;
|
|
1133
1133
|
app?: {
|
|
1134
1134
|
id: string;
|
|
1135
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1136
1135
|
name: string;
|
|
1136
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1137
1137
|
description?: string | undefined;
|
|
1138
1138
|
website?: string | undefined;
|
|
1139
1139
|
icon?: string | undefined;
|
|
@@ -1155,15 +1155,15 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1155
1155
|
icon: z.ZodOptional<z.ZodString>;
|
|
1156
1156
|
}, "strip", z.ZodTypeAny, {
|
|
1157
1157
|
id: string;
|
|
1158
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1159
1158
|
name: string;
|
|
1159
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1160
1160
|
description?: string | undefined;
|
|
1161
1161
|
website?: string | undefined;
|
|
1162
1162
|
icon?: string | undefined;
|
|
1163
1163
|
}, {
|
|
1164
1164
|
id: string;
|
|
1165
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1166
1165
|
name: string;
|
|
1166
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1167
1167
|
description?: string | undefined;
|
|
1168
1168
|
website?: string | undefined;
|
|
1169
1169
|
icon?: string | undefined;
|
|
@@ -1172,12 +1172,12 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1172
1172
|
website: string | undefined;
|
|
1173
1173
|
icon: string | undefined;
|
|
1174
1174
|
id: string;
|
|
1175
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1176
1175
|
name: string;
|
|
1176
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1177
1177
|
}, {
|
|
1178
1178
|
id: string;
|
|
1179
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1180
1179
|
name: string;
|
|
1180
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1181
1181
|
description?: string | undefined;
|
|
1182
1182
|
website?: string | undefined;
|
|
1183
1183
|
icon?: string | undefined;
|
|
@@ -1982,8 +1982,8 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1982
1982
|
website: string | undefined;
|
|
1983
1983
|
icon: string | undefined;
|
|
1984
1984
|
id: string;
|
|
1985
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1986
1985
|
name: string;
|
|
1986
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1987
1987
|
} | undefined;
|
|
1988
1988
|
}, {
|
|
1989
1989
|
type: "CrossAccountAction";
|
|
@@ -2080,8 +2080,8 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2080
2080
|
comment?: string | undefined;
|
|
2081
2081
|
app?: {
|
|
2082
2082
|
id: string;
|
|
2083
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2084
2083
|
name: string;
|
|
2084
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2085
2085
|
description?: string | undefined;
|
|
2086
2086
|
website?: string | undefined;
|
|
2087
2087
|
icon?: string | undefined;
|
|
@@ -2093,8 +2093,8 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2093
2093
|
website: string | undefined;
|
|
2094
2094
|
icon: string | undefined;
|
|
2095
2095
|
id: string;
|
|
2096
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2097
2096
|
name: string;
|
|
2097
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2098
2098
|
} | undefined;
|
|
2099
2099
|
type: "CrossAccountAction";
|
|
2100
2100
|
timestamp: number;
|
|
@@ -2282,8 +2282,8 @@ export declare const accountActionCrossReplaceSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2282
2282
|
comment?: string | undefined;
|
|
2283
2283
|
app?: {
|
|
2284
2284
|
id: string;
|
|
2285
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2286
2285
|
name: string;
|
|
2286
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2287
2287
|
description?: string | undefined;
|
|
2288
2288
|
website?: string | undefined;
|
|
2289
2289
|
icon?: string | undefined;
|
|
@@ -13,15 +13,15 @@ export declare const normalActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
13
13
|
icon: z.ZodOptional<z.ZodString>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
id: string;
|
|
16
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
17
16
|
name: string;
|
|
17
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
18
18
|
description?: string | undefined;
|
|
19
19
|
website?: string | undefined;
|
|
20
20
|
icon?: string | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
id: string;
|
|
23
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
24
23
|
name: string;
|
|
24
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
25
25
|
description?: string | undefined;
|
|
26
26
|
website?: string | undefined;
|
|
27
27
|
icon?: string | undefined;
|
|
@@ -30,12 +30,12 @@ export declare const normalActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
30
30
|
website: string | undefined;
|
|
31
31
|
icon: string | undefined;
|
|
32
32
|
id: string;
|
|
33
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
34
33
|
name: string;
|
|
34
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
35
35
|
}, {
|
|
36
36
|
id: string;
|
|
37
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
38
37
|
name: string;
|
|
38
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
39
39
|
description?: string | undefined;
|
|
40
40
|
website?: string | undefined;
|
|
41
41
|
icon?: string | undefined;
|
|
@@ -838,8 +838,8 @@ export declare const normalActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
838
838
|
website: string | undefined;
|
|
839
839
|
icon: string | undefined;
|
|
840
840
|
id: string;
|
|
841
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
842
841
|
name: string;
|
|
842
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
843
843
|
} | undefined;
|
|
844
844
|
}, {
|
|
845
845
|
type: "CrossNormalAction";
|
|
@@ -934,8 +934,8 @@ export declare const normalActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
934
934
|
comment?: string | undefined;
|
|
935
935
|
app?: {
|
|
936
936
|
id: string;
|
|
937
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
938
937
|
name: string;
|
|
938
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
939
939
|
description?: string | undefined;
|
|
940
940
|
website?: string | undefined;
|
|
941
941
|
icon?: string | undefined;
|
|
@@ -947,8 +947,8 @@ export declare const normalActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
947
947
|
website: string | undefined;
|
|
948
948
|
icon: string | undefined;
|
|
949
949
|
id: string;
|
|
950
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
951
950
|
name: string;
|
|
951
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
952
952
|
} | undefined;
|
|
953
953
|
type: "CrossNormalAction";
|
|
954
954
|
timestamp: number;
|
|
@@ -1132,8 +1132,8 @@ export declare const normalActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1132
1132
|
comment?: string | undefined;
|
|
1133
1133
|
app?: {
|
|
1134
1134
|
id: string;
|
|
1135
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1136
1135
|
name: string;
|
|
1136
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1137
1137
|
description?: string | undefined;
|
|
1138
1138
|
website?: string | undefined;
|
|
1139
1139
|
icon?: string | undefined;
|
|
@@ -1155,15 +1155,15 @@ export declare const accountActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1155
1155
|
icon: z.ZodOptional<z.ZodString>;
|
|
1156
1156
|
}, "strip", z.ZodTypeAny, {
|
|
1157
1157
|
id: string;
|
|
1158
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1159
1158
|
name: string;
|
|
1159
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1160
1160
|
description?: string | undefined;
|
|
1161
1161
|
website?: string | undefined;
|
|
1162
1162
|
icon?: string | undefined;
|
|
1163
1163
|
}, {
|
|
1164
1164
|
id: string;
|
|
1165
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1166
1165
|
name: string;
|
|
1166
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1167
1167
|
description?: string | undefined;
|
|
1168
1168
|
website?: string | undefined;
|
|
1169
1169
|
icon?: string | undefined;
|
|
@@ -1172,12 +1172,12 @@ export declare const accountActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1172
1172
|
website: string | undefined;
|
|
1173
1173
|
icon: string | undefined;
|
|
1174
1174
|
id: string;
|
|
1175
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1176
1175
|
name: string;
|
|
1176
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1177
1177
|
}, {
|
|
1178
1178
|
id: string;
|
|
1179
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1180
1179
|
name: string;
|
|
1180
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1181
1181
|
description?: string | undefined;
|
|
1182
1182
|
website?: string | undefined;
|
|
1183
1183
|
icon?: string | undefined;
|
|
@@ -1982,8 +1982,8 @@ export declare const accountActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1982
1982
|
website: string | undefined;
|
|
1983
1983
|
icon: string | undefined;
|
|
1984
1984
|
id: string;
|
|
1985
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1986
1985
|
name: string;
|
|
1986
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1987
1987
|
} | undefined;
|
|
1988
1988
|
}, {
|
|
1989
1989
|
type: "CrossAccountAction";
|
|
@@ -2080,8 +2080,8 @@ export declare const accountActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2080
2080
|
comment?: string | undefined;
|
|
2081
2081
|
app?: {
|
|
2082
2082
|
id: string;
|
|
2083
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2084
2083
|
name: string;
|
|
2084
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2085
2085
|
description?: string | undefined;
|
|
2086
2086
|
website?: string | undefined;
|
|
2087
2087
|
icon?: string | undefined;
|
|
@@ -2093,8 +2093,8 @@ export declare const accountActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2093
2093
|
website: string | undefined;
|
|
2094
2094
|
icon: string | undefined;
|
|
2095
2095
|
id: string;
|
|
2096
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2097
2096
|
name: string;
|
|
2097
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2098
2098
|
} | undefined;
|
|
2099
2099
|
type: "CrossAccountAction";
|
|
2100
2100
|
timestamp: number;
|
|
@@ -2282,8 +2282,8 @@ export declare const accountActionCrossTradeSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2282
2282
|
comment?: string | undefined;
|
|
2283
2283
|
app?: {
|
|
2284
2284
|
id: string;
|
|
2285
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2286
2285
|
name: string;
|
|
2286
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2287
2287
|
description?: string | undefined;
|
|
2288
2288
|
website?: string | undefined;
|
|
2289
2289
|
icon?: string | undefined;
|
|
@@ -15,15 +15,15 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
15
15
|
icon: z.ZodOptional<z.ZodString>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
id: string;
|
|
18
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
19
18
|
name: string;
|
|
19
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
20
20
|
description?: string | undefined;
|
|
21
21
|
website?: string | undefined;
|
|
22
22
|
icon?: string | undefined;
|
|
23
23
|
}, {
|
|
24
24
|
id: string;
|
|
25
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
26
25
|
name: string;
|
|
26
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
27
27
|
description?: string | undefined;
|
|
28
28
|
website?: string | undefined;
|
|
29
29
|
icon?: string | undefined;
|
|
@@ -32,12 +32,12 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
32
32
|
website: string | undefined;
|
|
33
33
|
icon: string | undefined;
|
|
34
34
|
id: string;
|
|
35
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
36
35
|
name: string;
|
|
36
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
37
37
|
}, {
|
|
38
38
|
id: string;
|
|
39
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
40
39
|
name: string;
|
|
40
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
41
41
|
description?: string | undefined;
|
|
42
42
|
website?: string | undefined;
|
|
43
43
|
icon?: string | undefined;
|
|
@@ -1228,8 +1228,8 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1228
1228
|
website: string | undefined;
|
|
1229
1229
|
icon: string | undefined;
|
|
1230
1230
|
id: string;
|
|
1231
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1232
1231
|
name: string;
|
|
1232
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1233
1233
|
} | undefined;
|
|
1234
1234
|
}, {
|
|
1235
1235
|
type: "NormalAccountAction";
|
|
@@ -1365,8 +1365,8 @@ export declare const normalAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1365
1365
|
comment?: string | undefined;
|
|
1366
1366
|
app?: {
|
|
1367
1367
|
id: string;
|
|
1368
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1369
1368
|
name: string;
|
|
1369
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1370
1370
|
description?: string | undefined;
|
|
1371
1371
|
website?: string | undefined;
|
|
1372
1372
|
icon?: string | undefined;
|
|
@@ -1388,15 +1388,15 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1388
1388
|
icon: z.ZodOptional<z.ZodString>;
|
|
1389
1389
|
}, "strip", z.ZodTypeAny, {
|
|
1390
1390
|
id: string;
|
|
1391
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1392
1391
|
name: string;
|
|
1392
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1393
1393
|
description?: string | undefined;
|
|
1394
1394
|
website?: string | undefined;
|
|
1395
1395
|
icon?: string | undefined;
|
|
1396
1396
|
}, {
|
|
1397
1397
|
id: string;
|
|
1398
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1399
1398
|
name: string;
|
|
1399
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1400
1400
|
description?: string | undefined;
|
|
1401
1401
|
website?: string | undefined;
|
|
1402
1402
|
icon?: string | undefined;
|
|
@@ -1405,12 +1405,12 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
1405
1405
|
website: string | undefined;
|
|
1406
1406
|
icon: string | undefined;
|
|
1407
1407
|
id: string;
|
|
1408
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1409
1408
|
name: string;
|
|
1409
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1410
1410
|
}, {
|
|
1411
1411
|
id: string;
|
|
1412
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1413
1412
|
name: string;
|
|
1413
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1414
1414
|
description?: string | undefined;
|
|
1415
1415
|
website?: string | undefined;
|
|
1416
1416
|
icon?: string | undefined;
|
|
@@ -2605,8 +2605,8 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2605
2605
|
website: string | undefined;
|
|
2606
2606
|
icon: string | undefined;
|
|
2607
2607
|
id: string;
|
|
2608
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2609
2608
|
name: string;
|
|
2609
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2610
2610
|
} | undefined;
|
|
2611
2611
|
}, {
|
|
2612
2612
|
type: "CrossAccountAction";
|
|
@@ -2744,8 +2744,8 @@ export declare const crossAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2744
2744
|
comment?: string | undefined;
|
|
2745
2745
|
app?: {
|
|
2746
2746
|
id: string;
|
|
2747
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2748
2747
|
name: string;
|
|
2748
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2749
2749
|
description?: string | undefined;
|
|
2750
2750
|
website?: string | undefined;
|
|
2751
2751
|
icon?: string | undefined;
|
|
@@ -2767,15 +2767,15 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2767
2767
|
icon: z.ZodOptional<z.ZodString>;
|
|
2768
2768
|
}, "strip", z.ZodTypeAny, {
|
|
2769
2769
|
id: string;
|
|
2770
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2771
2770
|
name: string;
|
|
2771
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2772
2772
|
description?: string | undefined;
|
|
2773
2773
|
website?: string | undefined;
|
|
2774
2774
|
icon?: string | undefined;
|
|
2775
2775
|
}, {
|
|
2776
2776
|
id: string;
|
|
2777
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2778
2777
|
name: string;
|
|
2778
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2779
2779
|
description?: string | undefined;
|
|
2780
2780
|
website?: string | undefined;
|
|
2781
2781
|
icon?: string | undefined;
|
|
@@ -2784,12 +2784,12 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
2784
2784
|
website: string | undefined;
|
|
2785
2785
|
icon: string | undefined;
|
|
2786
2786
|
id: string;
|
|
2787
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2788
2787
|
name: string;
|
|
2788
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2789
2789
|
}, {
|
|
2790
2790
|
id: string;
|
|
2791
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2792
2791
|
name: string;
|
|
2792
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2793
2793
|
description?: string | undefined;
|
|
2794
2794
|
website?: string | undefined;
|
|
2795
2795
|
icon?: string | undefined;
|
|
@@ -3982,8 +3982,8 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
3982
3982
|
website: string | undefined;
|
|
3983
3983
|
icon: string | undefined;
|
|
3984
3984
|
id: string;
|
|
3985
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3986
3985
|
name: string;
|
|
3986
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
3987
3987
|
} | undefined;
|
|
3988
3988
|
}, {
|
|
3989
3989
|
type: "LoanAccountAction";
|
|
@@ -4120,8 +4120,8 @@ export declare const loanAccountActionDefaultSchema: z.ZodObject<{
|
|
|
4120
4120
|
comment?: string | undefined;
|
|
4121
4121
|
app?: {
|
|
4122
4122
|
id: string;
|
|
4123
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
4124
4123
|
name: string;
|
|
4124
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
4125
4125
|
description?: string | undefined;
|
|
4126
4126
|
website?: string | undefined;
|
|
4127
4127
|
icon?: string | undefined;
|