@chainflip/processor 2.1.0-alpha.0 → 2.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +34 -34
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/assethubIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +2 -2
- package/dist/11000/lendingPools/boostFundsAdded.d.ts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.cts +2 -2
- package/dist/11000/lendingPools/stoppedBoosting.d.ts +2 -2
- package/dist/11000/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/11000/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/11000/swapping/refundedOnChain.d.cts +4 -4
- package/dist/11000/swapping/refundedOnChain.d.ts +4 -4
- package/dist/11000/swapping/swapDepositAddressReady.d.cts +57 -57
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +57 -57
- package/dist/11000/swapping/swapRequested.d.cts +94 -94
- package/dist/11000/swapping/swapRequested.d.ts +94 -94
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.cts +22 -22
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +22 -22
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +30 -30
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +30 -30
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +318 -318
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +318 -318
- package/dist/11100/funding/sCCallCannotBeDecoded.d.cts +2 -2
- package/dist/11100/funding/sCCallCannotBeDecoded.d.ts +2 -2
- package/dist/11100/funding/sCCallCannotBeExecuted.d.cts +31 -31
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +31 -31
- package/dist/11100/funding/sCCallExecuted.d.cts +2 -2
- package/dist/11100/funding/sCCallExecuted.d.ts +2 -2
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.cts +22 -22
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.ts +22 -22
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.cts +34 -34
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.ts +34 -34
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.cts +324 -324
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.ts +324 -324
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
- package/dist/131/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/160/assetBalances/accountCredited.d.cts +2 -2
- package/dist/160/assetBalances/accountCredited.d.ts +2 -2
- package/dist/160/assetBalances/accountDebited.d.cts +2 -2
- package/dist/160/assetBalances/accountDebited.d.ts +2 -2
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/ethereumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/ethereumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/liquidityProvider/assetTransferred.d.cts +4 -4
- package/dist/160/liquidityProvider/assetTransferred.d.ts +4 -4
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +36 -36
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +36 -36
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +10 -10
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +32 -32
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +32 -32
- package/dist/180/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelClosed.d.ts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.cts +2 -2
- package/dist/180/swapping/privateBrokerChannelOpened.d.ts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.cts +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/190/assethubIngressEgress/depositFailed.d.cts +170 -170
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +170 -170
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/dist/200/swapping/accountCreationDepositAddressReady.d.cts +9 -9
- package/dist/200/swapping/accountCreationDepositAddressReady.d.ts +9 -9
- package/dist/200/swapping/swapRequestCompleted.d.cts +2 -2
- package/dist/200/swapping/swapRequestCompleted.d.ts +2 -2
- package/dist/200/swapping/swapRequested.d.cts +10 -10
- package/dist/200/swapping/swapRequested.d.ts +10 -10
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.cts +12 -12
- package/dist/210/arbitrumIngressEgress/depositBoosted.d.ts +12 -12
- package/dist/210/arbitrumIngressEgress/depositFailed.d.cts +43 -43
- package/dist/210/arbitrumIngressEgress/depositFailed.d.ts +43 -43
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/210/arbitrumIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/210/assetBalances/accountCredited.d.cts +7 -7
- package/dist/210/assetBalances/accountCredited.d.ts +7 -7
- package/dist/210/assetBalances/accountDebited.d.cts +7 -7
- package/dist/210/assetBalances/accountDebited.d.ts +7 -7
- package/dist/210/assethubIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/assethubIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/bitcoinIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/bitcoinIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/common.cjs +12 -5
- package/dist/210/common.d.cts +456 -437
- package/dist/210/common.d.ts +456 -437
- package/dist/210/common.mjs +11 -4
- package/dist/210/environment/runtimeSafeModeUpdated.d.cts +75 -75
- package/dist/210/environment/runtimeSafeModeUpdated.d.ts +75 -75
- package/dist/210/ethereumIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/ethereumIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/funding/funded.d.cts +9 -9
- package/dist/210/funding/funded.d.ts +9 -9
- package/dist/210/lendingPools/boostFundsAdded.d.cts +9 -9
- package/dist/210/lendingPools/boostFundsAdded.d.ts +9 -9
- package/dist/210/lendingPools/boostPoolCreated.d.cts +9 -9
- package/dist/210/lendingPools/boostPoolCreated.d.ts +9 -9
- package/dist/210/lendingPools/collateralAdded.d.cts +12 -7
- package/dist/210/lendingPools/collateralAdded.d.ts +12 -7
- package/dist/210/lendingPools/collateralRemoved.d.cts +7 -7
- package/dist/210/lendingPools/collateralRemoved.d.ts +7 -7
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.cts +7 -7
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.ts +7 -7
- package/dist/210/lendingPools/lendingFundsAdded.d.cts +7 -7
- package/dist/210/lendingPools/lendingFundsAdded.d.ts +7 -7
- package/dist/210/lendingPools/lendingFundsRemoved.d.cts +7 -7
- package/dist/210/lendingPools/lendingFundsRemoved.d.ts +7 -7
- package/dist/210/lendingPools/lendingPoolCreated.d.cts +7 -7
- package/dist/210/lendingPools/lendingPoolCreated.d.ts +7 -7
- package/dist/210/lendingPools/loanCreated.d.cts +7 -7
- package/dist/210/lendingPools/loanCreated.d.ts +7 -7
- package/dist/210/lendingPools/loanRepaid.cjs +11 -0
- package/dist/210/lendingPools/loanRepaid.d.cts +42 -0
- package/dist/210/lendingPools/loanRepaid.d.ts +42 -0
- package/dist/210/lendingPools/loanRepaid.mjs +11 -0
- package/dist/210/lendingPools/palletConfigUpdated.d.cts +9 -9
- package/dist/210/lendingPools/palletConfigUpdated.d.ts +9 -9
- package/dist/210/lendingPools/stoppedBoosting.d.cts +9 -9
- package/dist/210/lendingPools/stoppedBoosting.d.ts +9 -9
- package/dist/210/liquidityPools/assetSwapped.d.cts +14 -14
- package/dist/210/liquidityPools/assetSwapped.d.ts +14 -14
- package/dist/210/liquidityPools/limitOrderUpdated.d.cts +14 -14
- package/dist/210/liquidityPools/limitOrderUpdated.d.ts +14 -14
- package/dist/210/liquidityPools/newPoolCreated.d.cts +14 -14
- package/dist/210/liquidityPools/newPoolCreated.d.ts +14 -14
- package/dist/210/liquidityPools/orderDeletionFailed.d.cts +36 -36
- package/dist/210/liquidityPools/orderDeletionFailed.d.ts +36 -36
- package/dist/210/liquidityPools/palletConfigUpdated.d.cts +9 -9
- package/dist/210/liquidityPools/palletConfigUpdated.d.ts +9 -9
- package/dist/210/liquidityPools/poolFeeSet.d.cts +14 -14
- package/dist/210/liquidityPools/poolFeeSet.d.ts +14 -14
- package/dist/210/liquidityPools/rangeOrderUpdated.d.cts +14 -14
- package/dist/210/liquidityPools/rangeOrderUpdated.d.ts +14 -14
- package/dist/210/liquidityProvider/assetTransferred.d.cts +7 -7
- package/dist/210/liquidityProvider/assetTransferred.d.ts +7 -7
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.cts +7 -7
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.ts +7 -7
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.cts +7 -7
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.ts +7 -7
- package/dist/210/polkadotIngressEgress/depositFailed.d.cts +11 -11
- package/dist/210/polkadotIngressEgress/depositFailed.d.ts +11 -11
- package/dist/210/solanaIngressEgress/depositFailed.d.cts +33 -33
- package/dist/210/solanaIngressEgress/depositFailed.d.ts +33 -33
- package/dist/210/swapping/accountCreationDepositAddressReady.d.cts +7 -7
- package/dist/210/swapping/accountCreationDepositAddressReady.d.ts +7 -7
- package/dist/210/swapping/batchSwapFailed.d.cts +7 -7
- package/dist/210/swapping/batchSwapFailed.d.ts +7 -7
- package/dist/210/swapping/creditedOnChain.d.cts +7 -7
- package/dist/210/swapping/creditedOnChain.d.ts +7 -7
- package/dist/210/swapping/palletConfigUpdated.d.cts +36 -36
- package/dist/210/swapping/palletConfigUpdated.d.ts +36 -36
- package/dist/210/swapping/refundEgressIgnored.d.cts +7 -7
- package/dist/210/swapping/refundEgressIgnored.d.ts +7 -7
- package/dist/210/swapping/refundEgressScheduled.d.cts +14 -14
- package/dist/210/swapping/refundEgressScheduled.d.ts +14 -14
- package/dist/210/swapping/refundedOnChain.d.cts +7 -7
- package/dist/210/swapping/refundedOnChain.d.ts +7 -7
- package/dist/210/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/210/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/210/swapping/swapDepositAddressReady.d.cts +14 -14
- package/dist/210/swapping/swapDepositAddressReady.d.ts +14 -14
- package/dist/210/swapping/swapEgressIgnored.d.cts +7 -7
- package/dist/210/swapping/swapEgressIgnored.d.ts +7 -7
- package/dist/210/swapping/swapEgressScheduled.d.cts +14 -14
- package/dist/210/swapping/swapEgressScheduled.d.ts +14 -14
- package/dist/210/swapping/swapExecuted.d.cts +14 -14
- package/dist/210/swapping/swapExecuted.d.ts +14 -14
- package/dist/210/swapping/swapRequested.d.cts +14 -14
- package/dist/210/swapping/swapRequested.d.ts +14 -14
- package/dist/210/swapping/withdrawalRequested.d.cts +7 -7
- package/dist/210/swapping/withdrawalRequested.d.ts +7 -7
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.cts +7 -7
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.ts +7 -7
- package/dist/210/tradingStrategy/palletConfigUpdated.d.cts +27 -27
- package/dist/210/tradingStrategy/palletConfigUpdated.d.ts +27 -27
- package/dist/210/tradingStrategy/strategyDeployed.d.cts +27 -27
- package/dist/210/tradingStrategy/strategyDeployed.d.ts +27 -27
- package/package.json +1 -1
|
@@ -87,15 +87,15 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
87
87
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
88
88
|
}, "strip", z.ZodTypeAny, {
|
|
89
89
|
__kind: "Refund";
|
|
90
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
91
90
|
amount: bigint;
|
|
91
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
92
92
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
93
93
|
}, {
|
|
94
94
|
__kind: "Refund";
|
|
95
|
+
amount: string | number;
|
|
95
96
|
reason: {
|
|
96
97
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
97
98
|
};
|
|
98
|
-
amount: string | number;
|
|
99
99
|
egressId?: [{
|
|
100
100
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
101
101
|
}, string | number] | null | undefined;
|
|
@@ -118,13 +118,13 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
118
118
|
}>;
|
|
119
119
|
}, "strip", z.ZodTypeAny, {
|
|
120
120
|
asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
121
|
+
amount: bigint;
|
|
121
122
|
depositDetails: {
|
|
122
123
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
123
124
|
};
|
|
124
125
|
blockHeight: bigint;
|
|
125
126
|
ingressFee: bigint;
|
|
126
127
|
maxBoostFeeBps: number;
|
|
127
|
-
amount: bigint;
|
|
128
128
|
action: {
|
|
129
129
|
__kind: "Swap";
|
|
130
130
|
swapRequestId: bigint;
|
|
@@ -141,26 +141,26 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
141
141
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
142
142
|
} | {
|
|
143
143
|
__kind: "Refund";
|
|
144
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
145
144
|
amount: bigint;
|
|
145
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
146
146
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
147
147
|
} | {
|
|
148
148
|
__kind: "Unrefundable";
|
|
149
149
|
};
|
|
150
150
|
originType: "DepositChannel" | "Vault";
|
|
151
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
152
151
|
channelId?: bigint | null | undefined;
|
|
152
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
153
153
|
}, {
|
|
154
154
|
asset: {
|
|
155
155
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
156
156
|
};
|
|
157
|
+
amount: string | number;
|
|
157
158
|
depositDetails: {
|
|
158
159
|
txHashes?: string[] | null | undefined;
|
|
159
160
|
};
|
|
160
161
|
blockHeight: string | number;
|
|
161
162
|
ingressFee: string | number;
|
|
162
163
|
maxBoostFeeBps: number;
|
|
163
|
-
amount: string | number;
|
|
164
164
|
action: {
|
|
165
165
|
__kind: "Swap";
|
|
166
166
|
swapRequestId: string | number;
|
|
@@ -177,10 +177,10 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
177
177
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
178
178
|
} | {
|
|
179
179
|
__kind: "Refund";
|
|
180
|
+
amount: string | number;
|
|
180
181
|
reason: {
|
|
181
182
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
182
183
|
};
|
|
183
|
-
amount: string | number;
|
|
184
184
|
egressId?: [{
|
|
185
185
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
186
186
|
}, string | number] | null | undefined;
|
|
@@ -190,8 +190,8 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
190
190
|
originType: {
|
|
191
191
|
__kind: "DepositChannel" | "Vault";
|
|
192
192
|
};
|
|
193
|
-
depositAddress?: string | null | undefined;
|
|
194
193
|
channelId?: string | number | null | undefined;
|
|
194
|
+
depositAddress?: string | null | undefined;
|
|
195
195
|
}>;
|
|
196
196
|
|
|
197
197
|
export { arbitrumIngressEgressDepositFinalised };
|
|
@@ -87,15 +87,15 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
87
87
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
88
88
|
}, "strip", z.ZodTypeAny, {
|
|
89
89
|
__kind: "Refund";
|
|
90
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
91
90
|
amount: bigint;
|
|
91
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
92
92
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
93
93
|
}, {
|
|
94
94
|
__kind: "Refund";
|
|
95
|
+
amount: string | number;
|
|
95
96
|
reason: {
|
|
96
97
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
97
98
|
};
|
|
98
|
-
amount: string | number;
|
|
99
99
|
egressId?: [{
|
|
100
100
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
101
101
|
}, string | number] | null | undefined;
|
|
@@ -118,13 +118,13 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
118
118
|
}>;
|
|
119
119
|
}, "strip", z.ZodTypeAny, {
|
|
120
120
|
asset: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
121
|
+
amount: bigint;
|
|
121
122
|
depositDetails: {
|
|
122
123
|
txHashes?: `0x${string}`[] | null | undefined;
|
|
123
124
|
};
|
|
124
125
|
blockHeight: bigint;
|
|
125
126
|
ingressFee: bigint;
|
|
126
127
|
maxBoostFeeBps: number;
|
|
127
|
-
amount: bigint;
|
|
128
128
|
action: {
|
|
129
129
|
__kind: "Swap";
|
|
130
130
|
swapRequestId: bigint;
|
|
@@ -141,26 +141,26 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
141
141
|
networkFeeSwapRequestId?: bigint | null | undefined;
|
|
142
142
|
} | {
|
|
143
143
|
__kind: "Refund";
|
|
144
|
-
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
145
144
|
amount: bigint;
|
|
145
|
+
reason: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
146
146
|
egressId?: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint] | null | undefined;
|
|
147
147
|
} | {
|
|
148
148
|
__kind: "Unrefundable";
|
|
149
149
|
};
|
|
150
150
|
originType: "DepositChannel" | "Vault";
|
|
151
|
-
depositAddress?: `0x${string}` | null | undefined;
|
|
152
151
|
channelId?: bigint | null | undefined;
|
|
152
|
+
depositAddress?: `0x${string}` | null | undefined;
|
|
153
153
|
}, {
|
|
154
154
|
asset: {
|
|
155
155
|
__kind: "ArbEth" | "ArbUsdc" | "ArbUsdt";
|
|
156
156
|
};
|
|
157
|
+
amount: string | number;
|
|
157
158
|
depositDetails: {
|
|
158
159
|
txHashes?: string[] | null | undefined;
|
|
159
160
|
};
|
|
160
161
|
blockHeight: string | number;
|
|
161
162
|
ingressFee: string | number;
|
|
162
163
|
maxBoostFeeBps: number;
|
|
163
|
-
amount: string | number;
|
|
164
164
|
action: {
|
|
165
165
|
__kind: "Swap";
|
|
166
166
|
swapRequestId: string | number;
|
|
@@ -177,10 +177,10 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
177
177
|
networkFeeSwapRequestId?: string | number | null | undefined;
|
|
178
178
|
} | {
|
|
179
179
|
__kind: "Refund";
|
|
180
|
+
amount: string | number;
|
|
180
181
|
reason: {
|
|
181
182
|
__kind: "InvalidBrokerFees" | "InvalidRefundParameters" | "InvalidDcaParameters" | "CcmUnsupportedForTargetChain" | "CcmInvalidMetadata" | "InvalidDestinationAddress";
|
|
182
183
|
};
|
|
183
|
-
amount: string | number;
|
|
184
184
|
egressId?: [{
|
|
185
185
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
186
186
|
}, string | number] | null | undefined;
|
|
@@ -190,8 +190,8 @@ declare const arbitrumIngressEgressDepositFinalised: z.ZodObject<{
|
|
|
190
190
|
originType: {
|
|
191
191
|
__kind: "DepositChannel" | "Vault";
|
|
192
192
|
};
|
|
193
|
-
depositAddress?: string | null | undefined;
|
|
194
193
|
channelId?: string | number | null | undefined;
|
|
194
|
+
depositAddress?: string | null | undefined;
|
|
195
195
|
}>;
|
|
196
196
|
|
|
197
197
|
export { arbitrumIngressEgressDepositFinalised };
|
|
@@ -3,25 +3,25 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const assetBalancesAccountCredited: z.ZodObject<{
|
|
4
4
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5
5
|
asset: z.ZodEffects<z.ZodObject<{
|
|
6
|
-
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "
|
|
6
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
8
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
11
|
-
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
12
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
10
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
12
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
13
13
|
}>;
|
|
14
14
|
amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
newBalance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
accountId: `cF${string}`;
|
|
18
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
18
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19
19
|
amountCredited: bigint;
|
|
20
20
|
newBalance: bigint;
|
|
21
21
|
}, {
|
|
22
22
|
accountId: string;
|
|
23
23
|
asset: {
|
|
24
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
24
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25
25
|
};
|
|
26
26
|
amountCredited: string | number;
|
|
27
27
|
newBalance: string | number;
|
|
@@ -3,25 +3,25 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const assetBalancesAccountCredited: z.ZodObject<{
|
|
4
4
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5
5
|
asset: z.ZodEffects<z.ZodObject<{
|
|
6
|
-
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "
|
|
6
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
8
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
11
|
-
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
12
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
10
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
12
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
13
13
|
}>;
|
|
14
14
|
amountCredited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
newBalance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
accountId: `cF${string}`;
|
|
18
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
18
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19
19
|
amountCredited: bigint;
|
|
20
20
|
newBalance: bigint;
|
|
21
21
|
}, {
|
|
22
22
|
accountId: string;
|
|
23
23
|
asset: {
|
|
24
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
24
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25
25
|
};
|
|
26
26
|
amountCredited: string | number;
|
|
27
27
|
newBalance: string | number;
|
|
@@ -3,25 +3,25 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const assetBalancesAccountDebited: z.ZodObject<{
|
|
4
4
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5
5
|
asset: z.ZodEffects<z.ZodObject<{
|
|
6
|
-
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "
|
|
6
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
8
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
11
|
-
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
12
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
10
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
12
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
13
13
|
}>;
|
|
14
14
|
amountDebited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
newBalance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
accountId: `cF${string}`;
|
|
18
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
18
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19
19
|
newBalance: bigint;
|
|
20
20
|
amountDebited: bigint;
|
|
21
21
|
}, {
|
|
22
22
|
accountId: string;
|
|
23
23
|
asset: {
|
|
24
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
24
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25
25
|
};
|
|
26
26
|
newBalance: string | number;
|
|
27
27
|
amountDebited: string | number;
|
|
@@ -3,25 +3,25 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const assetBalancesAccountDebited: z.ZodObject<{
|
|
4
4
|
accountId: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, `cF${string}`, string>;
|
|
5
5
|
asset: z.ZodEffects<z.ZodObject<{
|
|
6
|
-
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "
|
|
6
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
8
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
11
|
-
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
12
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
10
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
11
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
12
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
13
13
|
}>;
|
|
14
14
|
amountDebited: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
newBalance: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
accountId: `cF${string}`;
|
|
18
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
18
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
19
19
|
newBalance: bigint;
|
|
20
20
|
amountDebited: bigint;
|
|
21
21
|
}, {
|
|
22
22
|
accountId: string;
|
|
23
23
|
asset: {
|
|
24
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
24
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25
25
|
};
|
|
26
26
|
newBalance: string | number;
|
|
27
27
|
amountDebited: string | number;
|
|
@@ -316,13 +316,13 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
316
316
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
317
317
|
depositDetails: z.ZodNumber;
|
|
318
318
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
319
|
-
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "
|
|
319
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
320
320
|
}, "strip", z.ZodTypeAny, {
|
|
321
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
321
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
322
322
|
}, {
|
|
323
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
324
|
-
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
325
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
323
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
324
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt", {
|
|
325
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
326
326
|
}>;
|
|
327
327
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
328
328
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -705,7 +705,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
705
705
|
depositDetails: number;
|
|
706
706
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
707
707
|
depositAmount: bigint;
|
|
708
|
-
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
708
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
709
709
|
destinationAddress: {
|
|
710
710
|
readonly chain: "Ethereum";
|
|
711
711
|
readonly address: `0x${string}`;
|
|
@@ -808,7 +808,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
808
808
|
};
|
|
809
809
|
depositAmount: string | number;
|
|
810
810
|
outputAsset: {
|
|
811
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
811
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
812
812
|
};
|
|
813
813
|
destinationAddress: {
|
|
814
814
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -899,7 +899,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
899
899
|
depositDetails: number;
|
|
900
900
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
901
901
|
depositAmount: bigint;
|
|
902
|
-
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
902
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
903
903
|
destinationAddress: {
|
|
904
904
|
readonly chain: "Ethereum";
|
|
905
905
|
readonly address: `0x${string}`;
|
|
@@ -1005,7 +1005,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1005
1005
|
};
|
|
1006
1006
|
depositAmount: string | number;
|
|
1007
1007
|
outputAsset: {
|
|
1008
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1008
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
1009
1009
|
};
|
|
1010
1010
|
destinationAddress: {
|
|
1011
1011
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -1154,7 +1154,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1154
1154
|
depositDetails: number;
|
|
1155
1155
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1156
1156
|
depositAmount: bigint;
|
|
1157
|
-
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1157
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
1158
1158
|
destinationAddress: {
|
|
1159
1159
|
readonly chain: "Ethereum";
|
|
1160
1160
|
readonly address: `0x${string}`;
|
|
@@ -1326,7 +1326,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1326
1326
|
};
|
|
1327
1327
|
depositAmount: string | number;
|
|
1328
1328
|
outputAsset: {
|
|
1329
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1329
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
1330
1330
|
};
|
|
1331
1331
|
destinationAddress: {
|
|
1332
1332
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -316,13 +316,13 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
316
316
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
317
317
|
depositDetails: z.ZodNumber;
|
|
318
318
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
319
|
-
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "
|
|
319
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
320
320
|
}, "strip", z.ZodTypeAny, {
|
|
321
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
321
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
322
322
|
}, {
|
|
323
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
324
|
-
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
325
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
323
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
324
|
+
}>, "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt", {
|
|
325
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
326
326
|
}>;
|
|
327
327
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
328
328
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -705,7 +705,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
705
705
|
depositDetails: number;
|
|
706
706
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
707
707
|
depositAmount: bigint;
|
|
708
|
-
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
708
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
709
709
|
destinationAddress: {
|
|
710
710
|
readonly chain: "Ethereum";
|
|
711
711
|
readonly address: `0x${string}`;
|
|
@@ -808,7 +808,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
808
808
|
};
|
|
809
809
|
depositAmount: string | number;
|
|
810
810
|
outputAsset: {
|
|
811
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
811
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
812
812
|
};
|
|
813
813
|
destinationAddress: {
|
|
814
814
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -899,7 +899,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
899
899
|
depositDetails: number;
|
|
900
900
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
901
901
|
depositAmount: bigint;
|
|
902
|
-
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
902
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
903
903
|
destinationAddress: {
|
|
904
904
|
readonly chain: "Ethereum";
|
|
905
905
|
readonly address: `0x${string}`;
|
|
@@ -1005,7 +1005,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1005
1005
|
};
|
|
1006
1006
|
depositAmount: string | number;
|
|
1007
1007
|
outputAsset: {
|
|
1008
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1008
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
1009
1009
|
};
|
|
1010
1010
|
destinationAddress: {
|
|
1011
1011
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -1154,7 +1154,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1154
1154
|
depositDetails: number;
|
|
1155
1155
|
inputAsset: "HubDot" | "HubUsdt" | "HubUsdc";
|
|
1156
1156
|
depositAmount: bigint;
|
|
1157
|
-
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1157
|
+
outputAsset: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
1158
1158
|
destinationAddress: {
|
|
1159
1159
|
readonly chain: "Ethereum";
|
|
1160
1160
|
readonly address: `0x${string}`;
|
|
@@ -1326,7 +1326,7 @@ declare const assethubIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1326
1326
|
};
|
|
1327
1327
|
depositAmount: string | number;
|
|
1328
1328
|
outputAsset: {
|
|
1329
|
-
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1329
|
+
__kind: "HubDot" | "HubUsdt" | "HubUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "Wbtc" | "ArbUsdt";
|
|
1330
1330
|
};
|
|
1331
1331
|
destinationAddress: {
|
|
1332
1332
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -764,13 +764,13 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
764
764
|
};
|
|
765
765
|
}>;
|
|
766
766
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
767
|
-
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "
|
|
767
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
768
768
|
}, "strip", z.ZodTypeAny, {
|
|
769
|
-
__kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
769
|
+
__kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
770
770
|
}, {
|
|
771
|
-
__kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
772
|
-
}>, "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
773
|
-
__kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
771
|
+
__kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
772
|
+
}>, "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
773
|
+
__kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
774
774
|
}>;
|
|
775
775
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
776
776
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -1257,7 +1257,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1257
1257
|
};
|
|
1258
1258
|
inputAsset: "Btc";
|
|
1259
1259
|
depositAmount: bigint;
|
|
1260
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1260
|
+
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1261
1261
|
destinationAddress: {
|
|
1262
1262
|
readonly chain: "Ethereum";
|
|
1263
1263
|
readonly address: `0x${string}`;
|
|
@@ -1412,7 +1412,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1412
1412
|
};
|
|
1413
1413
|
depositAmount: string | number;
|
|
1414
1414
|
outputAsset: {
|
|
1415
|
-
__kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1415
|
+
__kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1416
1416
|
};
|
|
1417
1417
|
destinationAddress: {
|
|
1418
1418
|
value: string;
|
|
@@ -1555,7 +1555,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1555
1555
|
};
|
|
1556
1556
|
inputAsset: "Btc";
|
|
1557
1557
|
depositAmount: bigint;
|
|
1558
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1558
|
+
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1559
1559
|
destinationAddress: {
|
|
1560
1560
|
readonly chain: "Ethereum";
|
|
1561
1561
|
readonly address: `0x${string}`;
|
|
@@ -1713,7 +1713,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1713
1713
|
};
|
|
1714
1714
|
depositAmount: string | number;
|
|
1715
1715
|
outputAsset: {
|
|
1716
|
-
__kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1716
|
+
__kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1717
1717
|
};
|
|
1718
1718
|
destinationAddress: {
|
|
1719
1719
|
value: string;
|
|
@@ -1950,7 +1950,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1950
1950
|
};
|
|
1951
1951
|
inputAsset: "Btc";
|
|
1952
1952
|
depositAmount: bigint;
|
|
1953
|
-
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1953
|
+
outputAsset: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1954
1954
|
destinationAddress: {
|
|
1955
1955
|
readonly chain: "Ethereum";
|
|
1956
1956
|
readonly address: `0x${string}`;
|
|
@@ -2210,7 +2210,7 @@ declare const bitcoinIngressEgressDepositFailed: z.ZodObject<{
|
|
|
2210
2210
|
};
|
|
2211
2211
|
depositAmount: string | number;
|
|
2212
2212
|
outputAsset: {
|
|
2213
|
-
__kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
2213
|
+
__kind: "Btc" | "Eth" | "Flip" | "Usdc" | "Dot" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
2214
2214
|
};
|
|
2215
2215
|
destinationAddress: {
|
|
2216
2216
|
value: string;
|