@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
|
@@ -316,13 +316,13 @@ declare const polkadotIngressEgressDepositFailed: 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: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
321
|
+
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
322
322
|
}, {
|
|
323
|
-
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
324
|
-
}>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
325
|
-
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
323
|
+
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
324
|
+
}>, "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
325
|
+
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "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 polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
705
705
|
depositDetails: number;
|
|
706
706
|
inputAsset: "Dot";
|
|
707
707
|
depositAmount: bigint;
|
|
708
|
-
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
708
|
+
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
709
709
|
destinationAddress: {
|
|
710
710
|
readonly chain: "Ethereum";
|
|
711
711
|
readonly address: `0x${string}`;
|
|
@@ -808,7 +808,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
808
808
|
};
|
|
809
809
|
depositAmount: string | number;
|
|
810
810
|
outputAsset: {
|
|
811
|
-
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
811
|
+
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
812
812
|
};
|
|
813
813
|
destinationAddress: {
|
|
814
814
|
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -899,7 +899,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
899
899
|
depositDetails: number;
|
|
900
900
|
inputAsset: "Dot";
|
|
901
901
|
depositAmount: bigint;
|
|
902
|
-
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
902
|
+
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
903
903
|
destinationAddress: {
|
|
904
904
|
readonly chain: "Ethereum";
|
|
905
905
|
readonly address: `0x${string}`;
|
|
@@ -1005,7 +1005,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1005
1005
|
};
|
|
1006
1006
|
depositAmount: string | number;
|
|
1007
1007
|
outputAsset: {
|
|
1008
|
-
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1008
|
+
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1009
1009
|
};
|
|
1010
1010
|
destinationAddress: {
|
|
1011
1011
|
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -1154,7 +1154,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1154
1154
|
depositDetails: number;
|
|
1155
1155
|
inputAsset: "Dot";
|
|
1156
1156
|
depositAmount: bigint;
|
|
1157
|
-
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1157
|
+
outputAsset: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1158
1158
|
destinationAddress: {
|
|
1159
1159
|
readonly chain: "Ethereum";
|
|
1160
1160
|
readonly address: `0x${string}`;
|
|
@@ -1326,7 +1326,7 @@ declare const polkadotIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1326
1326
|
};
|
|
1327
1327
|
depositAmount: string | number;
|
|
1328
1328
|
outputAsset: {
|
|
1329
|
-
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
1329
|
+
__kind: "Dot" | "Eth" | "Flip" | "Usdc" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1330
1330
|
};
|
|
1331
1331
|
destinationAddress: {
|
|
1332
1332
|
__kind: "Dot" | "Eth" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
@@ -258,13 +258,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
258
258
|
depositWitness: z.ZodObject<{
|
|
259
259
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
260
260
|
asset: z.ZodEffects<z.ZodObject<{
|
|
261
|
-
__kind: z.ZodEnum<["Sol", "SolUsdc"
|
|
261
|
+
__kind: z.ZodEnum<["Sol", "SolUsdc"]>;
|
|
262
262
|
}, "strip", z.ZodTypeAny, {
|
|
263
|
-
__kind: "Sol" | "SolUsdc"
|
|
263
|
+
__kind: "Sol" | "SolUsdc";
|
|
264
264
|
}, {
|
|
265
|
-
__kind: "Sol" | "SolUsdc"
|
|
266
|
-
}>, "Sol" | "SolUsdc"
|
|
267
|
-
__kind: "Sol" | "SolUsdc"
|
|
265
|
+
__kind: "Sol" | "SolUsdc";
|
|
266
|
+
}>, "Sol" | "SolUsdc", {
|
|
267
|
+
__kind: "Sol" | "SolUsdc";
|
|
268
268
|
}>;
|
|
269
269
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
270
270
|
depositDetails: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -288,7 +288,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
288
288
|
}>]>;
|
|
289
289
|
}, "strip", z.ZodTypeAny, {
|
|
290
290
|
depositAddress: `0x${string}`;
|
|
291
|
-
asset: "Sol" | "SolUsdc"
|
|
291
|
+
asset: "Sol" | "SolUsdc";
|
|
292
292
|
amount: bigint;
|
|
293
293
|
depositDetails: {
|
|
294
294
|
value: `0x${string}`;
|
|
@@ -300,7 +300,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
300
300
|
}, {
|
|
301
301
|
depositAddress: string;
|
|
302
302
|
asset: {
|
|
303
|
-
__kind: "Sol" | "SolUsdc"
|
|
303
|
+
__kind: "Sol" | "SolUsdc";
|
|
304
304
|
};
|
|
305
305
|
amount: string | number;
|
|
306
306
|
depositDetails: {
|
|
@@ -315,7 +315,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
315
315
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
316
316
|
depositWitness: {
|
|
317
317
|
depositAddress: `0x${string}`;
|
|
318
|
-
asset: "Sol" | "SolUsdc"
|
|
318
|
+
asset: "Sol" | "SolUsdc";
|
|
319
319
|
amount: bigint;
|
|
320
320
|
depositDetails: {
|
|
321
321
|
value: `0x${string}`;
|
|
@@ -330,7 +330,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
330
330
|
depositWitness: {
|
|
331
331
|
depositAddress: string;
|
|
332
332
|
asset: {
|
|
333
|
-
__kind: "Sol" | "SolUsdc"
|
|
333
|
+
__kind: "Sol" | "SolUsdc";
|
|
334
334
|
};
|
|
335
335
|
amount: string | number;
|
|
336
336
|
depositDetails: {
|
|
@@ -345,13 +345,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
345
345
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantSolana">;
|
|
346
346
|
vaultWitness: z.ZodObject<{
|
|
347
347
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
348
|
-
__kind: z.ZodEnum<["Sol", "SolUsdc"
|
|
348
|
+
__kind: z.ZodEnum<["Sol", "SolUsdc"]>;
|
|
349
349
|
}, "strip", z.ZodTypeAny, {
|
|
350
|
-
__kind: "Sol" | "SolUsdc"
|
|
350
|
+
__kind: "Sol" | "SolUsdc";
|
|
351
351
|
}, {
|
|
352
|
-
__kind: "Sol" | "SolUsdc"
|
|
353
|
-
}>, "Sol" | "SolUsdc"
|
|
354
|
-
__kind: "Sol" | "SolUsdc"
|
|
352
|
+
__kind: "Sol" | "SolUsdc";
|
|
353
|
+
}>, "Sol" | "SolUsdc", {
|
|
354
|
+
__kind: "Sol" | "SolUsdc";
|
|
355
355
|
}>;
|
|
356
356
|
depositAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
357
357
|
channelId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
@@ -376,13 +376,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
376
376
|
__kind: "VaultSwapAccount";
|
|
377
377
|
}>]>;
|
|
378
378
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
379
|
-
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "
|
|
379
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
380
380
|
}, "strip", z.ZodTypeAny, {
|
|
381
|
-
__kind: "Sol" | "SolUsdc" | "
|
|
381
|
+
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
382
382
|
}, {
|
|
383
|
-
__kind: "Sol" | "SolUsdc" | "
|
|
384
|
-
}>, "Sol" | "SolUsdc" | "
|
|
385
|
-
__kind: "Sol" | "SolUsdc" | "
|
|
383
|
+
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
384
|
+
}>, "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
385
|
+
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
386
386
|
}>;
|
|
387
387
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
388
388
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -760,9 +760,9 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
760
760
|
value: [`0x${string}`, bigint];
|
|
761
761
|
__kind: "VaultSwapAccount";
|
|
762
762
|
};
|
|
763
|
-
inputAsset: "Sol" | "SolUsdc"
|
|
763
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
764
764
|
depositAmount: bigint;
|
|
765
|
-
outputAsset: "Sol" | "SolUsdc" | "
|
|
765
|
+
outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
766
766
|
destinationAddress: {
|
|
767
767
|
readonly chain: "Ethereum";
|
|
768
768
|
readonly address: `0x${string}`;
|
|
@@ -864,11 +864,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
864
864
|
__kind: "VaultSwapAccount";
|
|
865
865
|
};
|
|
866
866
|
inputAsset: {
|
|
867
|
-
__kind: "Sol" | "SolUsdc"
|
|
867
|
+
__kind: "Sol" | "SolUsdc";
|
|
868
868
|
};
|
|
869
869
|
depositAmount: string | number;
|
|
870
870
|
outputAsset: {
|
|
871
|
-
__kind: "Sol" | "SolUsdc" | "
|
|
871
|
+
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
872
872
|
};
|
|
873
873
|
destinationAddress: {
|
|
874
874
|
value: string;
|
|
@@ -960,9 +960,9 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
960
960
|
value: [`0x${string}`, bigint];
|
|
961
961
|
__kind: "VaultSwapAccount";
|
|
962
962
|
};
|
|
963
|
-
inputAsset: "Sol" | "SolUsdc"
|
|
963
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
964
964
|
depositAmount: bigint;
|
|
965
|
-
outputAsset: "Sol" | "SolUsdc" | "
|
|
965
|
+
outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
966
966
|
destinationAddress: {
|
|
967
967
|
readonly chain: "Ethereum";
|
|
968
968
|
readonly address: `0x${string}`;
|
|
@@ -1067,11 +1067,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1067
1067
|
__kind: "VaultSwapAccount";
|
|
1068
1068
|
};
|
|
1069
1069
|
inputAsset: {
|
|
1070
|
-
__kind: "Sol" | "SolUsdc"
|
|
1070
|
+
__kind: "Sol" | "SolUsdc";
|
|
1071
1071
|
};
|
|
1072
1072
|
depositAmount: string | number;
|
|
1073
1073
|
outputAsset: {
|
|
1074
|
-
__kind: "Sol" | "SolUsdc" | "
|
|
1074
|
+
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1075
1075
|
};
|
|
1076
1076
|
destinationAddress: {
|
|
1077
1077
|
value: string;
|
|
@@ -1207,7 +1207,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1207
1207
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
1208
1208
|
depositWitness: {
|
|
1209
1209
|
depositAddress: `0x${string}`;
|
|
1210
|
-
asset: "Sol" | "SolUsdc"
|
|
1210
|
+
asset: "Sol" | "SolUsdc";
|
|
1211
1211
|
amount: bigint;
|
|
1212
1212
|
depositDetails: {
|
|
1213
1213
|
value: `0x${string}`;
|
|
@@ -1227,9 +1227,9 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1227
1227
|
value: [`0x${string}`, bigint];
|
|
1228
1228
|
__kind: "VaultSwapAccount";
|
|
1229
1229
|
};
|
|
1230
|
-
inputAsset: "Sol" | "SolUsdc"
|
|
1230
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
1231
1231
|
depositAmount: bigint;
|
|
1232
|
-
outputAsset: "Sol" | "SolUsdc" | "
|
|
1232
|
+
outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1233
1233
|
destinationAddress: {
|
|
1234
1234
|
readonly chain: "Ethereum";
|
|
1235
1235
|
readonly address: `0x${string}`;
|
|
@@ -1384,7 +1384,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1384
1384
|
depositWitness: {
|
|
1385
1385
|
depositAddress: string;
|
|
1386
1386
|
asset: {
|
|
1387
|
-
__kind: "Sol" | "SolUsdc"
|
|
1387
|
+
__kind: "Sol" | "SolUsdc";
|
|
1388
1388
|
};
|
|
1389
1389
|
amount: string | number;
|
|
1390
1390
|
depositDetails: {
|
|
@@ -1406,11 +1406,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1406
1406
|
__kind: "VaultSwapAccount";
|
|
1407
1407
|
};
|
|
1408
1408
|
inputAsset: {
|
|
1409
|
-
__kind: "Sol" | "SolUsdc"
|
|
1409
|
+
__kind: "Sol" | "SolUsdc";
|
|
1410
1410
|
};
|
|
1411
1411
|
depositAmount: string | number;
|
|
1412
1412
|
outputAsset: {
|
|
1413
|
-
__kind: "Sol" | "SolUsdc" | "
|
|
1413
|
+
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1414
1414
|
};
|
|
1415
1415
|
destinationAddress: {
|
|
1416
1416
|
value: string;
|
|
@@ -258,13 +258,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
258
258
|
depositWitness: z.ZodObject<{
|
|
259
259
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
260
260
|
asset: z.ZodEffects<z.ZodObject<{
|
|
261
|
-
__kind: z.ZodEnum<["Sol", "SolUsdc"
|
|
261
|
+
__kind: z.ZodEnum<["Sol", "SolUsdc"]>;
|
|
262
262
|
}, "strip", z.ZodTypeAny, {
|
|
263
|
-
__kind: "Sol" | "SolUsdc"
|
|
263
|
+
__kind: "Sol" | "SolUsdc";
|
|
264
264
|
}, {
|
|
265
|
-
__kind: "Sol" | "SolUsdc"
|
|
266
|
-
}>, "Sol" | "SolUsdc"
|
|
267
|
-
__kind: "Sol" | "SolUsdc"
|
|
265
|
+
__kind: "Sol" | "SolUsdc";
|
|
266
|
+
}>, "Sol" | "SolUsdc", {
|
|
267
|
+
__kind: "Sol" | "SolUsdc";
|
|
268
268
|
}>;
|
|
269
269
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
270
270
|
depositDetails: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
@@ -288,7 +288,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
288
288
|
}>]>;
|
|
289
289
|
}, "strip", z.ZodTypeAny, {
|
|
290
290
|
depositAddress: `0x${string}`;
|
|
291
|
-
asset: "Sol" | "SolUsdc"
|
|
291
|
+
asset: "Sol" | "SolUsdc";
|
|
292
292
|
amount: bigint;
|
|
293
293
|
depositDetails: {
|
|
294
294
|
value: `0x${string}`;
|
|
@@ -300,7 +300,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
300
300
|
}, {
|
|
301
301
|
depositAddress: string;
|
|
302
302
|
asset: {
|
|
303
|
-
__kind: "Sol" | "SolUsdc"
|
|
303
|
+
__kind: "Sol" | "SolUsdc";
|
|
304
304
|
};
|
|
305
305
|
amount: string | number;
|
|
306
306
|
depositDetails: {
|
|
@@ -315,7 +315,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
315
315
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
316
316
|
depositWitness: {
|
|
317
317
|
depositAddress: `0x${string}`;
|
|
318
|
-
asset: "Sol" | "SolUsdc"
|
|
318
|
+
asset: "Sol" | "SolUsdc";
|
|
319
319
|
amount: bigint;
|
|
320
320
|
depositDetails: {
|
|
321
321
|
value: `0x${string}`;
|
|
@@ -330,7 +330,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
330
330
|
depositWitness: {
|
|
331
331
|
depositAddress: string;
|
|
332
332
|
asset: {
|
|
333
|
-
__kind: "Sol" | "SolUsdc"
|
|
333
|
+
__kind: "Sol" | "SolUsdc";
|
|
334
334
|
};
|
|
335
335
|
amount: string | number;
|
|
336
336
|
depositDetails: {
|
|
@@ -345,13 +345,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
345
345
|
__kind: z.ZodLiteral<"DepositFailedVaultVariantSolana">;
|
|
346
346
|
vaultWitness: z.ZodObject<{
|
|
347
347
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
348
|
-
__kind: z.ZodEnum<["Sol", "SolUsdc"
|
|
348
|
+
__kind: z.ZodEnum<["Sol", "SolUsdc"]>;
|
|
349
349
|
}, "strip", z.ZodTypeAny, {
|
|
350
|
-
__kind: "Sol" | "SolUsdc"
|
|
350
|
+
__kind: "Sol" | "SolUsdc";
|
|
351
351
|
}, {
|
|
352
|
-
__kind: "Sol" | "SolUsdc"
|
|
353
|
-
}>, "Sol" | "SolUsdc"
|
|
354
|
-
__kind: "Sol" | "SolUsdc"
|
|
352
|
+
__kind: "Sol" | "SolUsdc";
|
|
353
|
+
}>, "Sol" | "SolUsdc", {
|
|
354
|
+
__kind: "Sol" | "SolUsdc";
|
|
355
355
|
}>;
|
|
356
356
|
depositAddress: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, `0x${string}`, string>>>;
|
|
357
357
|
channelId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
@@ -376,13 +376,13 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
376
376
|
__kind: "VaultSwapAccount";
|
|
377
377
|
}>]>;
|
|
378
378
|
outputAsset: z.ZodEffects<z.ZodObject<{
|
|
379
|
-
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "
|
|
379
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
380
380
|
}, "strip", z.ZodTypeAny, {
|
|
381
|
-
__kind: "Sol" | "SolUsdc" | "
|
|
381
|
+
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
382
382
|
}, {
|
|
383
|
-
__kind: "Sol" | "SolUsdc" | "
|
|
384
|
-
}>, "Sol" | "SolUsdc" | "
|
|
385
|
-
__kind: "Sol" | "SolUsdc" | "
|
|
383
|
+
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
384
|
+
}>, "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
385
|
+
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
386
386
|
}>;
|
|
387
387
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
388
388
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -760,9 +760,9 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
760
760
|
value: [`0x${string}`, bigint];
|
|
761
761
|
__kind: "VaultSwapAccount";
|
|
762
762
|
};
|
|
763
|
-
inputAsset: "Sol" | "SolUsdc"
|
|
763
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
764
764
|
depositAmount: bigint;
|
|
765
|
-
outputAsset: "Sol" | "SolUsdc" | "
|
|
765
|
+
outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
766
766
|
destinationAddress: {
|
|
767
767
|
readonly chain: "Ethereum";
|
|
768
768
|
readonly address: `0x${string}`;
|
|
@@ -864,11 +864,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
864
864
|
__kind: "VaultSwapAccount";
|
|
865
865
|
};
|
|
866
866
|
inputAsset: {
|
|
867
|
-
__kind: "Sol" | "SolUsdc"
|
|
867
|
+
__kind: "Sol" | "SolUsdc";
|
|
868
868
|
};
|
|
869
869
|
depositAmount: string | number;
|
|
870
870
|
outputAsset: {
|
|
871
|
-
__kind: "Sol" | "SolUsdc" | "
|
|
871
|
+
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
872
872
|
};
|
|
873
873
|
destinationAddress: {
|
|
874
874
|
value: string;
|
|
@@ -960,9 +960,9 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
960
960
|
value: [`0x${string}`, bigint];
|
|
961
961
|
__kind: "VaultSwapAccount";
|
|
962
962
|
};
|
|
963
|
-
inputAsset: "Sol" | "SolUsdc"
|
|
963
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
964
964
|
depositAmount: bigint;
|
|
965
|
-
outputAsset: "Sol" | "SolUsdc" | "
|
|
965
|
+
outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
966
966
|
destinationAddress: {
|
|
967
967
|
readonly chain: "Ethereum";
|
|
968
968
|
readonly address: `0x${string}`;
|
|
@@ -1067,11 +1067,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1067
1067
|
__kind: "VaultSwapAccount";
|
|
1068
1068
|
};
|
|
1069
1069
|
inputAsset: {
|
|
1070
|
-
__kind: "Sol" | "SolUsdc"
|
|
1070
|
+
__kind: "Sol" | "SolUsdc";
|
|
1071
1071
|
};
|
|
1072
1072
|
depositAmount: string | number;
|
|
1073
1073
|
outputAsset: {
|
|
1074
|
-
__kind: "Sol" | "SolUsdc" | "
|
|
1074
|
+
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1075
1075
|
};
|
|
1076
1076
|
destinationAddress: {
|
|
1077
1077
|
value: string;
|
|
@@ -1207,7 +1207,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1207
1207
|
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
1208
1208
|
depositWitness: {
|
|
1209
1209
|
depositAddress: `0x${string}`;
|
|
1210
|
-
asset: "Sol" | "SolUsdc"
|
|
1210
|
+
asset: "Sol" | "SolUsdc";
|
|
1211
1211
|
amount: bigint;
|
|
1212
1212
|
depositDetails: {
|
|
1213
1213
|
value: `0x${string}`;
|
|
@@ -1227,9 +1227,9 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1227
1227
|
value: [`0x${string}`, bigint];
|
|
1228
1228
|
__kind: "VaultSwapAccount";
|
|
1229
1229
|
};
|
|
1230
|
-
inputAsset: "Sol" | "SolUsdc"
|
|
1230
|
+
inputAsset: "Sol" | "SolUsdc";
|
|
1231
1231
|
depositAmount: bigint;
|
|
1232
|
-
outputAsset: "Sol" | "SolUsdc" | "
|
|
1232
|
+
outputAsset: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1233
1233
|
destinationAddress: {
|
|
1234
1234
|
readonly chain: "Ethereum";
|
|
1235
1235
|
readonly address: `0x${string}`;
|
|
@@ -1384,7 +1384,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1384
1384
|
depositWitness: {
|
|
1385
1385
|
depositAddress: string;
|
|
1386
1386
|
asset: {
|
|
1387
|
-
__kind: "Sol" | "SolUsdc"
|
|
1387
|
+
__kind: "Sol" | "SolUsdc";
|
|
1388
1388
|
};
|
|
1389
1389
|
amount: string | number;
|
|
1390
1390
|
depositDetails: {
|
|
@@ -1406,11 +1406,11 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1406
1406
|
__kind: "VaultSwapAccount";
|
|
1407
1407
|
};
|
|
1408
1408
|
inputAsset: {
|
|
1409
|
-
__kind: "Sol" | "SolUsdc"
|
|
1409
|
+
__kind: "Sol" | "SolUsdc";
|
|
1410
1410
|
};
|
|
1411
1411
|
depositAmount: string | number;
|
|
1412
1412
|
outputAsset: {
|
|
1413
|
-
__kind: "Sol" | "SolUsdc" | "
|
|
1413
|
+
__kind: "Sol" | "SolUsdc" | "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
1414
1414
|
};
|
|
1415
1415
|
destinationAddress: {
|
|
1416
1416
|
value: string;
|
|
@@ -3,13 +3,13 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const swappingAccountCreationDepositAddressReady: z.ZodObject<{
|
|
4
4
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
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
|
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
15
15
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -80,7 +80,7 @@ declare const swappingAccountCreationDepositAddressReady: z.ZodObject<{
|
|
|
80
80
|
}>;
|
|
81
81
|
}, "strip", z.ZodTypeAny, {
|
|
82
82
|
channelId: bigint;
|
|
83
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
83
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
84
84
|
depositAddress: {
|
|
85
85
|
readonly chain: "Ethereum";
|
|
86
86
|
readonly address: `0x${string}`;
|
|
@@ -127,7 +127,7 @@ declare const swappingAccountCreationDepositAddressReady: z.ZodObject<{
|
|
|
127
127
|
}, {
|
|
128
128
|
channelId: string | number;
|
|
129
129
|
asset: {
|
|
130
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
130
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
131
131
|
};
|
|
132
132
|
depositAddress: {
|
|
133
133
|
value: string;
|
|
@@ -3,13 +3,13 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const swappingAccountCreationDepositAddressReady: z.ZodObject<{
|
|
4
4
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
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
|
depositAddress: z.ZodEffects<z.ZodObject<{
|
|
15
15
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
@@ -80,7 +80,7 @@ declare const swappingAccountCreationDepositAddressReady: z.ZodObject<{
|
|
|
80
80
|
}>;
|
|
81
81
|
}, "strip", z.ZodTypeAny, {
|
|
82
82
|
channelId: bigint;
|
|
83
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
83
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
84
84
|
depositAddress: {
|
|
85
85
|
readonly chain: "Ethereum";
|
|
86
86
|
readonly address: `0x${string}`;
|
|
@@ -127,7 +127,7 @@ declare const swappingAccountCreationDepositAddressReady: z.ZodObject<{
|
|
|
127
127
|
}, {
|
|
128
128
|
channelId: string | number;
|
|
129
129
|
asset: {
|
|
130
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
130
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
131
131
|
};
|
|
132
132
|
depositAddress: {
|
|
133
133
|
value: string;
|
|
@@ -2,13 +2,13 @@ import { z } from 'zod';
|
|
|
2
2
|
|
|
3
3
|
declare const swappingBatchSwapFailed: z.ZodObject<{
|
|
4
4
|
asset: z.ZodEffects<z.ZodObject<{
|
|
5
|
-
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "
|
|
5
|
+
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc", "Wbtc", "ArbUsdt"]>;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
7
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
8
8
|
}, {
|
|
9
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
10
|
-
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
11
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
9
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
10
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt", {
|
|
11
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
12
12
|
}>;
|
|
13
13
|
direction: z.ZodEffects<z.ZodObject<{
|
|
14
14
|
__kind: z.ZodEnum<["FromStable", "ToStable"]>;
|
|
@@ -21,12 +21,12 @@ declare const swappingBatchSwapFailed: z.ZodObject<{
|
|
|
21
21
|
}>;
|
|
22
22
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
24
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
25
25
|
amount: bigint;
|
|
26
26
|
direction: "FromStable" | "ToStable";
|
|
27
27
|
}, {
|
|
28
28
|
asset: {
|
|
29
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "
|
|
29
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc" | "Wbtc" | "ArbUsdt";
|
|
30
30
|
};
|
|
31
31
|
amount: string | number;
|
|
32
32
|
direction: {
|