@chainflip/processor 1.10.2 → 1.11.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/README.MD +4 -2
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.cts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.d.ts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.cts +20 -20
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.d.ts +20 -20
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/100/liquidityPools/limitOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/100/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/100/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/100/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/100/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +20 -20
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.cts +2 -2
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +2 -2
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- 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 +34 -34
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +34 -34
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/11000/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +46 -46
- package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +46 -46
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +207 -207
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +207 -207
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- 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/111/polkadotIngressEgress/transferFallbackRequested.d.cts +2 -2
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +2 -2
- package/dist/11100/accountRoles/accountRoleDeregistered.cjs +10 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.d.cts +24 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.d.ts +24 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.mjs +10 -0
- package/dist/11100/accountRoles/accountRoleRegistered.cjs +10 -0
- package/dist/11100/accountRoles/accountRoleRegistered.d.cts +24 -0
- package/dist/11100/accountRoles/accountRoleRegistered.d.ts +24 -0
- package/dist/11100/accountRoles/accountRoleRegistered.mjs +10 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.cjs +11 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.d.cts +17 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.d.ts +17 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.mjs +11 -0
- package/dist/11100/accountRoles/subAccountCreated.cjs +11 -0
- package/dist/11100/accountRoles/subAccountCreated.d.cts +17 -0
- package/dist/11100/accountRoles/subAccountCreated.d.ts +17 -0
- package/dist/11100/accountRoles/subAccountCreated.mjs +11 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.cjs +15 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.cts +1407 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +1407 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.mjs +15 -0
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11100/assethubIngressEgress/depositFailed.cjs +14 -0
- package/dist/11100/assethubIngressEgress/depositFailed.d.cts +1398 -0
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +1398 -0
- package/dist/11100/assethubIngressEgress/depositFailed.mjs +14 -0
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.cjs +15 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.cts +2316 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +2316 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.mjs +15 -0
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11100/common.cjs +883 -0
- package/dist/11100/common.d.cts +20312 -0
- package/dist/11100/common.d.ts +20312 -0
- package/dist/11100/common.mjs +883 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +1390 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.ts +1390 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.mjs +9 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.cjs +15 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.cts +1407 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +1407 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.mjs +15 -0
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11100/genericElections/allVotesCleared.cjs +6 -0
- package/dist/11100/genericElections/allVotesCleared.d.cts +5 -0
- package/dist/11100/genericElections/allVotesCleared.d.ts +5 -0
- package/dist/11100/genericElections/allVotesCleared.mjs +6 -0
- package/dist/11100/genericElections/allVotesNotCleared.cjs +6 -0
- package/dist/11100/genericElections/allVotesNotCleared.d.cts +5 -0
- package/dist/11100/genericElections/allVotesNotCleared.d.ts +5 -0
- package/dist/11100/genericElections/allVotesNotCleared.mjs +6 -0
- package/dist/11100/genericElections/corruptStorage.cjs +6 -0
- package/dist/11100/genericElections/corruptStorage.d.cts +5 -0
- package/dist/11100/genericElections/corruptStorage.d.ts +5 -0
- package/dist/11100/genericElections/corruptStorage.mjs +6 -0
- package/dist/11100/genericElections/electoralEvent.cjs +6 -0
- package/dist/11100/genericElections/electoralEvent.d.cts +63 -0
- package/dist/11100/genericElections/electoralEvent.d.ts +63 -0
- package/dist/11100/genericElections/electoralEvent.mjs +6 -0
- package/dist/11100/genericElections/uninitialized.cjs +6 -0
- package/dist/11100/genericElections/uninitialized.d.cts +5 -0
- package/dist/11100/genericElections/uninitialized.d.ts +5 -0
- package/dist/11100/genericElections/uninitialized.mjs +6 -0
- package/dist/11100/genericElections/unknownElection.cjs +13 -0
- package/dist/11100/genericElections/unknownElection.d.cts +13 -0
- package/dist/11100/genericElections/unknownElection.d.ts +13 -0
- package/dist/11100/genericElections/unknownElection.mjs +13 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.cjs +14 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.cts +1398 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +1398 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.mjs +14 -0
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11100/solanaIngressEgress/depositFailed.cjs +15 -0
- package/dist/11100/solanaIngressEgress/depositFailed.d.cts +1357 -0
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +1357 -0
- package/dist/11100/solanaIngressEgress/depositFailed.mjs +15 -0
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.d.cts +135 -0
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.d.ts +135 -0
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.mjs +9 -0
- package/dist/11100/swapping/swapDepositAddressReady.cjs +31 -0
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +689 -0
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +689 -0
- package/dist/11100/swapping/swapDepositAddressReady.mjs +31 -0
- package/dist/11100/swapping/swapRequested.cjs +25 -0
- package/dist/11100/swapping/swapRequested.d.cts +2635 -0
- package/dist/11100/swapping/swapRequested.d.ts +2635 -0
- package/dist/11100/swapping/swapRequested.mjs +25 -0
- package/dist/11100/validator/delegated.cjs +7 -0
- package/dist/11100/validator/delegated.d.cts +14 -0
- package/dist/11100/validator/delegated.d.ts +14 -0
- package/dist/11100/validator/delegated.mjs +7 -0
- package/dist/11100/validator/delegatorAllowed.cjs +7 -0
- package/dist/11100/validator/delegatorAllowed.d.cts +14 -0
- package/dist/11100/validator/delegatorAllowed.d.ts +14 -0
- package/dist/11100/validator/delegatorAllowed.mjs +7 -0
- package/dist/11100/validator/delegatorBlocked.cjs +7 -0
- package/dist/11100/validator/delegatorBlocked.d.cts +14 -0
- package/dist/11100/validator/delegatorBlocked.d.ts +14 -0
- package/dist/11100/validator/delegatorBlocked.mjs +7 -0
- package/dist/11100/validator/operatorAcceptedByValidator.cjs +10 -0
- package/dist/11100/validator/operatorAcceptedByValidator.d.cts +14 -0
- package/dist/11100/validator/operatorAcceptedByValidator.d.ts +14 -0
- package/dist/11100/validator/operatorAcceptedByValidator.mjs +10 -0
- package/dist/11100/validator/operatorSettingsUpdated.cjs +10 -0
- package/dist/11100/validator/operatorSettingsUpdated.d.cts +41 -0
- package/dist/11100/validator/operatorSettingsUpdated.d.ts +41 -0
- package/dist/11100/validator/operatorSettingsUpdated.mjs +10 -0
- package/dist/11100/validator/unDelegated.cjs +7 -0
- package/dist/11100/validator/unDelegated.d.cts +14 -0
- package/dist/11100/validator/unDelegated.d.ts +14 -0
- package/dist/11100/validator/unDelegated.mjs +7 -0
- package/dist/11100/validator/validatorClaimed.cjs +7 -0
- package/dist/11100/validator/validatorClaimed.d.cts +14 -0
- package/dist/11100/validator/validatorClaimed.d.ts +14 -0
- package/dist/11100/validator/validatorClaimed.mjs +7 -0
- package/dist/11100/validator/validatorRemovedFromOperator.cjs +10 -0
- package/dist/11100/validator/validatorRemovedFromOperator.d.cts +14 -0
- package/dist/11100/validator/validatorRemovedFromOperator.d.ts +14 -0
- package/dist/11100/validator/validatorRemovedFromOperator.mjs +10 -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/120/emissions/flipBurnSkipped.d.cts +16 -16
- package/dist/120/emissions/flipBurnSkipped.d.ts +16 -16
- 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/environment/runtimeSafeModeUpdated.d.cts +28 -28
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +28 -28
- package/dist/131/liquidityPools/limitOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.cts +2 -2
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +2 -2
- package/dist/131/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/131/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/131/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/131/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/131/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/131/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/131/swapping/maximumSwapAmountSet.d.cts +6 -6
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +6 -6
- package/dist/131/swapping/swapAmountConfiscated.d.cts +12 -12
- package/dist/131/swapping/swapAmountConfiscated.d.ts +12 -12
- package/dist/131/swapping/swapDepositAddressReady.d.cts +18 -18
- package/dist/131/swapping/swapDepositAddressReady.d.ts +18 -18
- package/dist/131/swapping/swapEgressIgnored.d.cts +12 -12
- package/dist/131/swapping/swapEgressIgnored.d.ts +12 -12
- package/dist/131/swapping/swapEgressScheduled.d.cts +8 -8
- package/dist/131/swapping/swapEgressScheduled.d.ts +8 -8
- package/dist/131/swapping/swapExecuted.d.cts +12 -12
- package/dist/131/swapping/swapExecuted.d.ts +12 -12
- package/dist/131/swapping/swapScheduled.d.cts +14 -14
- package/dist/131/swapping/swapScheduled.d.ts +14 -14
- package/dist/131/swapping/withdrawalRequested.d.cts +6 -6
- package/dist/131/swapping/withdrawalRequested.d.ts +6 -6
- 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/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/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/evmThresholdSigner/failureReportProcessed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.cts +2 -2
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.cts +2 -2
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +2 -2
- 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/liquidityProvider/accountCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.cts +2 -2
- package/dist/141/liquidityProvider/accountDebited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +4 -4
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/polkadotIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- 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/141/validator/rotationPhaseUpdated.d.cts +20 -20
- package/dist/141/validator/rotationPhaseUpdated.d.ts +20 -20
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- 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 +4 -4
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +4 -4
- package/dist/150/assetBalances/refundScheduled.d.cts +52 -52
- package/dist/150/assetBalances/refundScheduled.d.ts +52 -52
- package/dist/150/assetBalances/refundSkipped.d.cts +66 -66
- package/dist/150/assetBalances/refundSkipped.d.ts +66 -66
- 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/ccmBroadcastRequested.d.cts +2 -2
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.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/solanaIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/150/solanaIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/150/solanaIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.cts +2 -2
- package/dist/150/solanaIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.cts +20 -20
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +20 -20
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- 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/bitcoinIngressEgress/depositBoosted.d.cts +10 -10
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.cts +6 -6
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +6 -6
- 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 +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/ccmEgressInvalid.d.cts +61 -61
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/160/solanaIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/160/solanaIngressEgress/depositFinalised.d.cts +3 -3
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +3 -3
- 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 +26 -26
- package/dist/160/solanaIngressEgress/depositWitnessRejected.d.ts +26 -26
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- 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/ccmFailed.d.cts +37 -37
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +20 -20
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.cts +20 -20
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +20 -20
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.cts +24 -24
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +24 -24
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.cts +46 -46
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +46 -46
- 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 +2 -2
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.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 +4 -4
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +4 -4
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- 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 +4 -4
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +4 -4
- 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/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/arbitrumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/ethereumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/180/ethereumIngressEgress/depositFailed.d.cts +179 -179
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +61 -61
- 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 +179 -179
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +179 -179
- package/dist/180/polkadotIngressEgress/depositFinalised.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/depositFinalised.d.ts +2 -2
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- 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/190/arbitrumIngressEgress/ccmEgressInvalid.d.cts +54 -54
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +54 -54
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.cts +6 -6
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +6 -6
- package/dist/190/arbitrumIngressEgress/depositFailed.d.cts +180 -180
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +180 -180
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- 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/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/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/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
- 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/package.json +2 -2
|
@@ -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
|
-
swapRequestId: bigint;
|
|
36
|
-
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
37
35
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
38
36
|
amount: bigint;
|
|
37
|
+
swapRequestId: bigint;
|
|
38
|
+
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", 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
|
-
swapRequestId: string | number;
|
|
43
|
-
egressId: [{
|
|
44
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
45
|
-
}, string | number];
|
|
46
42
|
asset: {
|
|
47
43
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
48
44
|
};
|
|
49
45
|
amount: string | number;
|
|
46
|
+
swapRequestId: string | number;
|
|
47
|
+
egressId: [{
|
|
48
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
49
|
+
}, 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
|
-
swapRequestId: bigint;
|
|
36
|
-
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", bigint];
|
|
37
35
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
38
36
|
amount: bigint;
|
|
37
|
+
swapRequestId: bigint;
|
|
38
|
+
egressId: ["Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub", 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
|
-
swapRequestId: string | number;
|
|
43
|
-
egressId: [{
|
|
44
|
-
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
45
|
-
}, string | number];
|
|
46
42
|
asset: {
|
|
47
43
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
48
44
|
};
|
|
49
45
|
amount: string | number;
|
|
46
|
+
swapRequestId: string | number;
|
|
47
|
+
egressId: [{
|
|
48
|
+
__kind: "Ethereum" | "Polkadot" | "Bitcoin" | "Arbitrum" | "Solana" | "Assethub";
|
|
49
|
+
}, 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;
|
|
19
18
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
20
19
|
amount: bigint;
|
|
21
|
-
refundFee: bigint;
|
|
22
20
|
accountId: string;
|
|
21
|
+
swapRequestId: bigint;
|
|
22
|
+
refundFee: bigint;
|
|
23
23
|
}, {
|
|
24
|
-
swapRequestId: string | number;
|
|
25
24
|
asset: {
|
|
26
25
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
27
26
|
};
|
|
28
27
|
amount: string | number;
|
|
29
|
-
refundFee: string | number;
|
|
30
28
|
accountId: string;
|
|
29
|
+
swapRequestId: string | number;
|
|
30
|
+
refundFee: string | number;
|
|
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;
|
|
19
18
|
asset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
20
19
|
amount: bigint;
|
|
21
|
-
refundFee: bigint;
|
|
22
20
|
accountId: string;
|
|
21
|
+
swapRequestId: bigint;
|
|
22
|
+
refundFee: bigint;
|
|
23
23
|
}, {
|
|
24
|
-
swapRequestId: string | number;
|
|
25
24
|
asset: {
|
|
26
25
|
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc" | "ArbEth" | "ArbUsdc" | "Usdt" | "Sol" | "SolUsdc" | "HubDot" | "HubUsdt" | "HubUsdc";
|
|
27
26
|
};
|
|
28
27
|
amount: string | number;
|
|
29
|
-
refundFee: string | number;
|
|
30
28
|
accountId: string;
|
|
29
|
+
swapRequestId: string | number;
|
|
30
|
+
refundFee: string | number;
|
|
31
31
|
}>;
|
|
32
32
|
|
|
33
33
|
export { swappingRefundedOnChain };
|
|
@@ -5,11 +5,11 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
5
5
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
value: `0x${string}`;
|
|
9
8
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
9
|
+
value: `0x${string}`;
|
|
10
10
|
}, {
|
|
11
|
-
value: string;
|
|
12
11
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
12
|
+
value: string;
|
|
13
13
|
}>, {
|
|
14
14
|
readonly chain: "Ethereum";
|
|
15
15
|
readonly address: `0x${string}`;
|
|
@@ -29,18 +29,18 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
29
29
|
readonly chain: "Assethub";
|
|
30
30
|
readonly address: string;
|
|
31
31
|
}, {
|
|
32
|
-
value: string;
|
|
33
32
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
33
|
+
value: string;
|
|
34
34
|
}>;
|
|
35
35
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
36
36
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
37
37
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
-
value: `0x${string}`;
|
|
40
39
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
40
|
+
value: `0x${string}`;
|
|
41
41
|
}, {
|
|
42
|
-
value: string;
|
|
43
42
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
43
|
+
value: string;
|
|
44
44
|
}>, {
|
|
45
45
|
readonly chain: "Ethereum";
|
|
46
46
|
readonly address: `0x${string}`;
|
|
@@ -60,8 +60,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
60
60
|
readonly chain: "Assethub";
|
|
61
61
|
readonly address: string;
|
|
62
62
|
}, {
|
|
63
|
-
value: string;
|
|
64
63
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
64
|
+
value: string;
|
|
65
65
|
}>;
|
|
66
66
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
67
67
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
@@ -141,6 +141,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
141
141
|
fallbackAddress: string;
|
|
142
142
|
}>;
|
|
143
143
|
}, "strip", z.ZodTypeAny, {
|
|
144
|
+
__kind: "V0";
|
|
144
145
|
value: {
|
|
145
146
|
cfReceiver: {
|
|
146
147
|
pubkey: `0x${string}`;
|
|
@@ -152,8 +153,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
152
153
|
}[];
|
|
153
154
|
fallbackAddress: `0x${string}`;
|
|
154
155
|
};
|
|
155
|
-
__kind: "V0";
|
|
156
156
|
}, {
|
|
157
|
+
__kind: "V0";
|
|
157
158
|
value: {
|
|
158
159
|
cfReceiver: {
|
|
159
160
|
pubkey: string;
|
|
@@ -165,7 +166,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
165
166
|
}[];
|
|
166
167
|
fallbackAddress: string;
|
|
167
168
|
};
|
|
168
|
-
__kind: "V0";
|
|
169
169
|
}>, z.ZodObject<{
|
|
170
170
|
__kind: z.ZodLiteral<"V1">;
|
|
171
171
|
ccmAccounts: z.ZodObject<{
|
|
@@ -242,7 +242,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
242
242
|
alts: string[];
|
|
243
243
|
}>]>;
|
|
244
244
|
}, "strip", z.ZodTypeAny, {
|
|
245
|
+
__kind: "Solana";
|
|
245
246
|
value: {
|
|
247
|
+
__kind: "V0";
|
|
246
248
|
value: {
|
|
247
249
|
cfReceiver: {
|
|
248
250
|
pubkey: `0x${string}`;
|
|
@@ -254,7 +256,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
254
256
|
}[];
|
|
255
257
|
fallbackAddress: `0x${string}`;
|
|
256
258
|
};
|
|
257
|
-
__kind: "V0";
|
|
258
259
|
} | {
|
|
259
260
|
__kind: "V1";
|
|
260
261
|
ccmAccounts: {
|
|
@@ -270,9 +271,10 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
270
271
|
};
|
|
271
272
|
alts: `0x${string}`[];
|
|
272
273
|
};
|
|
273
|
-
__kind: "Solana";
|
|
274
274
|
}, {
|
|
275
|
+
__kind: "Solana";
|
|
275
276
|
value: {
|
|
277
|
+
__kind: "V0";
|
|
276
278
|
value: {
|
|
277
279
|
cfReceiver: {
|
|
278
280
|
pubkey: string;
|
|
@@ -284,7 +286,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
284
286
|
}[];
|
|
285
287
|
fallbackAddress: string;
|
|
286
288
|
};
|
|
287
|
-
__kind: "V0";
|
|
288
289
|
} | {
|
|
289
290
|
__kind: "V1";
|
|
290
291
|
ccmAccounts: {
|
|
@@ -300,7 +301,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
300
301
|
};
|
|
301
302
|
alts: string[];
|
|
302
303
|
};
|
|
303
|
-
__kind: "Solana";
|
|
304
304
|
}>]>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
306
|
message: `0x${string}`;
|
|
@@ -308,7 +308,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
308
308
|
ccmAdditionalData: {
|
|
309
309
|
__kind: "NotRequired";
|
|
310
310
|
} | {
|
|
311
|
+
__kind: "Solana";
|
|
311
312
|
value: {
|
|
313
|
+
__kind: "V0";
|
|
312
314
|
value: {
|
|
313
315
|
cfReceiver: {
|
|
314
316
|
pubkey: `0x${string}`;
|
|
@@ -320,7 +322,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
320
322
|
}[];
|
|
321
323
|
fallbackAddress: `0x${string}`;
|
|
322
324
|
};
|
|
323
|
-
__kind: "V0";
|
|
324
325
|
} | {
|
|
325
326
|
__kind: "V1";
|
|
326
327
|
ccmAccounts: {
|
|
@@ -336,7 +337,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
336
337
|
};
|
|
337
338
|
alts: `0x${string}`[];
|
|
338
339
|
};
|
|
339
|
-
__kind: "Solana";
|
|
340
340
|
};
|
|
341
341
|
}, {
|
|
342
342
|
message: string;
|
|
@@ -344,7 +344,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
344
344
|
ccmAdditionalData: {
|
|
345
345
|
__kind: "NotRequired";
|
|
346
346
|
} | {
|
|
347
|
+
__kind: "Solana";
|
|
347
348
|
value: {
|
|
349
|
+
__kind: "V0";
|
|
348
350
|
value: {
|
|
349
351
|
cfReceiver: {
|
|
350
352
|
pubkey: string;
|
|
@@ -356,7 +358,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
356
358
|
}[];
|
|
357
359
|
fallbackAddress: string;
|
|
358
360
|
};
|
|
359
|
-
__kind: "V0";
|
|
360
361
|
} | {
|
|
361
362
|
__kind: "V1";
|
|
362
363
|
ccmAccounts: {
|
|
@@ -372,7 +373,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
372
373
|
};
|
|
373
374
|
alts: string[];
|
|
374
375
|
};
|
|
375
|
-
__kind: "Solana";
|
|
376
376
|
};
|
|
377
377
|
}>>>;
|
|
378
378
|
sourceChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -394,11 +394,11 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
394
394
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
395
395
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
396
396
|
}, "strip", z.ZodTypeAny, {
|
|
397
|
-
value: `0x${string}`;
|
|
398
397
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
398
|
+
value: `0x${string}`;
|
|
399
399
|
}, {
|
|
400
|
-
value: string;
|
|
401
400
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
401
|
+
value: string;
|
|
402
402
|
}>, {
|
|
403
403
|
readonly chain: "Ethereum";
|
|
404
404
|
readonly address: `0x${string}`;
|
|
@@ -418,8 +418,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
418
418
|
readonly chain: "Assethub";
|
|
419
419
|
readonly address: string;
|
|
420
420
|
}, {
|
|
421
|
-
value: string;
|
|
422
421
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
422
|
+
value: string;
|
|
423
423
|
}>;
|
|
424
424
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
425
425
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -448,8 +448,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
448
448
|
retryDuration: number;
|
|
449
449
|
minPrice: string | number;
|
|
450
450
|
refundAddress: {
|
|
451
|
-
value: string;
|
|
452
451
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
452
|
+
value: string;
|
|
453
453
|
};
|
|
454
454
|
}>;
|
|
455
455
|
dcaParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -542,7 +542,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
542
542
|
ccmAdditionalData: {
|
|
543
543
|
__kind: "NotRequired";
|
|
544
544
|
} | {
|
|
545
|
+
__kind: "Solana";
|
|
545
546
|
value: {
|
|
547
|
+
__kind: "V0";
|
|
546
548
|
value: {
|
|
547
549
|
cfReceiver: {
|
|
548
550
|
pubkey: `0x${string}`;
|
|
@@ -554,7 +556,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
554
556
|
}[];
|
|
555
557
|
fallbackAddress: `0x${string}`;
|
|
556
558
|
};
|
|
557
|
-
__kind: "V0";
|
|
558
559
|
} | {
|
|
559
560
|
__kind: "V1";
|
|
560
561
|
ccmAccounts: {
|
|
@@ -570,7 +571,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
570
571
|
};
|
|
571
572
|
alts: `0x${string}`[];
|
|
572
573
|
};
|
|
573
|
-
__kind: "Solana";
|
|
574
574
|
};
|
|
575
575
|
} | null | undefined;
|
|
576
576
|
dcaParameters?: {
|
|
@@ -579,14 +579,14 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
579
579
|
} | null | undefined;
|
|
580
580
|
}, {
|
|
581
581
|
depositAddress: {
|
|
582
|
-
value: string;
|
|
583
582
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
583
|
+
value: string;
|
|
584
584
|
};
|
|
585
585
|
channelId: string | number;
|
|
586
586
|
brokerId: string;
|
|
587
587
|
destinationAddress: {
|
|
588
|
-
value: string;
|
|
589
588
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
589
|
+
value: string;
|
|
590
590
|
};
|
|
591
591
|
affiliateFees: {
|
|
592
592
|
account: string;
|
|
@@ -606,8 +606,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
606
606
|
retryDuration: number;
|
|
607
607
|
minPrice: string | number;
|
|
608
608
|
refundAddress: {
|
|
609
|
-
value: string;
|
|
610
609
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
610
|
+
value: string;
|
|
611
611
|
};
|
|
612
612
|
};
|
|
613
613
|
channelMetadata?: {
|
|
@@ -616,7 +616,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
616
616
|
ccmAdditionalData: {
|
|
617
617
|
__kind: "NotRequired";
|
|
618
618
|
} | {
|
|
619
|
+
__kind: "Solana";
|
|
619
620
|
value: {
|
|
621
|
+
__kind: "V0";
|
|
620
622
|
value: {
|
|
621
623
|
cfReceiver: {
|
|
622
624
|
pubkey: string;
|
|
@@ -628,7 +630,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
628
630
|
}[];
|
|
629
631
|
fallbackAddress: string;
|
|
630
632
|
};
|
|
631
|
-
__kind: "V0";
|
|
632
633
|
} | {
|
|
633
634
|
__kind: "V1";
|
|
634
635
|
ccmAccounts: {
|
|
@@ -644,7 +645,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
644
645
|
};
|
|
645
646
|
alts: string[];
|
|
646
647
|
};
|
|
647
|
-
__kind: "Solana";
|
|
648
648
|
};
|
|
649
649
|
} | null | undefined;
|
|
650
650
|
dcaParameters?: {
|
|
@@ -5,11 +5,11 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
5
5
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
6
6
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
value: `0x${string}`;
|
|
9
8
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
9
|
+
value: `0x${string}`;
|
|
10
10
|
}, {
|
|
11
|
-
value: string;
|
|
12
11
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
12
|
+
value: string;
|
|
13
13
|
}>, {
|
|
14
14
|
readonly chain: "Ethereum";
|
|
15
15
|
readonly address: `0x${string}`;
|
|
@@ -29,18 +29,18 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
29
29
|
readonly chain: "Assethub";
|
|
30
30
|
readonly address: string;
|
|
31
31
|
}, {
|
|
32
|
-
value: string;
|
|
33
32
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
33
|
+
value: string;
|
|
34
34
|
}>;
|
|
35
35
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
36
36
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
37
37
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
-
value: `0x${string}`;
|
|
40
39
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
40
|
+
value: `0x${string}`;
|
|
41
41
|
}, {
|
|
42
|
-
value: string;
|
|
43
42
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
43
|
+
value: string;
|
|
44
44
|
}>, {
|
|
45
45
|
readonly chain: "Ethereum";
|
|
46
46
|
readonly address: `0x${string}`;
|
|
@@ -60,8 +60,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
60
60
|
readonly chain: "Assethub";
|
|
61
61
|
readonly address: string;
|
|
62
62
|
}, {
|
|
63
|
-
value: string;
|
|
64
63
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
64
|
+
value: string;
|
|
65
65
|
}>;
|
|
66
66
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
67
67
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc", "ArbEth", "ArbUsdc", "Usdt", "Sol", "SolUsdc", "HubDot", "HubUsdt", "HubUsdc"]>;
|
|
@@ -141,6 +141,7 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
141
141
|
fallbackAddress: string;
|
|
142
142
|
}>;
|
|
143
143
|
}, "strip", z.ZodTypeAny, {
|
|
144
|
+
__kind: "V0";
|
|
144
145
|
value: {
|
|
145
146
|
cfReceiver: {
|
|
146
147
|
pubkey: `0x${string}`;
|
|
@@ -152,8 +153,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
152
153
|
}[];
|
|
153
154
|
fallbackAddress: `0x${string}`;
|
|
154
155
|
};
|
|
155
|
-
__kind: "V0";
|
|
156
156
|
}, {
|
|
157
|
+
__kind: "V0";
|
|
157
158
|
value: {
|
|
158
159
|
cfReceiver: {
|
|
159
160
|
pubkey: string;
|
|
@@ -165,7 +166,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
165
166
|
}[];
|
|
166
167
|
fallbackAddress: string;
|
|
167
168
|
};
|
|
168
|
-
__kind: "V0";
|
|
169
169
|
}>, z.ZodObject<{
|
|
170
170
|
__kind: z.ZodLiteral<"V1">;
|
|
171
171
|
ccmAccounts: z.ZodObject<{
|
|
@@ -242,7 +242,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
242
242
|
alts: string[];
|
|
243
243
|
}>]>;
|
|
244
244
|
}, "strip", z.ZodTypeAny, {
|
|
245
|
+
__kind: "Solana";
|
|
245
246
|
value: {
|
|
247
|
+
__kind: "V0";
|
|
246
248
|
value: {
|
|
247
249
|
cfReceiver: {
|
|
248
250
|
pubkey: `0x${string}`;
|
|
@@ -254,7 +256,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
254
256
|
}[];
|
|
255
257
|
fallbackAddress: `0x${string}`;
|
|
256
258
|
};
|
|
257
|
-
__kind: "V0";
|
|
258
259
|
} | {
|
|
259
260
|
__kind: "V1";
|
|
260
261
|
ccmAccounts: {
|
|
@@ -270,9 +271,10 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
270
271
|
};
|
|
271
272
|
alts: `0x${string}`[];
|
|
272
273
|
};
|
|
273
|
-
__kind: "Solana";
|
|
274
274
|
}, {
|
|
275
|
+
__kind: "Solana";
|
|
275
276
|
value: {
|
|
277
|
+
__kind: "V0";
|
|
276
278
|
value: {
|
|
277
279
|
cfReceiver: {
|
|
278
280
|
pubkey: string;
|
|
@@ -284,7 +286,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
284
286
|
}[];
|
|
285
287
|
fallbackAddress: string;
|
|
286
288
|
};
|
|
287
|
-
__kind: "V0";
|
|
288
289
|
} | {
|
|
289
290
|
__kind: "V1";
|
|
290
291
|
ccmAccounts: {
|
|
@@ -300,7 +301,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
300
301
|
};
|
|
301
302
|
alts: string[];
|
|
302
303
|
};
|
|
303
|
-
__kind: "Solana";
|
|
304
304
|
}>]>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
306
|
message: `0x${string}`;
|
|
@@ -308,7 +308,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
308
308
|
ccmAdditionalData: {
|
|
309
309
|
__kind: "NotRequired";
|
|
310
310
|
} | {
|
|
311
|
+
__kind: "Solana";
|
|
311
312
|
value: {
|
|
313
|
+
__kind: "V0";
|
|
312
314
|
value: {
|
|
313
315
|
cfReceiver: {
|
|
314
316
|
pubkey: `0x${string}`;
|
|
@@ -320,7 +322,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
320
322
|
}[];
|
|
321
323
|
fallbackAddress: `0x${string}`;
|
|
322
324
|
};
|
|
323
|
-
__kind: "V0";
|
|
324
325
|
} | {
|
|
325
326
|
__kind: "V1";
|
|
326
327
|
ccmAccounts: {
|
|
@@ -336,7 +337,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
336
337
|
};
|
|
337
338
|
alts: `0x${string}`[];
|
|
338
339
|
};
|
|
339
|
-
__kind: "Solana";
|
|
340
340
|
};
|
|
341
341
|
}, {
|
|
342
342
|
message: string;
|
|
@@ -344,7 +344,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
344
344
|
ccmAdditionalData: {
|
|
345
345
|
__kind: "NotRequired";
|
|
346
346
|
} | {
|
|
347
|
+
__kind: "Solana";
|
|
347
348
|
value: {
|
|
349
|
+
__kind: "V0";
|
|
348
350
|
value: {
|
|
349
351
|
cfReceiver: {
|
|
350
352
|
pubkey: string;
|
|
@@ -356,7 +358,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
356
358
|
}[];
|
|
357
359
|
fallbackAddress: string;
|
|
358
360
|
};
|
|
359
|
-
__kind: "V0";
|
|
360
361
|
} | {
|
|
361
362
|
__kind: "V1";
|
|
362
363
|
ccmAccounts: {
|
|
@@ -372,7 +373,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
372
373
|
};
|
|
373
374
|
alts: string[];
|
|
374
375
|
};
|
|
375
|
-
__kind: "Solana";
|
|
376
376
|
};
|
|
377
377
|
}>>>;
|
|
378
378
|
sourceChainExpiryBlock: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -394,11 +394,11 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
394
394
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc", "Arb", "Sol", "Hub"]>;
|
|
395
395
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
396
396
|
}, "strip", z.ZodTypeAny, {
|
|
397
|
-
value: `0x${string}`;
|
|
398
397
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
398
|
+
value: `0x${string}`;
|
|
399
399
|
}, {
|
|
400
|
-
value: string;
|
|
401
400
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
401
|
+
value: string;
|
|
402
402
|
}>, {
|
|
403
403
|
readonly chain: "Ethereum";
|
|
404
404
|
readonly address: `0x${string}`;
|
|
@@ -418,8 +418,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
418
418
|
readonly chain: "Assethub";
|
|
419
419
|
readonly address: string;
|
|
420
420
|
}, {
|
|
421
|
-
value: string;
|
|
422
421
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
422
|
+
value: string;
|
|
423
423
|
}>;
|
|
424
424
|
minPrice: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
425
425
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -448,8 +448,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
448
448
|
retryDuration: number;
|
|
449
449
|
minPrice: string | number;
|
|
450
450
|
refundAddress: {
|
|
451
|
-
value: string;
|
|
452
451
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
452
|
+
value: string;
|
|
453
453
|
};
|
|
454
454
|
}>;
|
|
455
455
|
dcaParameters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -542,7 +542,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
542
542
|
ccmAdditionalData: {
|
|
543
543
|
__kind: "NotRequired";
|
|
544
544
|
} | {
|
|
545
|
+
__kind: "Solana";
|
|
545
546
|
value: {
|
|
547
|
+
__kind: "V0";
|
|
546
548
|
value: {
|
|
547
549
|
cfReceiver: {
|
|
548
550
|
pubkey: `0x${string}`;
|
|
@@ -554,7 +556,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
554
556
|
}[];
|
|
555
557
|
fallbackAddress: `0x${string}`;
|
|
556
558
|
};
|
|
557
|
-
__kind: "V0";
|
|
558
559
|
} | {
|
|
559
560
|
__kind: "V1";
|
|
560
561
|
ccmAccounts: {
|
|
@@ -570,7 +571,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
570
571
|
};
|
|
571
572
|
alts: `0x${string}`[];
|
|
572
573
|
};
|
|
573
|
-
__kind: "Solana";
|
|
574
574
|
};
|
|
575
575
|
} | null | undefined;
|
|
576
576
|
dcaParameters?: {
|
|
@@ -579,14 +579,14 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
579
579
|
} | null | undefined;
|
|
580
580
|
}, {
|
|
581
581
|
depositAddress: {
|
|
582
|
-
value: string;
|
|
583
582
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
583
|
+
value: string;
|
|
584
584
|
};
|
|
585
585
|
channelId: string | number;
|
|
586
586
|
brokerId: string;
|
|
587
587
|
destinationAddress: {
|
|
588
|
-
value: string;
|
|
589
588
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
589
|
+
value: string;
|
|
590
590
|
};
|
|
591
591
|
affiliateFees: {
|
|
592
592
|
account: string;
|
|
@@ -606,8 +606,8 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
606
606
|
retryDuration: number;
|
|
607
607
|
minPrice: string | number;
|
|
608
608
|
refundAddress: {
|
|
609
|
-
value: string;
|
|
610
609
|
__kind: "Eth" | "Dot" | "Btc" | "Sol" | "Arb" | "Hub";
|
|
610
|
+
value: string;
|
|
611
611
|
};
|
|
612
612
|
};
|
|
613
613
|
channelMetadata?: {
|
|
@@ -616,7 +616,9 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
616
616
|
ccmAdditionalData: {
|
|
617
617
|
__kind: "NotRequired";
|
|
618
618
|
} | {
|
|
619
|
+
__kind: "Solana";
|
|
619
620
|
value: {
|
|
621
|
+
__kind: "V0";
|
|
620
622
|
value: {
|
|
621
623
|
cfReceiver: {
|
|
622
624
|
pubkey: string;
|
|
@@ -628,7 +630,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
628
630
|
}[];
|
|
629
631
|
fallbackAddress: string;
|
|
630
632
|
};
|
|
631
|
-
__kind: "V0";
|
|
632
633
|
} | {
|
|
633
634
|
__kind: "V1";
|
|
634
635
|
ccmAccounts: {
|
|
@@ -644,7 +645,6 @@ declare const swappingSwapDepositAddressReady: z.ZodObject<{
|
|
|
644
645
|
};
|
|
645
646
|
alts: string[];
|
|
646
647
|
};
|
|
647
|
-
__kind: "Solana";
|
|
648
648
|
};
|
|
649
649
|
} | null | undefined;
|
|
650
650
|
dcaParameters?: {
|