@chainflip/processor 1.11.9 → 1.11.12
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 +1 -1
- 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 +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/common.d.cts +3 -9
- package/dist/100/common.d.ts +3 -9
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- 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/funding/boundExecutorAddress.d.cts +2 -2
- package/dist/100/funding/boundExecutorAddress.d.ts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.cts +2 -2
- package/dist/100/funding/boundRedeemAddress.d.ts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.cts +2 -2
- package/dist/100/funding/failedFundingAttempt.d.ts +2 -2
- package/dist/100/funding/funded.d.cts +2 -2
- package/dist/100/funding/funded.d.ts +2 -2
- package/dist/100/funding/redemptionRequested.d.cts +2 -2
- package/dist/100/funding/redemptionRequested.d.ts +2 -2
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +16 -16
- 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/swapping/batchSwapFailed.d.cts +8 -8
- package/dist/100/swapping/batchSwapFailed.d.ts +8 -8
- package/dist/100/swapping/ccmDepositReceived.d.cts +62 -62
- package/dist/100/swapping/ccmDepositReceived.d.ts +62 -62
- package/dist/100/swapping/ccmFailed.d.cts +62 -62
- package/dist/100/swapping/ccmFailed.d.ts +62 -62
- package/dist/100/swapping/minimumSwapAmountSet.d.cts +6 -6
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +6 -6
- package/dist/100/swapping/swapAmountTooLow.d.cts +19 -19
- package/dist/100/swapping/swapAmountTooLow.d.ts +19 -19
- package/dist/100/swapping/swapDepositAddressReady.d.cts +26 -26
- package/dist/100/swapping/swapDepositAddressReady.d.ts +26 -26
- package/dist/100/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/100/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/100/swapping/swapExecuted.d.cts +12 -12
- package/dist/100/swapping/swapExecuted.d.ts +12 -12
- package/dist/100/swapping/swapScheduled.d.cts +91 -91
- package/dist/100/swapping/swapScheduled.d.ts +91 -91
- package/dist/100/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/100/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/100/witnesser/witnessExecutionFailed.d.cts +18 -18
- package/dist/100/witnesser/witnessExecutionFailed.d.ts +18 -18
- package/dist/102/common.d.cts +3 -9
- package/dist/102/common.d.ts +3 -9
- package/dist/11000/common.d.cts +3 -9
- package/dist/11000/common.d.ts +3 -9
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.cts +107 -107
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +107 -107
- package/dist/11000/ethereumIngressEgress/depositFailed.d.cts +161 -161
- package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +161 -161
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +103 -103
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +103 -103
- package/dist/11000/polkadotIngressEgress/depositFailed.d.cts +48 -48
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +48 -48
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.cts +26 -26
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +26 -26
- package/dist/11000/solanaIngressEgress/depositFailed.d.cts +40 -40
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +40 -40
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +22 -22
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +22 -22
- package/dist/111/common.d.cts +3 -9
- package/dist/111/common.d.ts +3 -9
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.cts +2 -2
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.d.ts +2 -2
- package/dist/11100/common.cjs +57 -23
- package/dist/11100/common.d.cts +638 -54
- package/dist/11100/common.d.ts +638 -54
- package/dist/11100/common.mjs +56 -22
- package/dist/11100/environment/runtimeSafeModeUpdated.d.cts +125 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.ts +125 -0
- package/dist/11100/flip/bondUpdated.cjs +7 -0
- package/dist/11100/flip/bondUpdated.d.cts +14 -0
- package/dist/11100/flip/bondUpdated.d.ts +14 -0
- package/dist/11100/flip/bondUpdated.mjs +7 -0
- package/dist/11100/flip/flipMinted.d.cts +2 -2
- package/dist/11100/flip/flipMinted.d.ts +2 -2
- package/dist/11100/lendingPools/collateralAdded.cjs +11 -0
- package/dist/11100/lendingPools/collateralAdded.d.cts +37 -0
- package/dist/11100/lendingPools/collateralAdded.d.ts +37 -0
- package/dist/11100/lendingPools/collateralAdded.mjs +11 -0
- package/dist/11100/lendingPools/collateralRemoved.cjs +11 -0
- package/dist/11100/lendingPools/collateralRemoved.d.cts +37 -0
- package/dist/11100/lendingPools/collateralRemoved.d.ts +37 -0
- package/dist/11100/lendingPools/collateralRemoved.mjs +11 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.cjs +10 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.cts +24 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.d.ts +24 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.mjs +10 -0
- package/dist/11100/lendingPools/lendingFundsAdded.cjs +11 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.cts +27 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.ts +27 -0
- package/dist/11100/lendingPools/lendingFundsAdded.mjs +11 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.cjs +11 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.d.cts +27 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.d.ts +27 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.mjs +11 -0
- package/dist/11100/lendingPools/lendingPoolCreated.cjs +7 -0
- package/dist/11100/lendingPools/lendingPoolCreated.d.cts +21 -0
- package/dist/11100/lendingPools/lendingPoolCreated.d.ts +21 -0
- package/dist/11100/lendingPools/lendingPoolCreated.mjs +7 -0
- package/dist/11100/lendingPools/liquidationInitiated.cjs +11 -0
- package/dist/11100/lendingPools/liquidationInitiated.d.cts +17 -0
- package/dist/11100/lendingPools/liquidationInitiated.d.ts +17 -0
- package/dist/11100/lendingPools/liquidationInitiated.mjs +11 -0
- package/dist/11100/lendingPools/loanCreated.cjs +13 -0
- package/dist/11100/lendingPools/loanCreated.d.cts +33 -0
- package/dist/11100/lendingPools/loanCreated.d.ts +33 -0
- package/dist/11100/lendingPools/loanCreated.mjs +13 -0
- package/dist/11100/lendingPools/loanRepaid.cjs +11 -0
- package/dist/11100/lendingPools/loanRepaid.d.cts +27 -0
- package/dist/11100/lendingPools/loanRepaid.d.ts +27 -0
- package/dist/11100/lendingPools/loanRepaid.mjs +11 -0
- package/dist/11100/lendingPools/loanSettled.cjs +10 -0
- package/dist/11100/lendingPools/loanSettled.d.cts +24 -0
- package/dist/11100/lendingPools/loanSettled.d.ts +24 -0
- package/dist/11100/lendingPools/loanSettled.mjs +10 -0
- package/dist/11100/lendingPools/loanUpdated.cjs +11 -0
- package/dist/11100/lendingPools/loanUpdated.d.cts +17 -0
- package/dist/11100/lendingPools/loanUpdated.d.ts +17 -0
- package/dist/11100/lendingPools/loanUpdated.mjs +11 -0
- package/dist/11100/swapping/swapAborted.d.cts +7 -7
- package/dist/11100/swapping/swapAborted.d.ts +7 -7
- package/dist/11100/swapping/swapDepositAddressReady.d.cts +52 -52
- package/dist/11100/swapping/swapDepositAddressReady.d.ts +52 -52
- package/dist/11100/swapping/swapExecuted.d.cts +14 -14
- package/dist/11100/swapping/swapExecuted.d.ts +14 -14
- package/dist/11100/swapping/swapRequested.d.cts +474 -374
- package/dist/11100/swapping/swapRequested.d.ts +474 -374
- package/dist/11100/swapping/swapRescheduled.d.cts +7 -7
- package/dist/11100/swapping/swapRescheduled.d.ts +7 -7
- package/dist/11100/validator/delegated.cjs +5 -1
- package/dist/11100/validator/delegated.d.cts +3 -0
- package/dist/11100/validator/delegated.d.ts +3 -0
- package/dist/11100/validator/delegated.mjs +6 -2
- package/dist/11100/validator/maxBidUpdated.cjs +1 -1
- package/dist/11100/validator/maxBidUpdated.d.cts +33 -3
- package/dist/11100/validator/maxBidUpdated.d.ts +33 -3
- package/dist/11100/validator/maxBidUpdated.mjs +2 -2
- package/dist/11100/validator/palletConfigUpdated.d.cts +10 -40
- package/dist/11100/validator/palletConfigUpdated.d.ts +10 -40
- package/dist/11100/validator/rotationPhaseUpdated.cjs +7 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.cts +236 -0
- package/dist/11100/validator/rotationPhaseUpdated.d.ts +236 -0
- package/dist/11100/validator/rotationPhaseUpdated.mjs +7 -0
- package/dist/11100/validator/undelegated.cjs +11 -0
- package/dist/11100/validator/{unDelegated.d.cts → undelegated.d.cts} +3 -0
- package/dist/11100/validator/{unDelegated.d.ts → undelegated.d.ts} +3 -0
- package/dist/11100/validator/undelegated.mjs +11 -0
- package/dist/11200/common.cjs +137 -0
- package/dist/11200/common.d.cts +539 -0
- package/dist/11200/common.d.ts +539 -0
- package/dist/11200/common.mjs +137 -0
- package/dist/11200/lendingPools/interestTaken.cjs +13 -0
- package/dist/11200/lendingPools/interestTaken.d.cts +63 -0
- package/dist/11200/lendingPools/interestTaken.d.ts +63 -0
- package/dist/11200/lendingPools/interestTaken.mjs +13 -0
- package/dist/11200/lendingPools/lendingNetworkFeeSwapInitiated.cjs +7 -0
- package/dist/11200/lendingPools/lendingNetworkFeeSwapInitiated.d.cts +11 -0
- package/dist/11200/lendingPools/lendingNetworkFeeSwapInitiated.d.ts +11 -0
- package/dist/11200/lendingPools/lendingNetworkFeeSwapInitiated.mjs +7 -0
- package/dist/11200/lendingPools/lendingPoolFeeSwapInitiated.cjs +10 -0
- package/dist/11200/lendingPools/lendingPoolFeeSwapInitiated.d.cts +24 -0
- package/dist/11200/lendingPools/lendingPoolFeeSwapInitiated.d.ts +24 -0
- package/dist/11200/lendingPools/lendingPoolFeeSwapInitiated.mjs +10 -0
- package/dist/11200/lendingPools/liquidationFeeTaken.cjs +12 -0
- package/dist/11200/lendingPools/liquidationFeeTaken.d.cts +20 -0
- package/dist/11200/lendingPools/liquidationFeeTaken.d.ts +20 -0
- package/dist/11200/lendingPools/liquidationFeeTaken.mjs +12 -0
- package/dist/11200/lendingPools/loanCreated.cjs +12 -0
- package/dist/11200/lendingPools/loanCreated.d.cts +30 -0
- package/dist/11200/lendingPools/loanCreated.d.ts +30 -0
- package/dist/11200/lendingPools/loanCreated.mjs +12 -0
- package/dist/11200/lendingPools/loanRepaid.cjs +7 -0
- package/dist/11200/lendingPools/loanRepaid.d.cts +14 -0
- package/dist/11200/lendingPools/loanRepaid.d.ts +14 -0
- package/dist/11200/lendingPools/loanRepaid.mjs +7 -0
- package/dist/11200/lendingPools/loanSettled.cjs +11 -0
- package/dist/11200/lendingPools/loanSettled.d.cts +17 -0
- package/dist/11200/lendingPools/loanSettled.d.ts +17 -0
- package/dist/11200/lendingPools/loanSettled.mjs +11 -0
- package/dist/11200/lendingPools/loanUpdated.cjs +10 -0
- package/dist/11200/lendingPools/loanUpdated.d.cts +14 -0
- package/dist/11200/lendingPools/loanUpdated.d.ts +14 -0
- package/dist/11200/lendingPools/loanUpdated.mjs +10 -0
- package/dist/11200/lendingPools/originationFeeTaken.cjs +12 -0
- package/dist/11200/lendingPools/originationFeeTaken.d.cts +20 -0
- package/dist/11200/lendingPools/originationFeeTaken.d.ts +20 -0
- package/dist/11200/lendingPools/originationFeeTaken.mjs +12 -0
- package/dist/11200/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/11200/lendingPools/palletConfigUpdated.d.cts +352 -0
- package/dist/11200/lendingPools/palletConfigUpdated.d.ts +352 -0
- package/dist/11200/lendingPools/palletConfigUpdated.mjs +9 -0
- package/dist/11200/swapping/swapAborted.cjs +10 -0
- package/dist/11200/swapping/swapAborted.d.cts +24 -0
- package/dist/11200/swapping/swapAborted.d.ts +24 -0
- package/dist/11200/swapping/swapAborted.mjs +10 -0
- package/dist/11200/swapping/swapRescheduled.cjs +11 -0
- package/dist/11200/swapping/swapRescheduled.d.cts +27 -0
- package/dist/11200/swapping/swapRescheduled.d.ts +27 -0
- package/dist/11200/swapping/swapRescheduled.mjs +11 -0
- package/dist/11200/validator/operatorSettingsUpdated.cjs +10 -0
- package/dist/11200/validator/operatorSettingsUpdated.d.cts +41 -0
- package/dist/11200/validator/operatorSettingsUpdated.d.ts +41 -0
- package/dist/11200/validator/operatorSettingsUpdated.mjs +10 -0
- package/dist/11200/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11200/validator/palletConfigUpdated.d.cts +202 -0
- package/dist/11200/validator/palletConfigUpdated.d.ts +202 -0
- package/dist/11200/validator/palletConfigUpdated.mjs +9 -0
- package/dist/120/common.d.cts +3 -9
- package/dist/120/common.d.ts +3 -9
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.cts +2 -2
- package/dist/120/liquidityProvider/liquidityDepositCredited.d.ts +2 -2
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.cts +4 -4
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +4 -4
- package/dist/120/swapping/ccmFailed.d.cts +62 -62
- package/dist/120/swapping/ccmFailed.d.ts +62 -62
- package/dist/120/swapping/swapEgressIgnored.d.cts +28 -28
- package/dist/120/swapping/swapEgressIgnored.d.ts +28 -28
- package/dist/120/swapping/swapEgressScheduled.d.cts +6 -6
- package/dist/120/swapping/swapEgressScheduled.d.ts +6 -6
- package/dist/120/swapping/swapExecuted.d.cts +12 -12
- package/dist/120/swapping/swapExecuted.d.ts +12 -12
- package/dist/120/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/120/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.cts +2 -2
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +2 -2
- package/dist/131/common.d.cts +3 -9
- package/dist/131/common.d.ts +3 -9
- 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/polkadotIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.cts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +2 -2
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.cts +22 -22
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +22 -22
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +28 -28
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +28 -28
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.cts +3 -3
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +3 -3
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.cts +4 -4
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +4 -4
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +2 -2
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.cts +16 -16
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.d.ts +16 -16
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.cts +20 -20
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +20 -20
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.cts +20 -20
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +20 -20
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.cts +2 -2
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.d.ts +2 -2
- package/dist/141/common.d.cts +3 -9
- package/dist/141/common.d.ts +3 -9
- 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/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/assetTransferred.d.cts +3 -3
- package/dist/141/liquidityProvider/assetTransferred.d.ts +3 -3
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- 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/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/depositBoosted.d.cts +10 -10
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +10 -10
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +4 -4
- package/dist/150/common.d.cts +3 -9
- package/dist/150/common.d.ts +3 -9
- 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 +8 -8
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +8 -8
- package/dist/150/liquidityPools/rangeOrderUpdated.d.cts +8 -8
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +8 -8
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.cts +4 -4
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +4 -4
- 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/common.d.cts +3 -9
- package/dist/160/common.d.ts +3 -9
- 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/liquidityDepositAddressReady.d.cts +2 -2
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.cts +2 -2
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.d.ts +2 -2
- 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 +2 -2
- package/dist/160/swapping/batchSwapFailed.d.ts +2 -2
- package/dist/160/swapping/ccmFailed.d.cts +14 -14
- package/dist/160/swapping/ccmFailed.d.ts +14 -14
- package/dist/160/swapping/refundEgressIgnored.d.cts +18 -18
- package/dist/160/swapping/refundEgressIgnored.d.ts +18 -18
- package/dist/160/swapping/refundEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/refundEgressScheduled.d.ts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.cts +2 -2
- package/dist/160/swapping/swapAmountConfiscated.d.ts +2 -2
- package/dist/160/swapping/swapDepositAddressReady.d.cts +13 -13
- package/dist/160/swapping/swapDepositAddressReady.d.ts +13 -13
- package/dist/160/swapping/swapEgressIgnored.d.cts +18 -18
- package/dist/160/swapping/swapEgressIgnored.d.ts +18 -18
- package/dist/160/swapping/swapEgressScheduled.d.cts +2 -2
- package/dist/160/swapping/swapEgressScheduled.d.ts +2 -2
- package/dist/160/swapping/swapRequested.d.cts +26 -26
- package/dist/160/swapping/swapRequested.d.ts +26 -26
- package/dist/160/swapping/withdrawalRequested.d.cts +4 -4
- package/dist/160/swapping/withdrawalRequested.d.ts +4 -4
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.cts +2 -2
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +2 -2
- 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 +6 -6
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/170/common.d.cts +3 -9
- package/dist/170/common.d.ts +3 -9
- 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/depositIgnored.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.cts +2 -2
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.d.ts +2 -2
- 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/ccmFailed.d.cts +37 -37
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +37 -37
- package/dist/170/solanaIngressEgress/depositIgnored.d.cts +6 -6
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +6 -6
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.cts +50 -50
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +50 -50
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +57 -57
- 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 +162 -162
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +162 -162
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/arbitrumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.cts +61 -61
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +61 -61
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.cts +30 -30
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +30 -30
- package/dist/180/bitcoinIngressEgress/depositFailed.d.cts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +313 -313
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.cts +24 -24
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +24 -24
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.cts +2 -2
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +2 -2
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.cts +20 -20
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.d.ts +20 -20
- package/dist/180/common.d.cts +3 -9
- package/dist/180/common.d.ts +3 -9
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +57 -57
- 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 +162 -162
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +162 -162
- package/dist/180/ethereumIngressEgress/depositFinalised.d.cts +4 -4
- package/dist/180/ethereumIngressEgress/depositFinalised.d.ts +4 -4
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.cts +57 -57
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +57 -57
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.cts +10 -10
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +10 -10
- package/dist/180/polkadotIngressEgress/depositBoosted.d.cts +8 -8
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +8 -8
- package/dist/180/polkadotIngressEgress/depositFailed.d.cts +24 -24
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +24 -24
- 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 +10 -10
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +10 -10
- 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 +2 -2
- package/dist/180/swapping/swapDepositAddressReady.d.ts +2 -2
- package/dist/180/swapping/swapRequested.d.cts +4 -4
- package/dist/180/swapping/swapRequested.d.ts +4 -4
- package/dist/190/assetBalances/accountCredited.d.cts +6 -6
- package/dist/190/assetBalances/accountCredited.d.ts +6 -6
- package/dist/190/assetBalances/accountDebited.d.cts +6 -6
- package/dist/190/assetBalances/accountDebited.d.ts +6 -6
- 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 +103 -103
- package/dist/190/assetBalances/refundSkipped.d.ts +103 -103
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.cts +28 -28
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +28 -28
- package/dist/190/common.d.cts +3 -9
- package/dist/190/common.d.ts +3 -9
- package/dist/190/environment/runtimeSafeModeUpdated.d.cts +40 -40
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +40 -40
- 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 +9 -9
- package/dist/190/liquidityProvider/assetTransferred.d.ts +9 -9
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.cts +14 -14
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +14 -14
- 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/tradingStrategy/fundsAddedToStrategy.d.cts +2 -2
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.cts +2 -2
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +2 -2
- package/package.json +2 -2
- package/dist/11100/validator/unDelegated.cjs +0 -7
- package/dist/11100/validator/unDelegated.mjs +0 -7
|
@@ -5,31 +5,31 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
5
5
|
sourceAsset: z.ZodEffects<z.ZodObject<{
|
|
6
6
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
__kind: "Eth" | "
|
|
8
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
9
9
|
}, {
|
|
10
|
-
__kind: "Eth" | "
|
|
11
|
-
}>, "Eth" | "
|
|
12
|
-
__kind: "Eth" | "
|
|
10
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
11
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
|
|
12
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
13
13
|
}>;
|
|
14
14
|
depositAmount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
15
15
|
destinationAsset: z.ZodEffects<z.ZodObject<{
|
|
16
16
|
__kind: z.ZodEnum<["Eth", "Flip", "Usdc", "Dot", "Btc"]>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
__kind: "Eth" | "
|
|
18
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
19
19
|
}, {
|
|
20
|
-
__kind: "Eth" | "
|
|
21
|
-
}>, "Eth" | "
|
|
22
|
-
__kind: "Eth" | "
|
|
20
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
21
|
+
}>, "Eth" | "Flip" | "Usdc" | "Dot" | "Btc", {
|
|
22
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
23
23
|
}>;
|
|
24
24
|
destinationAddress: z.ZodEffects<z.ZodObject<{
|
|
25
25
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
26
26
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
value: `0x${string}`;
|
|
29
28
|
__kind: "Eth" | "Dot" | "Btc";
|
|
29
|
+
value: `0x${string}`;
|
|
30
30
|
}, {
|
|
31
|
-
value: string;
|
|
32
31
|
__kind: "Eth" | "Dot" | "Btc";
|
|
32
|
+
value: string;
|
|
33
33
|
}>, {
|
|
34
34
|
readonly chain: "Ethereum";
|
|
35
35
|
readonly address: `0x${string}`;
|
|
@@ -40,8 +40,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
40
40
|
readonly chain: "Bitcoin";
|
|
41
41
|
readonly address: string;
|
|
42
42
|
}, {
|
|
43
|
-
value: string;
|
|
44
43
|
__kind: "Eth" | "Dot" | "Btc";
|
|
44
|
+
value: string;
|
|
45
45
|
}>;
|
|
46
46
|
origin: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
47
47
|
__kind: z.ZodLiteral<"DepositChannel">;
|
|
@@ -49,11 +49,11 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
49
49
|
__kind: z.ZodEnum<["Eth", "Dot", "Btc"]>;
|
|
50
50
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
51
51
|
}, "strip", z.ZodTypeAny, {
|
|
52
|
-
value: `0x${string}`;
|
|
53
52
|
__kind: "Eth" | "Dot" | "Btc";
|
|
53
|
+
value: `0x${string}`;
|
|
54
54
|
}, {
|
|
55
|
-
value: string;
|
|
56
55
|
__kind: "Eth" | "Dot" | "Btc";
|
|
56
|
+
value: string;
|
|
57
57
|
}>, {
|
|
58
58
|
readonly chain: "Ethereum";
|
|
59
59
|
readonly address: `0x${string}`;
|
|
@@ -64,8 +64,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
64
64
|
readonly chain: "Bitcoin";
|
|
65
65
|
readonly address: string;
|
|
66
66
|
}, {
|
|
67
|
-
value: string;
|
|
68
67
|
__kind: "Eth" | "Dot" | "Btc";
|
|
68
|
+
value: string;
|
|
69
69
|
}>;
|
|
70
70
|
channelId: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
71
71
|
depositBlockHeight: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
@@ -86,8 +86,8 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
86
86
|
}, {
|
|
87
87
|
__kind: "DepositChannel";
|
|
88
88
|
depositAddress: {
|
|
89
|
-
value: string;
|
|
90
89
|
__kind: "Eth" | "Dot" | "Btc";
|
|
90
|
+
value: string;
|
|
91
91
|
};
|
|
92
92
|
channelId: string | number;
|
|
93
93
|
depositBlockHeight: string | number;
|
|
@@ -107,67 +107,67 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
107
107
|
__kind: z.ZodLiteral<"Eth">;
|
|
108
108
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
|
-
value: `0x${string}`;
|
|
111
110
|
__kind: "Eth";
|
|
111
|
+
value: `0x${string}`;
|
|
112
112
|
}, {
|
|
113
|
-
value: string;
|
|
114
113
|
__kind: "Eth";
|
|
114
|
+
value: string;
|
|
115
115
|
}>, z.ZodObject<{
|
|
116
116
|
__kind: z.ZodLiteral<"Dot">;
|
|
117
117
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
118
118
|
}, "strip", z.ZodTypeAny, {
|
|
119
|
-
value: `0x${string}`;
|
|
120
119
|
__kind: "Dot";
|
|
120
|
+
value: `0x${string}`;
|
|
121
121
|
}, {
|
|
122
|
-
value: string;
|
|
123
122
|
__kind: "Dot";
|
|
123
|
+
value: string;
|
|
124
124
|
}>, z.ZodObject<{
|
|
125
125
|
__kind: z.ZodLiteral<"Btc">;
|
|
126
126
|
value: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
127
127
|
__kind: z.ZodLiteral<"P2PKH">;
|
|
128
128
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
|
130
|
-
value: `0x${string}`;
|
|
131
130
|
__kind: "P2PKH";
|
|
131
|
+
value: `0x${string}`;
|
|
132
132
|
}, {
|
|
133
|
-
value: string;
|
|
134
133
|
__kind: "P2PKH";
|
|
134
|
+
value: string;
|
|
135
135
|
}>, z.ZodObject<{
|
|
136
136
|
__kind: z.ZodLiteral<"P2SH">;
|
|
137
137
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
value: `0x${string}`;
|
|
140
139
|
__kind: "P2SH";
|
|
140
|
+
value: `0x${string}`;
|
|
141
141
|
}, {
|
|
142
|
-
value: string;
|
|
143
142
|
__kind: "P2SH";
|
|
143
|
+
value: string;
|
|
144
144
|
}>, z.ZodObject<{
|
|
145
145
|
__kind: z.ZodLiteral<"P2WPKH">;
|
|
146
146
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
147
147
|
}, "strip", z.ZodTypeAny, {
|
|
148
|
-
value: `0x${string}`;
|
|
149
148
|
__kind: "P2WPKH";
|
|
149
|
+
value: `0x${string}`;
|
|
150
150
|
}, {
|
|
151
|
-
value: string;
|
|
152
151
|
__kind: "P2WPKH";
|
|
152
|
+
value: string;
|
|
153
153
|
}>, z.ZodObject<{
|
|
154
154
|
__kind: z.ZodLiteral<"P2WSH">;
|
|
155
155
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
value: `0x${string}`;
|
|
158
157
|
__kind: "P2WSH";
|
|
158
|
+
value: `0x${string}`;
|
|
159
159
|
}, {
|
|
160
|
-
value: string;
|
|
161
160
|
__kind: "P2WSH";
|
|
161
|
+
value: string;
|
|
162
162
|
}>, z.ZodObject<{
|
|
163
163
|
__kind: z.ZodLiteral<"Taproot">;
|
|
164
164
|
value: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
165
165
|
}, "strip", z.ZodTypeAny, {
|
|
166
|
-
value: `0x${string}`;
|
|
167
166
|
__kind: "Taproot";
|
|
167
|
+
value: `0x${string}`;
|
|
168
168
|
}, {
|
|
169
|
-
value: string;
|
|
170
169
|
__kind: "Taproot";
|
|
170
|
+
value: string;
|
|
171
171
|
}>, z.ZodObject<{
|
|
172
172
|
__kind: z.ZodLiteral<"OtherSegwit">;
|
|
173
173
|
version: z.ZodNumber;
|
|
@@ -182,130 +182,130 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
182
182
|
program: string;
|
|
183
183
|
}>]>;
|
|
184
184
|
}, "strip", z.ZodTypeAny, {
|
|
185
|
+
__kind: "Btc";
|
|
185
186
|
value: {
|
|
186
|
-
value: `0x${string}`;
|
|
187
187
|
__kind: "P2PKH";
|
|
188
|
-
} | {
|
|
189
188
|
value: `0x${string}`;
|
|
190
|
-
__kind: "P2SH";
|
|
191
189
|
} | {
|
|
190
|
+
__kind: "P2SH";
|
|
192
191
|
value: `0x${string}`;
|
|
193
|
-
__kind: "P2WPKH";
|
|
194
192
|
} | {
|
|
193
|
+
__kind: "P2WPKH";
|
|
195
194
|
value: `0x${string}`;
|
|
196
|
-
__kind: "P2WSH";
|
|
197
195
|
} | {
|
|
196
|
+
__kind: "P2WSH";
|
|
198
197
|
value: `0x${string}`;
|
|
198
|
+
} | {
|
|
199
199
|
__kind: "Taproot";
|
|
200
|
+
value: `0x${string}`;
|
|
200
201
|
} | {
|
|
201
202
|
__kind: "OtherSegwit";
|
|
202
203
|
version: number;
|
|
203
204
|
program: `0x${string}`;
|
|
204
205
|
};
|
|
205
|
-
__kind: "Btc";
|
|
206
206
|
}, {
|
|
207
|
+
__kind: "Btc";
|
|
207
208
|
value: {
|
|
208
|
-
value: string;
|
|
209
209
|
__kind: "P2PKH";
|
|
210
|
-
} | {
|
|
211
210
|
value: string;
|
|
212
|
-
__kind: "P2SH";
|
|
213
211
|
} | {
|
|
212
|
+
__kind: "P2SH";
|
|
214
213
|
value: string;
|
|
215
|
-
__kind: "P2WPKH";
|
|
216
214
|
} | {
|
|
215
|
+
__kind: "P2WPKH";
|
|
217
216
|
value: string;
|
|
218
|
-
__kind: "P2WSH";
|
|
219
217
|
} | {
|
|
218
|
+
__kind: "P2WSH";
|
|
220
219
|
value: string;
|
|
220
|
+
} | {
|
|
221
221
|
__kind: "Taproot";
|
|
222
|
+
value: string;
|
|
222
223
|
} | {
|
|
223
224
|
__kind: "OtherSegwit";
|
|
224
225
|
version: number;
|
|
225
226
|
program: string;
|
|
226
227
|
};
|
|
227
|
-
__kind: "Btc";
|
|
228
228
|
}>]>;
|
|
229
229
|
}, "strip", z.ZodTypeAny, {
|
|
230
|
+
__kind: "Swap";
|
|
230
231
|
value: {
|
|
231
|
-
value: `0x${string}`;
|
|
232
232
|
__kind: "Eth";
|
|
233
|
-
} | {
|
|
234
233
|
value: `0x${string}`;
|
|
234
|
+
} | {
|
|
235
235
|
__kind: "Dot";
|
|
236
|
+
value: `0x${string}`;
|
|
236
237
|
} | {
|
|
238
|
+
__kind: "Btc";
|
|
237
239
|
value: {
|
|
238
|
-
value: `0x${string}`;
|
|
239
240
|
__kind: "P2PKH";
|
|
240
|
-
} | {
|
|
241
241
|
value: `0x${string}`;
|
|
242
|
-
__kind: "P2SH";
|
|
243
242
|
} | {
|
|
243
|
+
__kind: "P2SH";
|
|
244
244
|
value: `0x${string}`;
|
|
245
|
-
__kind: "P2WPKH";
|
|
246
245
|
} | {
|
|
246
|
+
__kind: "P2WPKH";
|
|
247
247
|
value: `0x${string}`;
|
|
248
|
-
__kind: "P2WSH";
|
|
249
248
|
} | {
|
|
249
|
+
__kind: "P2WSH";
|
|
250
250
|
value: `0x${string}`;
|
|
251
|
+
} | {
|
|
251
252
|
__kind: "Taproot";
|
|
253
|
+
value: `0x${string}`;
|
|
252
254
|
} | {
|
|
253
255
|
__kind: "OtherSegwit";
|
|
254
256
|
version: number;
|
|
255
257
|
program: `0x${string}`;
|
|
256
258
|
};
|
|
257
|
-
__kind: "Btc";
|
|
258
259
|
};
|
|
259
|
-
__kind: "Swap";
|
|
260
260
|
}, {
|
|
261
|
+
__kind: "Swap";
|
|
261
262
|
value: {
|
|
262
|
-
value: string;
|
|
263
263
|
__kind: "Eth";
|
|
264
|
-
} | {
|
|
265
264
|
value: string;
|
|
265
|
+
} | {
|
|
266
266
|
__kind: "Dot";
|
|
267
|
+
value: string;
|
|
267
268
|
} | {
|
|
269
|
+
__kind: "Btc";
|
|
268
270
|
value: {
|
|
269
|
-
value: string;
|
|
270
271
|
__kind: "P2PKH";
|
|
271
|
-
} | {
|
|
272
272
|
value: string;
|
|
273
|
-
__kind: "P2SH";
|
|
274
273
|
} | {
|
|
274
|
+
__kind: "P2SH";
|
|
275
275
|
value: string;
|
|
276
|
-
__kind: "P2WPKH";
|
|
277
276
|
} | {
|
|
277
|
+
__kind: "P2WPKH";
|
|
278
278
|
value: string;
|
|
279
|
-
__kind: "P2WSH";
|
|
280
279
|
} | {
|
|
280
|
+
__kind: "P2WSH";
|
|
281
281
|
value: string;
|
|
282
|
+
} | {
|
|
282
283
|
__kind: "Taproot";
|
|
284
|
+
value: string;
|
|
283
285
|
} | {
|
|
284
286
|
__kind: "OtherSegwit";
|
|
285
287
|
version: number;
|
|
286
288
|
program: string;
|
|
287
289
|
};
|
|
288
|
-
__kind: "Btc";
|
|
289
290
|
};
|
|
290
|
-
__kind: "Swap";
|
|
291
291
|
}>, z.ZodObject<{
|
|
292
292
|
__kind: z.ZodLiteral<"CcmPrincipal">;
|
|
293
293
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
294
294
|
}, "strip", z.ZodTypeAny, {
|
|
295
|
-
value: bigint;
|
|
296
295
|
__kind: "CcmPrincipal";
|
|
296
|
+
value: bigint;
|
|
297
297
|
}, {
|
|
298
|
-
value: string | number;
|
|
299
298
|
__kind: "CcmPrincipal";
|
|
299
|
+
value: string | number;
|
|
300
300
|
}>, z.ZodObject<{
|
|
301
301
|
__kind: z.ZodLiteral<"CcmGas">;
|
|
302
302
|
value: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
303
303
|
}, "strip", z.ZodTypeAny, {
|
|
304
|
-
value: bigint;
|
|
305
304
|
__kind: "CcmGas";
|
|
305
|
+
value: bigint;
|
|
306
306
|
}, {
|
|
307
|
-
value: string | number;
|
|
308
307
|
__kind: "CcmGas";
|
|
308
|
+
value: string | number;
|
|
309
309
|
}>]>;
|
|
310
310
|
brokerCommission: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>>>;
|
|
311
311
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -338,59 +338,59 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
338
338
|
__kind: "Vault";
|
|
339
339
|
txHash: `0x${string}`;
|
|
340
340
|
};
|
|
341
|
-
sourceAsset: "Eth" | "
|
|
342
|
-
destinationAsset: "Eth" | "
|
|
341
|
+
sourceAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
342
|
+
destinationAsset: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
343
343
|
swapId: bigint;
|
|
344
344
|
swapType: {
|
|
345
|
+
__kind: "Swap";
|
|
345
346
|
value: {
|
|
346
|
-
value: `0x${string}`;
|
|
347
347
|
__kind: "Eth";
|
|
348
|
-
} | {
|
|
349
348
|
value: `0x${string}`;
|
|
349
|
+
} | {
|
|
350
350
|
__kind: "Dot";
|
|
351
|
+
value: `0x${string}`;
|
|
351
352
|
} | {
|
|
353
|
+
__kind: "Btc";
|
|
352
354
|
value: {
|
|
353
|
-
value: `0x${string}`;
|
|
354
355
|
__kind: "P2PKH";
|
|
355
|
-
} | {
|
|
356
356
|
value: `0x${string}`;
|
|
357
|
-
__kind: "P2SH";
|
|
358
357
|
} | {
|
|
358
|
+
__kind: "P2SH";
|
|
359
359
|
value: `0x${string}`;
|
|
360
|
-
__kind: "P2WPKH";
|
|
361
360
|
} | {
|
|
361
|
+
__kind: "P2WPKH";
|
|
362
362
|
value: `0x${string}`;
|
|
363
|
-
__kind: "P2WSH";
|
|
364
363
|
} | {
|
|
364
|
+
__kind: "P2WSH";
|
|
365
365
|
value: `0x${string}`;
|
|
366
|
+
} | {
|
|
366
367
|
__kind: "Taproot";
|
|
368
|
+
value: `0x${string}`;
|
|
367
369
|
} | {
|
|
368
370
|
__kind: "OtherSegwit";
|
|
369
371
|
version: number;
|
|
370
372
|
program: `0x${string}`;
|
|
371
373
|
};
|
|
372
|
-
__kind: "Btc";
|
|
373
374
|
};
|
|
374
|
-
__kind: "Swap";
|
|
375
375
|
} | {
|
|
376
|
-
value: bigint;
|
|
377
376
|
__kind: "CcmPrincipal";
|
|
378
|
-
} | {
|
|
379
377
|
value: bigint;
|
|
378
|
+
} | {
|
|
380
379
|
__kind: "CcmGas";
|
|
380
|
+
value: bigint;
|
|
381
381
|
};
|
|
382
382
|
brokerCommission?: bigint | null | undefined;
|
|
383
383
|
}, {
|
|
384
384
|
depositAmount: string | number;
|
|
385
385
|
destinationAddress: {
|
|
386
|
-
value: string;
|
|
387
386
|
__kind: "Eth" | "Dot" | "Btc";
|
|
387
|
+
value: string;
|
|
388
388
|
};
|
|
389
389
|
origin: {
|
|
390
390
|
__kind: "DepositChannel";
|
|
391
391
|
depositAddress: {
|
|
392
|
-
value: string;
|
|
393
392
|
__kind: "Eth" | "Dot" | "Btc";
|
|
393
|
+
value: string;
|
|
394
394
|
};
|
|
395
395
|
channelId: string | number;
|
|
396
396
|
depositBlockHeight: string | number;
|
|
@@ -399,49 +399,49 @@ declare const swappingSwapScheduled: z.ZodObject<{
|
|
|
399
399
|
txHash: string;
|
|
400
400
|
};
|
|
401
401
|
sourceAsset: {
|
|
402
|
-
__kind: "Eth" | "
|
|
402
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
403
403
|
};
|
|
404
404
|
destinationAsset: {
|
|
405
|
-
__kind: "Eth" | "
|
|
405
|
+
__kind: "Eth" | "Flip" | "Usdc" | "Dot" | "Btc";
|
|
406
406
|
};
|
|
407
407
|
swapId: string | number;
|
|
408
408
|
swapType: {
|
|
409
|
+
__kind: "Swap";
|
|
409
410
|
value: {
|
|
410
|
-
value: string;
|
|
411
411
|
__kind: "Eth";
|
|
412
|
-
} | {
|
|
413
412
|
value: string;
|
|
413
|
+
} | {
|
|
414
414
|
__kind: "Dot";
|
|
415
|
+
value: string;
|
|
415
416
|
} | {
|
|
417
|
+
__kind: "Btc";
|
|
416
418
|
value: {
|
|
417
|
-
value: string;
|
|
418
419
|
__kind: "P2PKH";
|
|
419
|
-
} | {
|
|
420
420
|
value: string;
|
|
421
|
-
__kind: "P2SH";
|
|
422
421
|
} | {
|
|
422
|
+
__kind: "P2SH";
|
|
423
423
|
value: string;
|
|
424
|
-
__kind: "P2WPKH";
|
|
425
424
|
} | {
|
|
425
|
+
__kind: "P2WPKH";
|
|
426
426
|
value: string;
|
|
427
|
-
__kind: "P2WSH";
|
|
428
427
|
} | {
|
|
428
|
+
__kind: "P2WSH";
|
|
429
429
|
value: string;
|
|
430
|
+
} | {
|
|
430
431
|
__kind: "Taproot";
|
|
432
|
+
value: string;
|
|
431
433
|
} | {
|
|
432
434
|
__kind: "OtherSegwit";
|
|
433
435
|
version: number;
|
|
434
436
|
program: string;
|
|
435
437
|
};
|
|
436
|
-
__kind: "Btc";
|
|
437
438
|
};
|
|
438
|
-
__kind: "Swap";
|
|
439
439
|
} | {
|
|
440
|
-
value: string | number;
|
|
441
440
|
__kind: "CcmPrincipal";
|
|
442
|
-
} | {
|
|
443
441
|
value: string | number;
|
|
442
|
+
} | {
|
|
444
443
|
__kind: "CcmGas";
|
|
444
|
+
value: string | number;
|
|
445
445
|
};
|
|
446
446
|
brokerCommission?: string | number | null | undefined;
|
|
447
447
|
}>;
|