@chainflip/processor 1.10.0 → 1.10.2
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/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.cts +24 -24
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +24 -24
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.cts +54 -54
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +54 -54
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/egressScheduled.d.ts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.cts +20 -20
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.d.ts +20 -20
- package/dist/100/environment/runtimeSafeModeUpdated.d.cts +12 -12
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +12 -12
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.cts +8 -8
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.ts +8 -8
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/100/flip/remainingImbalance.d.cts +22 -22
- package/dist/100/flip/remainingImbalance.d.ts +22 -22
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.cts +207 -207
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +207 -207
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.mjs +9 -0
- 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 +217 -217
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +217 -217
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/assethubIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11000/assethubIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11000/assethubIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11000/bitcoinElections/allVotesCleared.cjs +6 -0
- package/dist/11000/bitcoinElections/allVotesCleared.d.cts +5 -0
- package/dist/11000/bitcoinElections/allVotesCleared.d.ts +5 -0
- package/dist/11000/bitcoinElections/allVotesCleared.mjs +6 -0
- package/dist/11000/bitcoinElections/allVotesNotCleared.cjs +6 -0
- package/dist/11000/bitcoinElections/allVotesNotCleared.d.cts +5 -0
- package/dist/11000/bitcoinElections/allVotesNotCleared.d.ts +5 -0
- package/dist/11000/bitcoinElections/allVotesNotCleared.mjs +6 -0
- package/dist/11000/bitcoinElections/corruptStorage.cjs +6 -0
- package/dist/11000/bitcoinElections/corruptStorage.d.cts +5 -0
- package/dist/11000/bitcoinElections/corruptStorage.d.ts +5 -0
- package/dist/11000/bitcoinElections/corruptStorage.mjs +6 -0
- package/dist/11000/bitcoinElections/electoralEvent.cjs +6 -0
- package/dist/11000/bitcoinElections/electoralEvent.d.cts +29 -0
- package/dist/11000/bitcoinElections/electoralEvent.d.ts +29 -0
- package/dist/11000/bitcoinElections/electoralEvent.mjs +6 -0
- package/dist/11000/bitcoinElections/uninitialized.cjs +6 -0
- package/dist/11000/bitcoinElections/uninitialized.d.cts +5 -0
- package/dist/11000/bitcoinElections/uninitialized.d.ts +5 -0
- package/dist/11000/bitcoinElections/uninitialized.mjs +6 -0
- package/dist/11000/bitcoinElections/unknownElection.cjs +13 -0
- package/dist/11000/bitcoinElections/unknownElection.d.cts +13 -0
- package/dist/11000/bitcoinElections/unknownElection.d.ts +13 -0
- package/dist/11000/bitcoinElections/unknownElection.mjs +13 -0
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.cts +20 -20
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +20 -20
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11000/common.cjs +187 -16
- package/dist/11000/common.d.cts +1054 -127
- package/dist/11000/common.d.ts +1054 -127
- package/dist/11000/common.mjs +186 -15
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +244 -91
- package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +244 -91
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +88 -88
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +88 -88
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +164 -164
- package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +164 -164
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +88 -88
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +88 -88
- package/dist/11000/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/ethereumIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11000/ethereumIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11000/ethereumIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11000/lendingPools/boostFundsAdded.d.cts +2 -2
- package/dist/11000/lendingPools/boostFundsAdded.d.ts +2 -2
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +60 -60
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +60 -60
- package/dist/11000/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/polkadotIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11000/polkadotIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11000/polkadotIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11000/solanaElections/electoralEvent.cjs +6 -0
- package/dist/11000/solanaElections/electoralEvent.d.cts +5 -0
- package/dist/11000/solanaElections/electoralEvent.d.ts +5 -0
- package/dist/11000/solanaElections/electoralEvent.mjs +6 -0
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +10 -10
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +10 -10
- package/dist/11000/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/solanaIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11000/solanaIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11000/solanaIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11000/swapping/refundEgressScheduled.d.cts +6 -6
- package/dist/11000/swapping/refundEgressScheduled.d.ts +6 -6
- 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 +27 -27
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +27 -27
- package/dist/11000/swapping/swapRequested.d.cts +92 -92
- package/dist/11000/swapping/swapRequested.d.ts +92 -92
- package/dist/11000/tradingStrategy/strategyDeployed.d.cts +47 -0
- package/dist/11000/tradingStrategy/strategyDeployed.d.ts +47 -0
- package/dist/11000/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11000/validator/palletConfigUpdated.d.cts +217 -0
- package/dist/11000/validator/palletConfigUpdated.d.ts +217 -0
- package/dist/11000/validator/palletConfigUpdated.mjs +9 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.cts +20 -20
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +20 -20
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.cts +20 -20
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +20 -20
- package/dist/131/bitcoinIngressEgress/depositReceived.d.cts +20 -20
- package/dist/131/bitcoinIngressEgress/depositReceived.d.ts +20 -20
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.cts +46 -46
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.d.ts +46 -46
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.cts +2 -2
- package/dist/131/ethereumIngressEgress/depositReceived.d.ts +2 -2
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/131/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/common.cjs +1 -6
- package/dist/141/common.d.cts +1 -11
- package/dist/141/common.d.ts +1 -11
- package/dist/141/common.mjs +0 -5
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/ethereumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/liquidityPools/limitOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.cts +10 -10
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +10 -10
- package/dist/141/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/141/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/141/swapping/ccmDepositReceived.d.cts +68 -68
- package/dist/141/swapping/ccmDepositReceived.d.ts +68 -68
- package/dist/141/swapping/ccmFailed.d.cts +73 -73
- package/dist/141/swapping/ccmFailed.d.ts +73 -73
- package/dist/141/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/141/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/141/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/141/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/141/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/141/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/141/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/141/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/141/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/141/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/141/swapping/swapExecuted.d.cts +90 -90
- package/dist/141/swapping/swapExecuted.d.ts +90 -90
- package/dist/141/swapping/swapScheduled.d.cts +99 -99
- package/dist/141/swapping/swapScheduled.d.ts +99 -99
- package/dist/141/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/141/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/150/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/150/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/150/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- package/dist/150/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/150/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/150/swapping/ccmDepositReceived.d.cts +74 -74
- package/dist/150/swapping/ccmDepositReceived.d.ts +74 -74
- package/dist/150/swapping/ccmFailed.d.cts +79 -79
- package/dist/150/swapping/ccmFailed.d.ts +79 -79
- package/dist/150/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/150/swapping/refundEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/refundEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/150/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/150/swapping/swapDepositAddressReady.d.cts +25 -25
- package/dist/150/swapping/swapDepositAddressReady.d.ts +25 -25
- package/dist/150/swapping/swapEgressIgnored.d.cts +24 -24
- package/dist/150/swapping/swapEgressIgnored.d.ts +24 -24
- package/dist/150/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/150/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/150/swapping/swapExecuted.d.cts +94 -94
- package/dist/150/swapping/swapExecuted.d.ts +94 -94
- package/dist/150/swapping/swapScheduled.d.cts +103 -103
- package/dist/150/swapping/swapScheduled.d.ts +103 -103
- package/dist/150/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/150/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.cts +28 -28
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +28 -28
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +26 -26
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +26 -26
- package/dist/160/liquidityProvider/assetTransferred.d.cts +3 -3
- package/dist/160/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/160/polkadotIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +6 -6
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/160/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.cts +50 -50
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +50 -50
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/160/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/160/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/160/swapping/refundEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/refundEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/refundEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/refundEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapAmountConfiscated.d.cts +7 -7
- package/dist/160/swapping/swapAmountConfiscated.d.ts +7 -7
- package/dist/160/swapping/swapDepositAddressReady.d.cts +31 -31
- package/dist/160/swapping/swapDepositAddressReady.d.ts +31 -31
- package/dist/160/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/160/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/160/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/160/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/160/swapping/swapExecuted.d.cts +12 -12
- package/dist/160/swapping/swapExecuted.d.ts +12 -12
- package/dist/160/swapping/swapRequested.d.cts +40 -40
- package/dist/160/swapping/swapRequested.d.ts +40 -40
- package/dist/160/swapping/withdrawalRequested.d.cts +10 -10
- package/dist/160/swapping/withdrawalRequested.d.ts +10 -10
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.cts +4 -4
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +4 -4
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +30 -30
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +30 -30
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +56 -56
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +56 -56
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.cts +4 -4
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +4 -4
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/ethereumIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/ethereumIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/ccmFailed.d.cts +37 -37
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/polkadotIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/reputation/offencePenalty.d.cts +6 -6
- package/dist/170/reputation/offencePenalty.d.ts +6 -6
- package/dist/170/reputation/penaltyUpdated.d.cts +4 -4
- package/dist/170/reputation/penaltyUpdated.d.ts +4 -4
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/170/swapping/minimumChunkSizeSet.d.cts +2 -2
- package/dist/170/swapping/minimumChunkSizeSet.d.ts +2 -2
- package/dist/170/swapping/swapRequested.d.cts +27 -27
- package/dist/170/swapping/swapRequested.d.ts +27 -27
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +26 -26
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +26 -26
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/common.cjs +1 -20
- package/dist/180/common.d.cts +1 -83
- package/dist/180/common.d.ts +1 -83
- package/dist/180/common.mjs +0 -19
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/solanaIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/solanaIngressEgress/depositFailed.d.cts +167 -167
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +167 -167
- 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 +57 -57
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- 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 +4 -4
- package/dist/180/swapping/swapDepositAddressReady.d.ts +4 -4
- package/dist/180/swapping/swapRequested.d.cts +8 -8
- package/dist/180/swapping/swapRequested.d.ts +8 -8
- package/dist/190/assetBalances/accountCredited.d.cts +2 -2
- package/dist/190/assetBalances/accountCredited.d.ts +2 -2
- package/dist/190/assetBalances/accountDebited.d.cts +2 -2
- package/dist/190/assetBalances/accountDebited.d.ts +2 -2
- package/dist/190/assetBalances/refundScheduled.d.cts +54 -54
- package/dist/190/assetBalances/refundScheduled.d.ts +54 -54
- package/dist/190/assetBalances/refundSkipped.d.cts +70 -70
- package/dist/190/assetBalances/refundSkipped.d.ts +70 -70
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/190/liquidityPools/limitOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityPools/orderDeletionFailed.d.cts +8 -8
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +8 -8
- package/dist/190/liquidityPools/rangeOrderUpdated.d.cts +12 -12
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +12 -12
- package/dist/190/liquidityProvider/assetTransferred.d.cts +6 -6
- package/dist/190/liquidityProvider/assetTransferred.d.ts +6 -6
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +18 -18
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +18 -18
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.cts +10 -10
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +10 -10
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.d.ts +2 -2
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/190/solanaIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/190/solanaIngressEgress/depositFailed.d.cts +10 -10
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +10 -10
- package/dist/190/solanaIngressEgress/depositFinalised.d.cts +8 -8
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +8 -8
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +20 -20
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +20 -20
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.cts +2 -2
- package/dist/190/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/190/swapping/creditedOnChain.d.cts +4 -4
- package/dist/190/swapping/creditedOnChain.d.ts +4 -4
- package/dist/190/swapping/refundEgressIgnored.d.cts +18 -18
- package/dist/190/swapping/refundEgressIgnored.d.ts +18 -18
- package/dist/190/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/190/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/190/swapping/refundedOnChain.d.cts +4 -4
- package/dist/190/swapping/refundedOnChain.d.ts +4 -4
- package/dist/190/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/190/swapping/swapAmountConfiscated.d.ts +2 -2
- package/dist/190/swapping/swapDepositAddressReady.d.cts +13 -13
- package/dist/190/swapping/swapDepositAddressReady.d.ts +13 -13
- package/dist/190/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/190/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/190/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/190/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/190/swapping/swapRequested.d.cts +70 -70
- package/dist/190/swapping/swapRequested.d.ts +70 -70
- package/dist/190/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/190/swapping/withdrawalRequested.d.ts +4 -4
- package/package.json +3 -3
- package/dist/11000/arbitrumIngressEgress/boostDelaySet.cjs +0 -6
- package/dist/11000/arbitrumIngressEgress/boostDelaySet.d.cts +0 -11
- package/dist/11000/arbitrumIngressEgress/boostDelaySet.d.ts +0 -11
- package/dist/11000/arbitrumIngressEgress/boostDelaySet.mjs +0 -6
- package/dist/11000/assethubIngressEgress/boostDelaySet.cjs +0 -6
- package/dist/11000/assethubIngressEgress/boostDelaySet.d.cts +0 -11
- package/dist/11000/assethubIngressEgress/boostDelaySet.d.ts +0 -11
- package/dist/11000/assethubIngressEgress/boostDelaySet.mjs +0 -6
- package/dist/11000/bitcoinIngressEgress/boostDelaySet.cjs +0 -6
- package/dist/11000/bitcoinIngressEgress/boostDelaySet.d.cts +0 -11
- package/dist/11000/bitcoinIngressEgress/boostDelaySet.d.ts +0 -11
- package/dist/11000/bitcoinIngressEgress/boostDelaySet.mjs +0 -6
- package/dist/11000/ethereumIngressEgress/boostDelaySet.cjs +0 -6
- package/dist/11000/ethereumIngressEgress/boostDelaySet.d.cts +0 -11
- package/dist/11000/ethereumIngressEgress/boostDelaySet.d.ts +0 -11
- package/dist/11000/ethereumIngressEgress/boostDelaySet.mjs +0 -6
- package/dist/11000/polkadotIngressEgress/boostDelaySet.cjs +0 -6
- package/dist/11000/polkadotIngressEgress/boostDelaySet.d.cts +0 -11
- package/dist/11000/polkadotIngressEgress/boostDelaySet.d.ts +0 -11
- package/dist/11000/polkadotIngressEgress/boostDelaySet.mjs +0 -6
- package/dist/11000/solanaIngressEgress/boostDelaySet.cjs +0 -6
- package/dist/11000/solanaIngressEgress/boostDelaySet.d.cts +0 -11
- package/dist/11000/solanaIngressEgress/boostDelaySet.d.ts +0 -11
- package/dist/11000/solanaIngressEgress/boostDelaySet.mjs +0 -6
- package/dist/141/environment/utxoConsolidationParametersUpdated.cjs +0 -9
- package/dist/141/environment/utxoConsolidationParametersUpdated.d.cts +0 -26
- package/dist/141/environment/utxoConsolidationParametersUpdated.d.ts +0 -26
- package/dist/141/environment/utxoConsolidationParametersUpdated.mjs +0 -9
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.cjs +0 -19
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.cts +0 -107
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.d.ts +0 -107
- package/dist/180/solanaThresholdSigner/thresholdSignatureRequest.mjs +0 -19
|
@@ -248,7 +248,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
248
248
|
__kind: "DepositWitnessRejected";
|
|
249
249
|
}>]>;
|
|
250
250
|
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
251
|
-
__kind: z.ZodLiteral<"
|
|
251
|
+
__kind: z.ZodLiteral<"DepositFailedDepositChannelVariantSolana">;
|
|
252
252
|
depositWitness: z.ZodObject<{
|
|
253
253
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
254
254
|
asset: z.ZodEffects<z.ZodObject<{
|
|
@@ -273,14 +273,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
273
273
|
amount: string | number;
|
|
274
274
|
}>;
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
|
276
|
-
__kind: "
|
|
276
|
+
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
277
277
|
depositWitness: {
|
|
278
278
|
depositAddress: `0x${string}`;
|
|
279
279
|
asset: "Sol" | "SolUsdc";
|
|
280
280
|
amount: bigint;
|
|
281
281
|
};
|
|
282
282
|
}, {
|
|
283
|
-
__kind: "
|
|
283
|
+
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
284
284
|
depositWitness: {
|
|
285
285
|
depositAddress: string;
|
|
286
286
|
asset: {
|
|
@@ -289,7 +289,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
289
289
|
amount: string | number;
|
|
290
290
|
};
|
|
291
291
|
}>, z.ZodObject<{
|
|
292
|
-
__kind: z.ZodLiteral<"
|
|
292
|
+
__kind: z.ZodLiteral<"DepositFailedVaultVariantSolana">;
|
|
293
293
|
vaultWitness: z.ZodObject<{
|
|
294
294
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
295
295
|
__kind: z.ZodEnum<["Sol", "SolUsdc"]>;
|
|
@@ -827,7 +827,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
827
827
|
} | null | undefined;
|
|
828
828
|
}>;
|
|
829
829
|
}, "strip", z.ZodTypeAny, {
|
|
830
|
-
__kind: "
|
|
830
|
+
__kind: "DepositFailedVaultVariantSolana";
|
|
831
831
|
vaultWitness: {
|
|
832
832
|
txId: [`0x${string}`, bigint];
|
|
833
833
|
inputAsset: "Sol" | "SolUsdc";
|
|
@@ -920,7 +920,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
920
920
|
} | null | undefined;
|
|
921
921
|
};
|
|
922
922
|
}, {
|
|
923
|
-
__kind: "
|
|
923
|
+
__kind: "DepositFailedVaultVariantSolana";
|
|
924
924
|
vaultWitness: {
|
|
925
925
|
txId: [string, string | number];
|
|
926
926
|
inputAsset: {
|
|
@@ -1052,14 +1052,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1052
1052
|
__kind: "DepositWitnessRejected";
|
|
1053
1053
|
};
|
|
1054
1054
|
details: {
|
|
1055
|
-
__kind: "
|
|
1055
|
+
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
1056
1056
|
depositWitness: {
|
|
1057
1057
|
depositAddress: `0x${string}`;
|
|
1058
1058
|
asset: "Sol" | "SolUsdc";
|
|
1059
1059
|
amount: bigint;
|
|
1060
1060
|
};
|
|
1061
1061
|
} | {
|
|
1062
|
-
__kind: "
|
|
1062
|
+
__kind: "DepositFailedVaultVariantSolana";
|
|
1063
1063
|
vaultWitness: {
|
|
1064
1064
|
txId: [`0x${string}`, bigint];
|
|
1065
1065
|
inputAsset: "Sol" | "SolUsdc";
|
|
@@ -1206,7 +1206,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1206
1206
|
__kind: "DepositWitnessRejected";
|
|
1207
1207
|
};
|
|
1208
1208
|
details: {
|
|
1209
|
-
__kind: "
|
|
1209
|
+
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
1210
1210
|
depositWitness: {
|
|
1211
1211
|
depositAddress: string;
|
|
1212
1212
|
asset: {
|
|
@@ -1215,7 +1215,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1215
1215
|
amount: string | number;
|
|
1216
1216
|
};
|
|
1217
1217
|
} | {
|
|
1218
|
-
__kind: "
|
|
1218
|
+
__kind: "DepositFailedVaultVariantSolana";
|
|
1219
1219
|
vaultWitness: {
|
|
1220
1220
|
txId: [string, string | number];
|
|
1221
1221
|
inputAsset: {
|
|
@@ -248,7 +248,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
248
248
|
__kind: "DepositWitnessRejected";
|
|
249
249
|
}>]>;
|
|
250
250
|
details: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
251
|
-
__kind: z.ZodLiteral<"
|
|
251
|
+
__kind: z.ZodLiteral<"DepositFailedDepositChannelVariantSolana">;
|
|
252
252
|
depositWitness: z.ZodObject<{
|
|
253
253
|
depositAddress: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
254
254
|
asset: z.ZodEffects<z.ZodObject<{
|
|
@@ -273,14 +273,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
273
273
|
amount: string | number;
|
|
274
274
|
}>;
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
|
276
|
-
__kind: "
|
|
276
|
+
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
277
277
|
depositWitness: {
|
|
278
278
|
depositAddress: `0x${string}`;
|
|
279
279
|
asset: "Sol" | "SolUsdc";
|
|
280
280
|
amount: bigint;
|
|
281
281
|
};
|
|
282
282
|
}, {
|
|
283
|
-
__kind: "
|
|
283
|
+
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
284
284
|
depositWitness: {
|
|
285
285
|
depositAddress: string;
|
|
286
286
|
asset: {
|
|
@@ -289,7 +289,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
289
289
|
amount: string | number;
|
|
290
290
|
};
|
|
291
291
|
}>, z.ZodObject<{
|
|
292
|
-
__kind: z.ZodLiteral<"
|
|
292
|
+
__kind: z.ZodLiteral<"DepositFailedVaultVariantSolana">;
|
|
293
293
|
vaultWitness: z.ZodObject<{
|
|
294
294
|
inputAsset: z.ZodEffects<z.ZodObject<{
|
|
295
295
|
__kind: z.ZodEnum<["Sol", "SolUsdc"]>;
|
|
@@ -827,7 +827,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
827
827
|
} | null | undefined;
|
|
828
828
|
}>;
|
|
829
829
|
}, "strip", z.ZodTypeAny, {
|
|
830
|
-
__kind: "
|
|
830
|
+
__kind: "DepositFailedVaultVariantSolana";
|
|
831
831
|
vaultWitness: {
|
|
832
832
|
txId: [`0x${string}`, bigint];
|
|
833
833
|
inputAsset: "Sol" | "SolUsdc";
|
|
@@ -920,7 +920,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
920
920
|
} | null | undefined;
|
|
921
921
|
};
|
|
922
922
|
}, {
|
|
923
|
-
__kind: "
|
|
923
|
+
__kind: "DepositFailedVaultVariantSolana";
|
|
924
924
|
vaultWitness: {
|
|
925
925
|
txId: [string, string | number];
|
|
926
926
|
inputAsset: {
|
|
@@ -1052,14 +1052,14 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1052
1052
|
__kind: "DepositWitnessRejected";
|
|
1053
1053
|
};
|
|
1054
1054
|
details: {
|
|
1055
|
-
__kind: "
|
|
1055
|
+
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
1056
1056
|
depositWitness: {
|
|
1057
1057
|
depositAddress: `0x${string}`;
|
|
1058
1058
|
asset: "Sol" | "SolUsdc";
|
|
1059
1059
|
amount: bigint;
|
|
1060
1060
|
};
|
|
1061
1061
|
} | {
|
|
1062
|
-
__kind: "
|
|
1062
|
+
__kind: "DepositFailedVaultVariantSolana";
|
|
1063
1063
|
vaultWitness: {
|
|
1064
1064
|
txId: [`0x${string}`, bigint];
|
|
1065
1065
|
inputAsset: "Sol" | "SolUsdc";
|
|
@@ -1206,7 +1206,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1206
1206
|
__kind: "DepositWitnessRejected";
|
|
1207
1207
|
};
|
|
1208
1208
|
details: {
|
|
1209
|
-
__kind: "
|
|
1209
|
+
__kind: "DepositFailedDepositChannelVariantSolana";
|
|
1210
1210
|
depositWitness: {
|
|
1211
1211
|
depositAddress: string;
|
|
1212
1212
|
asset: {
|
|
@@ -1215,7 +1215,7 @@ declare const solanaIngressEgressDepositFailed: z.ZodObject<{
|
|
|
1215
1215
|
amount: string | number;
|
|
1216
1216
|
};
|
|
1217
1217
|
} | {
|
|
1218
|
-
__kind: "
|
|
1218
|
+
__kind: "DepositFailedVaultVariantSolana";
|
|
1219
1219
|
vaultWitness: {
|
|
1220
1220
|
txId: [string, string | number];
|
|
1221
1221
|
inputAsset: {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/11000/solanaIngressEgress/palletConfigUpdated.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var solanaIngressEgressPalletConfigUpdated = _zod.z.object({
|
|
5
|
+
update: _commoncjs.palletCfSolanaIngressEgressPalletConfigUpdateSolana
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
exports.solanaIngressEgressPalletConfigUpdated = solanaIngressEgressPalletConfigUpdated;
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaIngressEgressPalletConfigUpdated: z.ZodObject<{
|
|
4
|
+
update: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
|
+
__kind: z.ZodLiteral<"ChannelOpeningFeeSolana">;
|
|
6
|
+
fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
__kind: "ChannelOpeningFeeSolana";
|
|
9
|
+
fee: bigint;
|
|
10
|
+
}, {
|
|
11
|
+
__kind: "ChannelOpeningFeeSolana";
|
|
12
|
+
fee: string | number;
|
|
13
|
+
}>, z.ZodObject<{
|
|
14
|
+
__kind: z.ZodLiteral<"SetMinimumDepositSolana">;
|
|
15
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
16
|
+
__kind: z.ZodEnum<["Sol", "SolUsdc"]>;
|
|
17
|
+
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
__kind: "Sol" | "SolUsdc";
|
|
19
|
+
}, {
|
|
20
|
+
__kind: "Sol" | "SolUsdc";
|
|
21
|
+
}>, "Sol" | "SolUsdc", {
|
|
22
|
+
__kind: "Sol" | "SolUsdc";
|
|
23
|
+
}>;
|
|
24
|
+
minimumDeposit: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
25
|
+
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
__kind: "SetMinimumDepositSolana";
|
|
27
|
+
asset: "Sol" | "SolUsdc";
|
|
28
|
+
minimumDeposit: bigint;
|
|
29
|
+
}, {
|
|
30
|
+
__kind: "SetMinimumDepositSolana";
|
|
31
|
+
asset: {
|
|
32
|
+
__kind: "Sol" | "SolUsdc";
|
|
33
|
+
};
|
|
34
|
+
minimumDeposit: string | number;
|
|
35
|
+
}>, z.ZodObject<{
|
|
36
|
+
__kind: z.ZodLiteral<"SetDepositChannelLifetimeSolana">;
|
|
37
|
+
lifetime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
__kind: "SetDepositChannelLifetimeSolana";
|
|
40
|
+
lifetime: bigint;
|
|
41
|
+
}, {
|
|
42
|
+
__kind: "SetDepositChannelLifetimeSolana";
|
|
43
|
+
lifetime: string | number;
|
|
44
|
+
}>, z.ZodObject<{
|
|
45
|
+
__kind: z.ZodLiteral<"SetWitnessSafetyMarginSolana">;
|
|
46
|
+
margin: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
47
|
+
}, "strip", z.ZodTypeAny, {
|
|
48
|
+
__kind: "SetWitnessSafetyMarginSolana";
|
|
49
|
+
margin: bigint;
|
|
50
|
+
}, {
|
|
51
|
+
__kind: "SetWitnessSafetyMarginSolana";
|
|
52
|
+
margin: string | number;
|
|
53
|
+
}>, z.ZodObject<{
|
|
54
|
+
__kind: z.ZodLiteral<"SetBoostDelaySolana">;
|
|
55
|
+
delayBlocks: z.ZodNumber;
|
|
56
|
+
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
__kind: "SetBoostDelaySolana";
|
|
58
|
+
delayBlocks: number;
|
|
59
|
+
}, {
|
|
60
|
+
__kind: "SetBoostDelaySolana";
|
|
61
|
+
delayBlocks: number;
|
|
62
|
+
}>, z.ZodObject<{
|
|
63
|
+
__kind: z.ZodLiteral<"SetMaximumPreallocatedChannelsSolana">;
|
|
64
|
+
accountRole: z.ZodEffects<z.ZodObject<{
|
|
65
|
+
__kind: z.ZodEnum<["Unregistered", "Validator", "LiquidityProvider", "Broker"]>;
|
|
66
|
+
}, "strip", z.ZodTypeAny, {
|
|
67
|
+
__kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
68
|
+
}, {
|
|
69
|
+
__kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
70
|
+
}>, "Unregistered" | "Validator" | "LiquidityProvider" | "Broker", {
|
|
71
|
+
__kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
72
|
+
}>;
|
|
73
|
+
numChannels: z.ZodNumber;
|
|
74
|
+
}, "strip", z.ZodTypeAny, {
|
|
75
|
+
__kind: "SetMaximumPreallocatedChannelsSolana";
|
|
76
|
+
accountRole: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
77
|
+
numChannels: number;
|
|
78
|
+
}, {
|
|
79
|
+
__kind: "SetMaximumPreallocatedChannelsSolana";
|
|
80
|
+
accountRole: {
|
|
81
|
+
__kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
82
|
+
};
|
|
83
|
+
numChannels: number;
|
|
84
|
+
}>]>;
|
|
85
|
+
}, "strip", z.ZodTypeAny, {
|
|
86
|
+
update: {
|
|
87
|
+
__kind: "ChannelOpeningFeeSolana";
|
|
88
|
+
fee: bigint;
|
|
89
|
+
} | {
|
|
90
|
+
__kind: "SetMinimumDepositSolana";
|
|
91
|
+
asset: "Sol" | "SolUsdc";
|
|
92
|
+
minimumDeposit: bigint;
|
|
93
|
+
} | {
|
|
94
|
+
__kind: "SetDepositChannelLifetimeSolana";
|
|
95
|
+
lifetime: bigint;
|
|
96
|
+
} | {
|
|
97
|
+
__kind: "SetWitnessSafetyMarginSolana";
|
|
98
|
+
margin: bigint;
|
|
99
|
+
} | {
|
|
100
|
+
__kind: "SetBoostDelaySolana";
|
|
101
|
+
delayBlocks: number;
|
|
102
|
+
} | {
|
|
103
|
+
__kind: "SetMaximumPreallocatedChannelsSolana";
|
|
104
|
+
accountRole: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
105
|
+
numChannels: number;
|
|
106
|
+
};
|
|
107
|
+
}, {
|
|
108
|
+
update: {
|
|
109
|
+
__kind: "ChannelOpeningFeeSolana";
|
|
110
|
+
fee: string | number;
|
|
111
|
+
} | {
|
|
112
|
+
__kind: "SetMinimumDepositSolana";
|
|
113
|
+
asset: {
|
|
114
|
+
__kind: "Sol" | "SolUsdc";
|
|
115
|
+
};
|
|
116
|
+
minimumDeposit: string | number;
|
|
117
|
+
} | {
|
|
118
|
+
__kind: "SetDepositChannelLifetimeSolana";
|
|
119
|
+
lifetime: string | number;
|
|
120
|
+
} | {
|
|
121
|
+
__kind: "SetWitnessSafetyMarginSolana";
|
|
122
|
+
margin: string | number;
|
|
123
|
+
} | {
|
|
124
|
+
__kind: "SetBoostDelaySolana";
|
|
125
|
+
delayBlocks: number;
|
|
126
|
+
} | {
|
|
127
|
+
__kind: "SetMaximumPreallocatedChannelsSolana";
|
|
128
|
+
accountRole: {
|
|
129
|
+
__kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
130
|
+
};
|
|
131
|
+
numChannels: number;
|
|
132
|
+
};
|
|
133
|
+
}>;
|
|
134
|
+
|
|
135
|
+
export { solanaIngressEgressPalletConfigUpdated };
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const solanaIngressEgressPalletConfigUpdated: z.ZodObject<{
|
|
4
|
+
update: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
|
+
__kind: z.ZodLiteral<"ChannelOpeningFeeSolana">;
|
|
6
|
+
fee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
__kind: "ChannelOpeningFeeSolana";
|
|
9
|
+
fee: bigint;
|
|
10
|
+
}, {
|
|
11
|
+
__kind: "ChannelOpeningFeeSolana";
|
|
12
|
+
fee: string | number;
|
|
13
|
+
}>, z.ZodObject<{
|
|
14
|
+
__kind: z.ZodLiteral<"SetMinimumDepositSolana">;
|
|
15
|
+
asset: z.ZodEffects<z.ZodObject<{
|
|
16
|
+
__kind: z.ZodEnum<["Sol", "SolUsdc"]>;
|
|
17
|
+
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
__kind: "Sol" | "SolUsdc";
|
|
19
|
+
}, {
|
|
20
|
+
__kind: "Sol" | "SolUsdc";
|
|
21
|
+
}>, "Sol" | "SolUsdc", {
|
|
22
|
+
__kind: "Sol" | "SolUsdc";
|
|
23
|
+
}>;
|
|
24
|
+
minimumDeposit: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
25
|
+
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
__kind: "SetMinimumDepositSolana";
|
|
27
|
+
asset: "Sol" | "SolUsdc";
|
|
28
|
+
minimumDeposit: bigint;
|
|
29
|
+
}, {
|
|
30
|
+
__kind: "SetMinimumDepositSolana";
|
|
31
|
+
asset: {
|
|
32
|
+
__kind: "Sol" | "SolUsdc";
|
|
33
|
+
};
|
|
34
|
+
minimumDeposit: string | number;
|
|
35
|
+
}>, z.ZodObject<{
|
|
36
|
+
__kind: z.ZodLiteral<"SetDepositChannelLifetimeSolana">;
|
|
37
|
+
lifetime: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
__kind: "SetDepositChannelLifetimeSolana";
|
|
40
|
+
lifetime: bigint;
|
|
41
|
+
}, {
|
|
42
|
+
__kind: "SetDepositChannelLifetimeSolana";
|
|
43
|
+
lifetime: string | number;
|
|
44
|
+
}>, z.ZodObject<{
|
|
45
|
+
__kind: z.ZodLiteral<"SetWitnessSafetyMarginSolana">;
|
|
46
|
+
margin: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
47
|
+
}, "strip", z.ZodTypeAny, {
|
|
48
|
+
__kind: "SetWitnessSafetyMarginSolana";
|
|
49
|
+
margin: bigint;
|
|
50
|
+
}, {
|
|
51
|
+
__kind: "SetWitnessSafetyMarginSolana";
|
|
52
|
+
margin: string | number;
|
|
53
|
+
}>, z.ZodObject<{
|
|
54
|
+
__kind: z.ZodLiteral<"SetBoostDelaySolana">;
|
|
55
|
+
delayBlocks: z.ZodNumber;
|
|
56
|
+
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
__kind: "SetBoostDelaySolana";
|
|
58
|
+
delayBlocks: number;
|
|
59
|
+
}, {
|
|
60
|
+
__kind: "SetBoostDelaySolana";
|
|
61
|
+
delayBlocks: number;
|
|
62
|
+
}>, z.ZodObject<{
|
|
63
|
+
__kind: z.ZodLiteral<"SetMaximumPreallocatedChannelsSolana">;
|
|
64
|
+
accountRole: z.ZodEffects<z.ZodObject<{
|
|
65
|
+
__kind: z.ZodEnum<["Unregistered", "Validator", "LiquidityProvider", "Broker"]>;
|
|
66
|
+
}, "strip", z.ZodTypeAny, {
|
|
67
|
+
__kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
68
|
+
}, {
|
|
69
|
+
__kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
70
|
+
}>, "Unregistered" | "Validator" | "LiquidityProvider" | "Broker", {
|
|
71
|
+
__kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
72
|
+
}>;
|
|
73
|
+
numChannels: z.ZodNumber;
|
|
74
|
+
}, "strip", z.ZodTypeAny, {
|
|
75
|
+
__kind: "SetMaximumPreallocatedChannelsSolana";
|
|
76
|
+
accountRole: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
77
|
+
numChannels: number;
|
|
78
|
+
}, {
|
|
79
|
+
__kind: "SetMaximumPreallocatedChannelsSolana";
|
|
80
|
+
accountRole: {
|
|
81
|
+
__kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
82
|
+
};
|
|
83
|
+
numChannels: number;
|
|
84
|
+
}>]>;
|
|
85
|
+
}, "strip", z.ZodTypeAny, {
|
|
86
|
+
update: {
|
|
87
|
+
__kind: "ChannelOpeningFeeSolana";
|
|
88
|
+
fee: bigint;
|
|
89
|
+
} | {
|
|
90
|
+
__kind: "SetMinimumDepositSolana";
|
|
91
|
+
asset: "Sol" | "SolUsdc";
|
|
92
|
+
minimumDeposit: bigint;
|
|
93
|
+
} | {
|
|
94
|
+
__kind: "SetDepositChannelLifetimeSolana";
|
|
95
|
+
lifetime: bigint;
|
|
96
|
+
} | {
|
|
97
|
+
__kind: "SetWitnessSafetyMarginSolana";
|
|
98
|
+
margin: bigint;
|
|
99
|
+
} | {
|
|
100
|
+
__kind: "SetBoostDelaySolana";
|
|
101
|
+
delayBlocks: number;
|
|
102
|
+
} | {
|
|
103
|
+
__kind: "SetMaximumPreallocatedChannelsSolana";
|
|
104
|
+
accountRole: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
105
|
+
numChannels: number;
|
|
106
|
+
};
|
|
107
|
+
}, {
|
|
108
|
+
update: {
|
|
109
|
+
__kind: "ChannelOpeningFeeSolana";
|
|
110
|
+
fee: string | number;
|
|
111
|
+
} | {
|
|
112
|
+
__kind: "SetMinimumDepositSolana";
|
|
113
|
+
asset: {
|
|
114
|
+
__kind: "Sol" | "SolUsdc";
|
|
115
|
+
};
|
|
116
|
+
minimumDeposit: string | number;
|
|
117
|
+
} | {
|
|
118
|
+
__kind: "SetDepositChannelLifetimeSolana";
|
|
119
|
+
lifetime: string | number;
|
|
120
|
+
} | {
|
|
121
|
+
__kind: "SetWitnessSafetyMarginSolana";
|
|
122
|
+
margin: string | number;
|
|
123
|
+
} | {
|
|
124
|
+
__kind: "SetBoostDelaySolana";
|
|
125
|
+
delayBlocks: number;
|
|
126
|
+
} | {
|
|
127
|
+
__kind: "SetMaximumPreallocatedChannelsSolana";
|
|
128
|
+
accountRole: {
|
|
129
|
+
__kind: "Unregistered" | "Validator" | "LiquidityProvider" | "Broker";
|
|
130
|
+
};
|
|
131
|
+
numChannels: number;
|
|
132
|
+
};
|
|
133
|
+
}>;
|
|
134
|
+
|
|
135
|
+
export { solanaIngressEgressPalletConfigUpdated };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// generated/11000/solanaIngressEgress/palletConfigUpdated.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { palletCfSolanaIngressEgressPalletConfigUpdateSolana } from "../common.mjs";
|
|
4
|
+
var solanaIngressEgressPalletConfigUpdated = z.object({
|
|
5
|
+
update: palletCfSolanaIngressEgressPalletConfigUpdateSolana
|
|
6
|
+
});
|
|
7
|
+
export {
|
|
8
|
+
solanaIngressEgressPalletConfigUpdated
|
|
9
|
+
};
|
|
@@ -32,21 +32,21 @@ declare const swappingRefundEgressScheduled: z.ZodObject<{
|
|
|
32
32
|
}>], null>;
|
|
33
33
|
refundFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
36
|
-
amount: bigint;
|
|
37
35
|
swapRequestId: bigint;
|
|
38
36
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
37
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
38
|
+
amount: bigint;
|
|
39
39
|
egressFee: [bigint, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc"];
|
|
40
40
|
refundFee: bigint;
|
|
41
41
|
}, {
|
|
42
|
-
asset: {
|
|
43
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
44
|
-
};
|
|
45
|
-
amount: string | number;
|
|
46
42
|
swapRequestId: string | number;
|
|
47
43
|
egressId: [{
|
|
48
44
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
49
45
|
}, string | number];
|
|
46
|
+
asset: {
|
|
47
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
48
|
+
};
|
|
49
|
+
amount: string | number;
|
|
50
50
|
egressFee: [string | number, {
|
|
51
51
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
52
52
|
}];
|
|
@@ -32,21 +32,21 @@ declare const swappingRefundEgressScheduled: z.ZodObject<{
|
|
|
32
32
|
}>], null>;
|
|
33
33
|
refundFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
36
|
-
amount: bigint;
|
|
37
35
|
swapRequestId: bigint;
|
|
38
36
|
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
37
|
+
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
38
|
+
amount: bigint;
|
|
39
39
|
egressFee: [bigint, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc"];
|
|
40
40
|
refundFee: bigint;
|
|
41
41
|
}, {
|
|
42
|
-
asset: {
|
|
43
|
-
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
44
|
-
};
|
|
45
|
-
amount: string | number;
|
|
46
42
|
swapRequestId: string | number;
|
|
47
43
|
egressId: [{
|
|
48
44
|
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
49
45
|
}, string | number];
|
|
46
|
+
asset: {
|
|
47
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
48
|
+
};
|
|
49
|
+
amount: string | number;
|
|
50
50
|
egressFee: [string | number, {
|
|
51
51
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
52
52
|
}];
|
|
@@ -15,19 +15,19 @@ declare const swappingRefundedOnChain: z.ZodObject<{
|
|
|
15
15
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
refundFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
swapRequestId: bigint;
|
|
18
19
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19
20
|
amount: bigint;
|
|
20
|
-
accountId: string;
|
|
21
|
-
swapRequestId: bigint;
|
|
22
21
|
refundFee: bigint;
|
|
22
|
+
accountId: string;
|
|
23
23
|
}, {
|
|
24
|
+
swapRequestId: string | number;
|
|
24
25
|
asset: {
|
|
25
26
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
26
27
|
};
|
|
27
28
|
amount: string | number;
|
|
28
|
-
accountId: string;
|
|
29
|
-
swapRequestId: string | number;
|
|
30
29
|
refundFee: string | number;
|
|
30
|
+
accountId: string;
|
|
31
31
|
}>;
|
|
32
32
|
|
|
33
33
|
export { swappingRefundedOnChain };
|
|
@@ -15,19 +15,19 @@ declare const swappingRefundedOnChain: z.ZodObject<{
|
|
|
15
15
|
amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
16
|
refundFee: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
swapRequestId: bigint;
|
|
18
19
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
19
20
|
amount: bigint;
|
|
20
|
-
accountId: string;
|
|
21
|
-
swapRequestId: bigint;
|
|
22
21
|
refundFee: bigint;
|
|
22
|
+
accountId: string;
|
|
23
23
|
}, {
|
|
24
|
+
swapRequestId: string | number;
|
|
24
25
|
asset: {
|
|
25
26
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
26
27
|
};
|
|
27
28
|
amount: string | number;
|
|
28
|
-
accountId: string;
|
|
29
|
-
swapRequestId: string | number;
|
|
30
29
|
refundFee: string | number;
|
|
30
|
+
accountId: string;
|
|
31
31
|
}>;
|
|
32
32
|
|
|
33
33
|
export { swappingRefundedOnChain };
|