@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
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
declare const validatorRotationPhaseUpdated: z.ZodObject<{
|
|
4
|
+
newPhase: z.ZodDiscriminatedUnion<"__kind", [z.ZodObject<{
|
|
5
|
+
__kind: z.ZodLiteral<"Idle">;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
__kind: "Idle";
|
|
8
|
+
}, {
|
|
9
|
+
__kind: "Idle";
|
|
10
|
+
}>, z.ZodObject<{
|
|
11
|
+
__kind: z.ZodLiteral<"KeygensInProgress">;
|
|
12
|
+
value: z.ZodObject<{
|
|
13
|
+
primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
14
|
+
banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
15
|
+
bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
16
|
+
newEpochIndex: z.ZodNumber;
|
|
17
|
+
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
primaryCandidates: string[];
|
|
19
|
+
banned: string[];
|
|
20
|
+
bond: bigint;
|
|
21
|
+
newEpochIndex: number;
|
|
22
|
+
}, {
|
|
23
|
+
primaryCandidates: string[];
|
|
24
|
+
banned: string[];
|
|
25
|
+
bond: string | number;
|
|
26
|
+
newEpochIndex: number;
|
|
27
|
+
}>;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
value: {
|
|
30
|
+
primaryCandidates: string[];
|
|
31
|
+
banned: string[];
|
|
32
|
+
bond: bigint;
|
|
33
|
+
newEpochIndex: number;
|
|
34
|
+
};
|
|
35
|
+
__kind: "KeygensInProgress";
|
|
36
|
+
}, {
|
|
37
|
+
value: {
|
|
38
|
+
primaryCandidates: string[];
|
|
39
|
+
banned: string[];
|
|
40
|
+
bond: string | number;
|
|
41
|
+
newEpochIndex: number;
|
|
42
|
+
};
|
|
43
|
+
__kind: "KeygensInProgress";
|
|
44
|
+
}>, z.ZodObject<{
|
|
45
|
+
__kind: z.ZodLiteral<"KeyHandoversInProgress">;
|
|
46
|
+
value: z.ZodObject<{
|
|
47
|
+
primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
48
|
+
banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
49
|
+
bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
50
|
+
newEpochIndex: z.ZodNumber;
|
|
51
|
+
}, "strip", z.ZodTypeAny, {
|
|
52
|
+
primaryCandidates: string[];
|
|
53
|
+
banned: string[];
|
|
54
|
+
bond: bigint;
|
|
55
|
+
newEpochIndex: number;
|
|
56
|
+
}, {
|
|
57
|
+
primaryCandidates: string[];
|
|
58
|
+
banned: string[];
|
|
59
|
+
bond: string | number;
|
|
60
|
+
newEpochIndex: number;
|
|
61
|
+
}>;
|
|
62
|
+
}, "strip", z.ZodTypeAny, {
|
|
63
|
+
value: {
|
|
64
|
+
primaryCandidates: string[];
|
|
65
|
+
banned: string[];
|
|
66
|
+
bond: bigint;
|
|
67
|
+
newEpochIndex: number;
|
|
68
|
+
};
|
|
69
|
+
__kind: "KeyHandoversInProgress";
|
|
70
|
+
}, {
|
|
71
|
+
value: {
|
|
72
|
+
primaryCandidates: string[];
|
|
73
|
+
banned: string[];
|
|
74
|
+
bond: string | number;
|
|
75
|
+
newEpochIndex: number;
|
|
76
|
+
};
|
|
77
|
+
__kind: "KeyHandoversInProgress";
|
|
78
|
+
}>, z.ZodObject<{
|
|
79
|
+
__kind: z.ZodLiteral<"ActivatingKeys">;
|
|
80
|
+
value: z.ZodObject<{
|
|
81
|
+
primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
82
|
+
banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
83
|
+
bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
84
|
+
newEpochIndex: z.ZodNumber;
|
|
85
|
+
}, "strip", z.ZodTypeAny, {
|
|
86
|
+
primaryCandidates: string[];
|
|
87
|
+
banned: string[];
|
|
88
|
+
bond: bigint;
|
|
89
|
+
newEpochIndex: number;
|
|
90
|
+
}, {
|
|
91
|
+
primaryCandidates: string[];
|
|
92
|
+
banned: string[];
|
|
93
|
+
bond: string | number;
|
|
94
|
+
newEpochIndex: number;
|
|
95
|
+
}>;
|
|
96
|
+
}, "strip", z.ZodTypeAny, {
|
|
97
|
+
value: {
|
|
98
|
+
primaryCandidates: string[];
|
|
99
|
+
banned: string[];
|
|
100
|
+
bond: bigint;
|
|
101
|
+
newEpochIndex: number;
|
|
102
|
+
};
|
|
103
|
+
__kind: "ActivatingKeys";
|
|
104
|
+
}, {
|
|
105
|
+
value: {
|
|
106
|
+
primaryCandidates: string[];
|
|
107
|
+
banned: string[];
|
|
108
|
+
bond: string | number;
|
|
109
|
+
newEpochIndex: number;
|
|
110
|
+
};
|
|
111
|
+
__kind: "ActivatingKeys";
|
|
112
|
+
}>, z.ZodObject<{
|
|
113
|
+
__kind: z.ZodLiteral<"NewKeysActivated">;
|
|
114
|
+
value: z.ZodObject<{
|
|
115
|
+
primaryCandidates: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
116
|
+
banned: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">;
|
|
117
|
+
bond: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
118
|
+
newEpochIndex: z.ZodNumber;
|
|
119
|
+
}, "strip", z.ZodTypeAny, {
|
|
120
|
+
primaryCandidates: string[];
|
|
121
|
+
banned: string[];
|
|
122
|
+
bond: bigint;
|
|
123
|
+
newEpochIndex: number;
|
|
124
|
+
}, {
|
|
125
|
+
primaryCandidates: string[];
|
|
126
|
+
banned: string[];
|
|
127
|
+
bond: string | number;
|
|
128
|
+
newEpochIndex: number;
|
|
129
|
+
}>;
|
|
130
|
+
}, "strip", z.ZodTypeAny, {
|
|
131
|
+
value: {
|
|
132
|
+
primaryCandidates: string[];
|
|
133
|
+
banned: string[];
|
|
134
|
+
bond: bigint;
|
|
135
|
+
newEpochIndex: number;
|
|
136
|
+
};
|
|
137
|
+
__kind: "NewKeysActivated";
|
|
138
|
+
}, {
|
|
139
|
+
value: {
|
|
140
|
+
primaryCandidates: string[];
|
|
141
|
+
banned: string[];
|
|
142
|
+
bond: string | number;
|
|
143
|
+
newEpochIndex: number;
|
|
144
|
+
};
|
|
145
|
+
__kind: "NewKeysActivated";
|
|
146
|
+
}>, z.ZodObject<{
|
|
147
|
+
__kind: z.ZodLiteral<"SessionRotating">;
|
|
148
|
+
value: z.ZodTuple<[z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>, "many">, z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>], null>;
|
|
149
|
+
}, "strip", z.ZodTypeAny, {
|
|
150
|
+
value: [string[], bigint];
|
|
151
|
+
__kind: "SessionRotating";
|
|
152
|
+
}, {
|
|
153
|
+
value: [string[], string | number];
|
|
154
|
+
__kind: "SessionRotating";
|
|
155
|
+
}>]>;
|
|
156
|
+
}, "strip", z.ZodTypeAny, {
|
|
157
|
+
newPhase: {
|
|
158
|
+
__kind: "Idle";
|
|
159
|
+
} | {
|
|
160
|
+
value: {
|
|
161
|
+
primaryCandidates: string[];
|
|
162
|
+
banned: string[];
|
|
163
|
+
bond: bigint;
|
|
164
|
+
newEpochIndex: number;
|
|
165
|
+
};
|
|
166
|
+
__kind: "KeygensInProgress";
|
|
167
|
+
} | {
|
|
168
|
+
value: {
|
|
169
|
+
primaryCandidates: string[];
|
|
170
|
+
banned: string[];
|
|
171
|
+
bond: bigint;
|
|
172
|
+
newEpochIndex: number;
|
|
173
|
+
};
|
|
174
|
+
__kind: "KeyHandoversInProgress";
|
|
175
|
+
} | {
|
|
176
|
+
value: {
|
|
177
|
+
primaryCandidates: string[];
|
|
178
|
+
banned: string[];
|
|
179
|
+
bond: bigint;
|
|
180
|
+
newEpochIndex: number;
|
|
181
|
+
};
|
|
182
|
+
__kind: "ActivatingKeys";
|
|
183
|
+
} | {
|
|
184
|
+
value: {
|
|
185
|
+
primaryCandidates: string[];
|
|
186
|
+
banned: string[];
|
|
187
|
+
bond: bigint;
|
|
188
|
+
newEpochIndex: number;
|
|
189
|
+
};
|
|
190
|
+
__kind: "NewKeysActivated";
|
|
191
|
+
} | {
|
|
192
|
+
value: [string[], bigint];
|
|
193
|
+
__kind: "SessionRotating";
|
|
194
|
+
};
|
|
195
|
+
}, {
|
|
196
|
+
newPhase: {
|
|
197
|
+
__kind: "Idle";
|
|
198
|
+
} | {
|
|
199
|
+
value: {
|
|
200
|
+
primaryCandidates: string[];
|
|
201
|
+
banned: string[];
|
|
202
|
+
bond: string | number;
|
|
203
|
+
newEpochIndex: number;
|
|
204
|
+
};
|
|
205
|
+
__kind: "KeygensInProgress";
|
|
206
|
+
} | {
|
|
207
|
+
value: {
|
|
208
|
+
primaryCandidates: string[];
|
|
209
|
+
banned: string[];
|
|
210
|
+
bond: string | number;
|
|
211
|
+
newEpochIndex: number;
|
|
212
|
+
};
|
|
213
|
+
__kind: "KeyHandoversInProgress";
|
|
214
|
+
} | {
|
|
215
|
+
value: {
|
|
216
|
+
primaryCandidates: string[];
|
|
217
|
+
banned: string[];
|
|
218
|
+
bond: string | number;
|
|
219
|
+
newEpochIndex: number;
|
|
220
|
+
};
|
|
221
|
+
__kind: "ActivatingKeys";
|
|
222
|
+
} | {
|
|
223
|
+
value: {
|
|
224
|
+
primaryCandidates: string[];
|
|
225
|
+
banned: string[];
|
|
226
|
+
bond: string | number;
|
|
227
|
+
newEpochIndex: number;
|
|
228
|
+
};
|
|
229
|
+
__kind: "NewKeysActivated";
|
|
230
|
+
} | {
|
|
231
|
+
value: [string[], string | number];
|
|
232
|
+
__kind: "SessionRotating";
|
|
233
|
+
};
|
|
234
|
+
}>;
|
|
235
|
+
|
|
236
|
+
export { validatorRotationPhaseUpdated };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// generated/11100/validator/rotationPhaseUpdated.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { palletCfValidatorRotationPhase } from "../common.mjs";
|
|
4
|
+
var validatorRotationPhaseUpdated = z.object({ newPhase: palletCfValidatorRotationPhase });
|
|
5
|
+
export {
|
|
6
|
+
validatorRotationPhaseUpdated
|
|
7
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// generated/11100/validator/undelegated.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _commoncjs = require('../common.cjs');
|
|
4
|
+
var validatorUndelegated = _zod.z.object({
|
|
5
|
+
delegator: _commoncjs.accountId,
|
|
6
|
+
operator: _commoncjs.accountId,
|
|
7
|
+
maxBid: _commoncjs.numberOrHex
|
|
8
|
+
});
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.validatorUndelegated = validatorUndelegated;
|
|
@@ -3,12 +3,15 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const validatorUndelegated: z.ZodObject<{
|
|
4
4
|
delegator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
5
|
operator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
6
|
+
maxBid: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
7
|
}, "strip", z.ZodTypeAny, {
|
|
7
8
|
delegator: string;
|
|
8
9
|
operator: string;
|
|
10
|
+
maxBid: bigint;
|
|
9
11
|
}, {
|
|
10
12
|
delegator: string;
|
|
11
13
|
operator: string;
|
|
14
|
+
maxBid: string | number;
|
|
12
15
|
}>;
|
|
13
16
|
|
|
14
17
|
export { validatorUndelegated };
|
|
@@ -3,12 +3,15 @@ import { z } from 'zod';
|
|
|
3
3
|
declare const validatorUndelegated: z.ZodObject<{
|
|
4
4
|
delegator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
5
5
|
operator: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>]>, string, string>;
|
|
6
|
+
maxBid: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, string, string>]>, bigint, string | number>;
|
|
6
7
|
}, "strip", z.ZodTypeAny, {
|
|
7
8
|
delegator: string;
|
|
8
9
|
operator: string;
|
|
10
|
+
maxBid: bigint;
|
|
9
11
|
}, {
|
|
10
12
|
delegator: string;
|
|
11
13
|
operator: string;
|
|
14
|
+
maxBid: string | number;
|
|
12
15
|
}>;
|
|
13
16
|
|
|
14
17
|
export { validatorUndelegated };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// generated/11100/validator/undelegated.ts
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { accountId, numberOrHex } from "../common.mjs";
|
|
4
|
+
var validatorUndelegated = z.object({
|
|
5
|
+
delegator: accountId,
|
|
6
|
+
operator: accountId,
|
|
7
|
+
maxBid: numberOrHex
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
validatorUndelegated
|
|
11
|
+
};
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }// generated/11200/common.ts
|
|
2
|
+
var _zod = require('zod');
|
|
3
|
+
var _ss58 = require('@chainflip/utils/ss58'); var ss58 = _interopRequireWildcard(_ss58);
|
|
4
|
+
var palletCfValidatorAuctionResolverSetSizeParameters = _zod.z.object({
|
|
5
|
+
minSize: _zod.z.number(),
|
|
6
|
+
maxSize: _zod.z.number(),
|
|
7
|
+
maxExpansion: _zod.z.number()
|
|
8
|
+
});
|
|
9
|
+
var cfPrimitivesSemVer = _zod.z.object({
|
|
10
|
+
major: _zod.z.number(),
|
|
11
|
+
minor: _zod.z.number(),
|
|
12
|
+
patch: _zod.z.number()
|
|
13
|
+
});
|
|
14
|
+
var palletCfValidatorPalletConfigUpdate = _zod.z.discriminatedUnion("__kind", [
|
|
15
|
+
_zod.z.object({ __kind: _zod.z.literal("MinimumValidatorStake"), minStake: _zod.z.number() }),
|
|
16
|
+
_zod.z.object({ __kind: _zod.z.literal("RedemptionPeriodAsPercentage"), percentage: _zod.z.number() }),
|
|
17
|
+
_zod.z.object({ __kind: _zod.z.literal("EpochDuration"), blocks: _zod.z.number() }),
|
|
18
|
+
_zod.z.object({ __kind: _zod.z.literal("AuthoritySetMinSize"), minSize: _zod.z.number() }),
|
|
19
|
+
_zod.z.object({
|
|
20
|
+
__kind: _zod.z.literal("AuctionParameters"),
|
|
21
|
+
parameters: palletCfValidatorAuctionResolverSetSizeParameters
|
|
22
|
+
}),
|
|
23
|
+
_zod.z.object({ __kind: _zod.z.literal("MinimumReportedCfeVersion"), version: cfPrimitivesSemVer }),
|
|
24
|
+
_zod.z.object({ __kind: _zod.z.literal("MaxAuthoritySetContractionPercentage"), percentage: _zod.z.number() }),
|
|
25
|
+
_zod.z.object({ __kind: _zod.z.literal("MinimumAuctionBid"), minimumFlipBid: _zod.z.number() }),
|
|
26
|
+
_zod.z.object({ __kind: _zod.z.literal("MinimumOperatorFee"), minimumOperatorFeeInBps: _zod.z.number() })
|
|
27
|
+
]);
|
|
28
|
+
var hexString = _zod.z.string().refine((v) => /^0x[\da-f]*$/i.test(v), { message: "Invalid hex string" });
|
|
29
|
+
var accountId = _zod.z.union([
|
|
30
|
+
hexString,
|
|
31
|
+
_zod.z.string().regex(/^[0-9a-f]+$/).transform((v) => `0x${v}`)
|
|
32
|
+
]).transform((value) => ss58.encode({ data: value, ss58Format: 2112 }));
|
|
33
|
+
var simpleEnum = (values) => _zod.z.object({ __kind: _zod.z.enum(values) }).transform(({ __kind }) => __kind);
|
|
34
|
+
var palletCfValidatorDelegationDelegationAcceptance = simpleEnum(["Allow", "Deny"]);
|
|
35
|
+
var palletCfValidatorDelegationOperatorSettings = _zod.z.object({
|
|
36
|
+
feeBps: _zod.z.number(),
|
|
37
|
+
delegationAcceptance: palletCfValidatorDelegationDelegationAcceptance
|
|
38
|
+
});
|
|
39
|
+
var numericString = _zod.z.string().refine((v) => /^\d+$/.test(v), { message: "Invalid numeric string" });
|
|
40
|
+
var numberOrHex = _zod.z.union([_zod.z.number(), hexString, numericString]).transform((n) => BigInt(n));
|
|
41
|
+
var palletCfSwappingSwapFailureReason = simpleEnum([
|
|
42
|
+
"PriceImpactLimit",
|
|
43
|
+
"MinPriceViolation",
|
|
44
|
+
"OraclePriceSlippageExceeded",
|
|
45
|
+
"OraclePriceStale",
|
|
46
|
+
"PredecessorSwapFailure",
|
|
47
|
+
"SafeModeActive",
|
|
48
|
+
"AbortedFromOrigin",
|
|
49
|
+
"LogicError"
|
|
50
|
+
]);
|
|
51
|
+
var cfPrimitivesChainsAssetsAnyAsset = simpleEnum([
|
|
52
|
+
"Eth",
|
|
53
|
+
"Flip",
|
|
54
|
+
"Usdc",
|
|
55
|
+
"Dot",
|
|
56
|
+
"Btc",
|
|
57
|
+
"ArbEth",
|
|
58
|
+
"ArbUsdc",
|
|
59
|
+
"Usdt",
|
|
60
|
+
"Sol",
|
|
61
|
+
"SolUsdc",
|
|
62
|
+
"HubDot",
|
|
63
|
+
"HubUsdt",
|
|
64
|
+
"HubUsdc"
|
|
65
|
+
]);
|
|
66
|
+
var palletCfLendingPoolsGeneralLendingInterestRateConfiguration = _zod.z.object({
|
|
67
|
+
interestAtZeroUtilisation: _zod.z.number(),
|
|
68
|
+
junctionUtilisation: _zod.z.number(),
|
|
69
|
+
interestAtJunctionUtilisation: _zod.z.number(),
|
|
70
|
+
interestAtMaxUtilisation: _zod.z.number()
|
|
71
|
+
});
|
|
72
|
+
var palletCfLendingPoolsGeneralLendingLendingPoolConfiguration = _zod.z.object({
|
|
73
|
+
originationFee: _zod.z.number(),
|
|
74
|
+
liquidationFee: _zod.z.number(),
|
|
75
|
+
interestRateCurve: palletCfLendingPoolsGeneralLendingInterestRateConfiguration
|
|
76
|
+
});
|
|
77
|
+
var palletCfLendingPoolsGeneralLendingLtvThresholds = _zod.z.object({
|
|
78
|
+
target: _zod.z.number(),
|
|
79
|
+
topup: _zod.z.number(),
|
|
80
|
+
softLiquidation: _zod.z.number(),
|
|
81
|
+
softLiquidationAbort: _zod.z.number(),
|
|
82
|
+
hardLiquidation: _zod.z.number(),
|
|
83
|
+
hardLiquidationAbort: _zod.z.number(),
|
|
84
|
+
lowLtv: _zod.z.number()
|
|
85
|
+
});
|
|
86
|
+
var palletCfLendingPoolsGeneralLendingNetworkFeeContributions = _zod.z.object({
|
|
87
|
+
extraInterest: _zod.z.number(),
|
|
88
|
+
fromOriginationFee: _zod.z.number(),
|
|
89
|
+
fromLiquidationFee: _zod.z.number(),
|
|
90
|
+
interestOnCollateralMax: _zod.z.number()
|
|
91
|
+
});
|
|
92
|
+
var palletCfLendingPoolsPalletConfigUpdate = _zod.z.discriminatedUnion("__kind", [
|
|
93
|
+
_zod.z.object({ __kind: _zod.z.literal("SetNetworkFeeDeductionFromBoost"), deductionPercent: _zod.z.number() }),
|
|
94
|
+
_zod.z.object({
|
|
95
|
+
__kind: _zod.z.literal("SetLendingPoolConfiguration"),
|
|
96
|
+
asset: cfPrimitivesChainsAssetsAnyAsset.nullish(),
|
|
97
|
+
config: palletCfLendingPoolsGeneralLendingLendingPoolConfiguration.nullish()
|
|
98
|
+
}),
|
|
99
|
+
_zod.z.object({
|
|
100
|
+
__kind: _zod.z.literal("SetLtvThresholds"),
|
|
101
|
+
ltvThresholds: palletCfLendingPoolsGeneralLendingLtvThresholds
|
|
102
|
+
}),
|
|
103
|
+
_zod.z.object({
|
|
104
|
+
__kind: _zod.z.literal("SetNetworkFeeContributions"),
|
|
105
|
+
contributions: palletCfLendingPoolsGeneralLendingNetworkFeeContributions
|
|
106
|
+
}),
|
|
107
|
+
_zod.z.object({ __kind: _zod.z.literal("SetFeeSwapIntervalBlocks"), value: _zod.z.number() }),
|
|
108
|
+
_zod.z.object({ __kind: _zod.z.literal("SetInterestPaymentIntervalBlocks"), value: _zod.z.number() }),
|
|
109
|
+
_zod.z.object({ __kind: _zod.z.literal("SetFeeSwapThresholdUsd"), value: numberOrHex }),
|
|
110
|
+
_zod.z.object({ __kind: _zod.z.literal("SetInterestCollectionThresholdUsd"), value: numberOrHex }),
|
|
111
|
+
_zod.z.object({
|
|
112
|
+
__kind: _zod.z.literal("SetOracleSlippageForSwaps"),
|
|
113
|
+
softLiquidation: _zod.z.number(),
|
|
114
|
+
hardLiquidation: _zod.z.number(),
|
|
115
|
+
feeSwap: _zod.z.number()
|
|
116
|
+
}),
|
|
117
|
+
_zod.z.object({ __kind: _zod.z.literal("SetLiquidationSwapChunkSizeUsd"), value: numberOrHex })
|
|
118
|
+
]);
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
exports.accountId = accountId; exports.cfPrimitivesChainsAssetsAnyAsset = cfPrimitivesChainsAssetsAnyAsset; exports.cfPrimitivesSemVer = cfPrimitivesSemVer; exports.hexString = hexString; exports.numberOrHex = numberOrHex; exports.numericString = numericString; exports.palletCfLendingPoolsGeneralLendingInterestRateConfiguration = palletCfLendingPoolsGeneralLendingInterestRateConfiguration; exports.palletCfLendingPoolsGeneralLendingLendingPoolConfiguration = palletCfLendingPoolsGeneralLendingLendingPoolConfiguration; exports.palletCfLendingPoolsGeneralLendingLtvThresholds = palletCfLendingPoolsGeneralLendingLtvThresholds; exports.palletCfLendingPoolsGeneralLendingNetworkFeeContributions = palletCfLendingPoolsGeneralLendingNetworkFeeContributions; exports.palletCfLendingPoolsPalletConfigUpdate = palletCfLendingPoolsPalletConfigUpdate; exports.palletCfSwappingSwapFailureReason = palletCfSwappingSwapFailureReason; exports.palletCfValidatorAuctionResolverSetSizeParameters = palletCfValidatorAuctionResolverSetSizeParameters; exports.palletCfValidatorDelegationDelegationAcceptance = palletCfValidatorDelegationDelegationAcceptance; exports.palletCfValidatorDelegationOperatorSettings = palletCfValidatorDelegationOperatorSettings; exports.palletCfValidatorPalletConfigUpdate = palletCfValidatorPalletConfigUpdate; exports.simpleEnum = simpleEnum;
|