@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 normalActionSendToCexSchema: 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 normalActionSendToCexSchema: 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;
|
|
@@ -520,8 +520,8 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
520
520
|
website: string | undefined;
|
|
521
521
|
icon: string | undefined;
|
|
522
522
|
id: string;
|
|
523
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
524
523
|
name: string;
|
|
524
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
525
525
|
} | undefined;
|
|
526
526
|
}, {
|
|
527
527
|
type: "NormalAction";
|
|
@@ -585,8 +585,8 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
585
585
|
comment?: string | undefined;
|
|
586
586
|
app?: {
|
|
587
587
|
id: string;
|
|
588
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
589
588
|
name: string;
|
|
589
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
590
590
|
description?: string | undefined;
|
|
591
591
|
website?: string | undefined;
|
|
592
592
|
icon?: string | undefined;
|
|
@@ -598,8 +598,8 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
598
598
|
website: string | undefined;
|
|
599
599
|
icon: string | undefined;
|
|
600
600
|
id: string;
|
|
601
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
602
601
|
name: string;
|
|
602
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
603
603
|
} | undefined;
|
|
604
604
|
type: "NormalAction";
|
|
605
605
|
timestamp: number;
|
|
@@ -721,8 +721,8 @@ export declare const normalActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
721
721
|
comment?: string | undefined;
|
|
722
722
|
app?: {
|
|
723
723
|
id: string;
|
|
724
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
725
724
|
name: string;
|
|
725
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
726
726
|
description?: string | undefined;
|
|
727
727
|
website?: string | undefined;
|
|
728
728
|
icon?: string | undefined;
|
|
@@ -744,15 +744,15 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
744
744
|
icon: z.ZodOptional<z.ZodString>;
|
|
745
745
|
}, "strip", z.ZodTypeAny, {
|
|
746
746
|
id: string;
|
|
747
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
748
747
|
name: string;
|
|
748
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
749
749
|
description?: string | undefined;
|
|
750
750
|
website?: string | undefined;
|
|
751
751
|
icon?: string | undefined;
|
|
752
752
|
}, {
|
|
753
753
|
id: string;
|
|
754
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
755
754
|
name: string;
|
|
755
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
756
756
|
description?: string | undefined;
|
|
757
757
|
website?: string | undefined;
|
|
758
758
|
icon?: string | undefined;
|
|
@@ -761,12 +761,12 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
761
761
|
website: string | undefined;
|
|
762
762
|
icon: string | undefined;
|
|
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
|
}, {
|
|
767
767
|
id: string;
|
|
768
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
769
768
|
name: string;
|
|
769
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
770
770
|
description?: string | undefined;
|
|
771
771
|
website?: string | undefined;
|
|
772
772
|
icon?: string | undefined;
|
|
@@ -1253,8 +1253,8 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1253
1253
|
website: string | undefined;
|
|
1254
1254
|
icon: string | undefined;
|
|
1255
1255
|
id: string;
|
|
1256
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1257
1256
|
name: string;
|
|
1257
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1258
1258
|
} | undefined;
|
|
1259
1259
|
}, {
|
|
1260
1260
|
type: "NormalAccountAction";
|
|
@@ -1320,8 +1320,8 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1320
1320
|
comment?: string | undefined;
|
|
1321
1321
|
app?: {
|
|
1322
1322
|
id: string;
|
|
1323
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1324
1323
|
name: string;
|
|
1324
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1325
1325
|
description?: string | undefined;
|
|
1326
1326
|
website?: string | undefined;
|
|
1327
1327
|
icon?: string | undefined;
|
|
@@ -1333,8 +1333,8 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1333
1333
|
website: string | undefined;
|
|
1334
1334
|
icon: string | undefined;
|
|
1335
1335
|
id: string;
|
|
1336
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1337
1336
|
name: string;
|
|
1337
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1338
1338
|
} | undefined;
|
|
1339
1339
|
type: "NormalAccountAction";
|
|
1340
1340
|
timestamp: number;
|
|
@@ -1460,8 +1460,8 @@ export declare const accountActionSendToCexSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1460
1460
|
comment?: string | undefined;
|
|
1461
1461
|
app?: {
|
|
1462
1462
|
id: string;
|
|
1463
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1464
1463
|
name: string;
|
|
1464
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1465
1465
|
description?: string | undefined;
|
|
1466
1466
|
website?: string | undefined;
|
|
1467
1467
|
icon?: string | undefined;
|
|
@@ -13,15 +13,15 @@ export declare const normalActionSpamSchema: 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 normalActionSpamSchema: 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;
|
|
@@ -986,8 +986,8 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
986
986
|
website: string | undefined;
|
|
987
987
|
icon: string | undefined;
|
|
988
988
|
id: string;
|
|
989
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
990
989
|
name: string;
|
|
990
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
991
991
|
} | undefined;
|
|
992
992
|
}, {
|
|
993
993
|
type: "NormalAction";
|
|
@@ -1104,8 +1104,8 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1104
1104
|
comment?: string | undefined;
|
|
1105
1105
|
app?: {
|
|
1106
1106
|
id: string;
|
|
1107
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1108
1107
|
name: string;
|
|
1108
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1109
1109
|
description?: string | undefined;
|
|
1110
1110
|
website?: string | undefined;
|
|
1111
1111
|
icon?: string | undefined;
|
|
@@ -1117,8 +1117,8 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1117
1117
|
website: string | undefined;
|
|
1118
1118
|
icon: string | undefined;
|
|
1119
1119
|
id: string;
|
|
1120
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1121
1120
|
name: string;
|
|
1121
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1122
1122
|
} | undefined;
|
|
1123
1123
|
type: "NormalAction";
|
|
1124
1124
|
timestamp: number;
|
|
@@ -1346,8 +1346,8 @@ export declare const normalActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1346
1346
|
comment?: string | undefined;
|
|
1347
1347
|
app?: {
|
|
1348
1348
|
id: string;
|
|
1349
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1350
1349
|
name: string;
|
|
1350
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1351
1351
|
description?: string | undefined;
|
|
1352
1352
|
website?: string | undefined;
|
|
1353
1353
|
icon?: string | undefined;
|
|
@@ -1369,15 +1369,15 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1369
1369
|
icon: z.ZodOptional<z.ZodString>;
|
|
1370
1370
|
}, "strip", z.ZodTypeAny, {
|
|
1371
1371
|
id: string;
|
|
1372
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1373
1372
|
name: string;
|
|
1373
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1374
1374
|
description?: string | undefined;
|
|
1375
1375
|
website?: string | undefined;
|
|
1376
1376
|
icon?: string | undefined;
|
|
1377
1377
|
}, {
|
|
1378
1378
|
id: string;
|
|
1379
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1380
1379
|
name: string;
|
|
1380
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1381
1381
|
description?: string | undefined;
|
|
1382
1382
|
website?: string | undefined;
|
|
1383
1383
|
icon?: string | undefined;
|
|
@@ -1386,12 +1386,12 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1386
1386
|
website: string | undefined;
|
|
1387
1387
|
icon: string | undefined;
|
|
1388
1388
|
id: string;
|
|
1389
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1390
1389
|
name: string;
|
|
1390
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1391
1391
|
}, {
|
|
1392
1392
|
id: string;
|
|
1393
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1394
1393
|
name: string;
|
|
1394
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1395
1395
|
description?: string | undefined;
|
|
1396
1396
|
website?: string | undefined;
|
|
1397
1397
|
icon?: string | undefined;
|
|
@@ -2344,8 +2344,8 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2344
2344
|
website: string | undefined;
|
|
2345
2345
|
icon: string | undefined;
|
|
2346
2346
|
id: string;
|
|
2347
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2348
2347
|
name: string;
|
|
2348
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2349
2349
|
} | undefined;
|
|
2350
2350
|
}, {
|
|
2351
2351
|
type: "NormalAccountAction";
|
|
@@ -2464,8 +2464,8 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2464
2464
|
comment?: string | undefined;
|
|
2465
2465
|
app?: {
|
|
2466
2466
|
id: string;
|
|
2467
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2468
2467
|
name: string;
|
|
2468
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2469
2469
|
description?: string | undefined;
|
|
2470
2470
|
website?: string | undefined;
|
|
2471
2471
|
icon?: string | undefined;
|
|
@@ -2477,8 +2477,8 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2477
2477
|
website: string | undefined;
|
|
2478
2478
|
icon: string | undefined;
|
|
2479
2479
|
id: string;
|
|
2480
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2481
2480
|
name: string;
|
|
2481
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2482
2482
|
} | undefined;
|
|
2483
2483
|
type: "NormalAccountAction";
|
|
2484
2484
|
timestamp: number;
|
|
@@ -2710,8 +2710,8 @@ export declare const accountActionSpamSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2710
2710
|
comment?: string | undefined;
|
|
2711
2711
|
app?: {
|
|
2712
2712
|
id: string;
|
|
2713
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2714
2713
|
name: string;
|
|
2714
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
2715
2715
|
description?: string | undefined;
|
|
2716
2716
|
website?: string | undefined;
|
|
2717
2717
|
icon?: string | undefined;
|
|
@@ -13,15 +13,15 @@ export declare const normalActionAtomicArbitrageSchema: 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 normalActionAtomicArbitrageSchema: 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;
|
|
@@ -666,8 +666,8 @@ export declare const normalActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObject
|
|
|
666
666
|
website: string | undefined;
|
|
667
667
|
icon: string | undefined;
|
|
668
668
|
id: string;
|
|
669
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
670
669
|
name: string;
|
|
670
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
671
671
|
} | undefined;
|
|
672
672
|
}, {
|
|
673
673
|
type: "NormalAction";
|
|
@@ -742,8 +742,8 @@ export declare const normalActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObject
|
|
|
742
742
|
comment?: string | undefined;
|
|
743
743
|
app?: {
|
|
744
744
|
id: string;
|
|
745
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
746
745
|
name: string;
|
|
746
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
747
747
|
description?: string | undefined;
|
|
748
748
|
website?: string | undefined;
|
|
749
749
|
icon?: string | undefined;
|
|
@@ -755,8 +755,8 @@ export declare const normalActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObject
|
|
|
755
755
|
website: string | undefined;
|
|
756
756
|
icon: string | undefined;
|
|
757
757
|
id: string;
|
|
758
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
759
758
|
name: string;
|
|
759
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
760
760
|
} | undefined;
|
|
761
761
|
type: "NormalAction";
|
|
762
762
|
timestamp: number;
|
|
@@ -900,8 +900,8 @@ export declare const normalActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObject
|
|
|
900
900
|
comment?: string | undefined;
|
|
901
901
|
app?: {
|
|
902
902
|
id: string;
|
|
903
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
904
903
|
name: string;
|
|
904
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
905
905
|
description?: string | undefined;
|
|
906
906
|
website?: string | undefined;
|
|
907
907
|
icon?: string | undefined;
|
|
@@ -923,15 +923,15 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
923
923
|
icon: z.ZodOptional<z.ZodString>;
|
|
924
924
|
}, "strip", z.ZodTypeAny, {
|
|
925
925
|
id: string;
|
|
926
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
927
926
|
name: string;
|
|
927
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
928
928
|
description?: string | undefined;
|
|
929
929
|
website?: string | undefined;
|
|
930
930
|
icon?: string | undefined;
|
|
931
931
|
}, {
|
|
932
932
|
id: string;
|
|
933
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
934
933
|
name: string;
|
|
934
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
935
935
|
description?: string | undefined;
|
|
936
936
|
website?: string | undefined;
|
|
937
937
|
icon?: string | undefined;
|
|
@@ -940,12 +940,12 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
940
940
|
website: string | undefined;
|
|
941
941
|
icon: string | undefined;
|
|
942
942
|
id: string;
|
|
943
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
944
943
|
name: string;
|
|
944
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
945
945
|
}, {
|
|
946
946
|
id: string;
|
|
947
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
948
947
|
name: string;
|
|
948
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
949
949
|
description?: string | undefined;
|
|
950
950
|
website?: string | undefined;
|
|
951
951
|
icon?: string | undefined;
|
|
@@ -1578,8 +1578,8 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1578
1578
|
website: string | undefined;
|
|
1579
1579
|
icon: string | undefined;
|
|
1580
1580
|
id: string;
|
|
1581
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1582
1581
|
name: string;
|
|
1582
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1583
1583
|
} | undefined;
|
|
1584
1584
|
}, {
|
|
1585
1585
|
type: "NormalAccountAction";
|
|
@@ -1656,8 +1656,8 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1656
1656
|
comment?: string | undefined;
|
|
1657
1657
|
app?: {
|
|
1658
1658
|
id: string;
|
|
1659
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1660
1659
|
name: string;
|
|
1660
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1661
1661
|
description?: string | undefined;
|
|
1662
1662
|
website?: string | undefined;
|
|
1663
1663
|
icon?: string | undefined;
|
|
@@ -1669,8 +1669,8 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1669
1669
|
website: string | undefined;
|
|
1670
1670
|
icon: string | undefined;
|
|
1671
1671
|
id: string;
|
|
1672
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1673
1672
|
name: string;
|
|
1673
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1674
1674
|
} | undefined;
|
|
1675
1675
|
type: "NormalAccountAction";
|
|
1676
1676
|
timestamp: number;
|
|
@@ -1818,8 +1818,8 @@ export declare const accountActionAtomicArbitrageSchema: z.ZodEffects<z.ZodObjec
|
|
|
1818
1818
|
comment?: string | undefined;
|
|
1819
1819
|
app?: {
|
|
1820
1820
|
id: string;
|
|
1821
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1822
1821
|
name: string;
|
|
1822
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
1823
1823
|
description?: string | undefined;
|
|
1824
1824
|
website?: string | undefined;
|
|
1825
1825
|
icon?: string | undefined;
|
|
@@ -13,15 +13,15 @@ export declare const normalActionFreeMintNftSchema: 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 normalActionFreeMintNftSchema: 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;
|
|
@@ -214,8 +214,8 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
214
214
|
website: string | undefined;
|
|
215
215
|
icon: string | undefined;
|
|
216
216
|
id: string;
|
|
217
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
218
217
|
name: string;
|
|
218
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
219
219
|
} | undefined;
|
|
220
220
|
}, {
|
|
221
221
|
type: "NormalAction";
|
|
@@ -247,8 +247,8 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
247
247
|
comment?: string | undefined;
|
|
248
248
|
app?: {
|
|
249
249
|
id: string;
|
|
250
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
251
250
|
name: string;
|
|
251
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
252
252
|
description?: string | undefined;
|
|
253
253
|
website?: string | undefined;
|
|
254
254
|
icon?: string | undefined;
|
|
@@ -260,8 +260,8 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
260
260
|
website: string | undefined;
|
|
261
261
|
icon: string | undefined;
|
|
262
262
|
id: string;
|
|
263
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
264
263
|
name: string;
|
|
264
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
265
265
|
} | undefined;
|
|
266
266
|
type: "NormalAction";
|
|
267
267
|
timestamp: number;
|
|
@@ -319,8 +319,8 @@ export declare const normalActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
319
319
|
comment?: string | undefined;
|
|
320
320
|
app?: {
|
|
321
321
|
id: string;
|
|
322
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
323
322
|
name: string;
|
|
323
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
324
324
|
description?: string | undefined;
|
|
325
325
|
website?: string | undefined;
|
|
326
326
|
icon?: string | undefined;
|
|
@@ -342,15 +342,15 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
342
342
|
icon: z.ZodOptional<z.ZodString>;
|
|
343
343
|
}, "strip", z.ZodTypeAny, {
|
|
344
344
|
id: string;
|
|
345
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
346
345
|
name: string;
|
|
346
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
347
347
|
description?: string | undefined;
|
|
348
348
|
website?: string | undefined;
|
|
349
349
|
icon?: string | undefined;
|
|
350
350
|
}, {
|
|
351
351
|
id: string;
|
|
352
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
353
352
|
name: string;
|
|
353
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
354
354
|
description?: string | undefined;
|
|
355
355
|
website?: string | undefined;
|
|
356
356
|
icon?: string | undefined;
|
|
@@ -359,12 +359,12 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
359
359
|
website: string | undefined;
|
|
360
360
|
icon: string | undefined;
|
|
361
361
|
id: string;
|
|
362
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
363
362
|
name: string;
|
|
363
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
364
364
|
}, {
|
|
365
365
|
id: string;
|
|
366
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
367
366
|
name: string;
|
|
367
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
368
368
|
description?: string | undefined;
|
|
369
369
|
website?: string | undefined;
|
|
370
370
|
icon?: string | undefined;
|
|
@@ -545,8 +545,8 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
545
545
|
website: string | undefined;
|
|
546
546
|
icon: string | undefined;
|
|
547
547
|
id: string;
|
|
548
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
549
548
|
name: string;
|
|
549
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
550
550
|
} | undefined;
|
|
551
551
|
}, {
|
|
552
552
|
type: "NormalAccountAction";
|
|
@@ -580,8 +580,8 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
580
580
|
comment?: string | undefined;
|
|
581
581
|
app?: {
|
|
582
582
|
id: string;
|
|
583
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
584
583
|
name: string;
|
|
584
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
585
585
|
description?: string | undefined;
|
|
586
586
|
website?: string | undefined;
|
|
587
587
|
icon?: string | undefined;
|
|
@@ -593,8 +593,8 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
593
593
|
website: string | undefined;
|
|
594
594
|
icon: string | undefined;
|
|
595
595
|
id: string;
|
|
596
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
597
596
|
name: string;
|
|
597
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
598
598
|
} | undefined;
|
|
599
599
|
type: "NormalAccountAction";
|
|
600
600
|
timestamp: number;
|
|
@@ -656,8 +656,8 @@ export declare const accountActionFreeMintNftSchema: z.ZodEffects<z.ZodObject<{
|
|
|
656
656
|
comment?: string | undefined;
|
|
657
657
|
app?: {
|
|
658
658
|
id: string;
|
|
659
|
-
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
660
659
|
name: string;
|
|
660
|
+
categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
|
|
661
661
|
description?: string | undefined;
|
|
662
662
|
website?: string | undefined;
|
|
663
663
|
icon?: string | undefined;
|