You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I tried to deploy an account on sepolia using sozo account deploy
it fails with error: ValidationFailure
starkli fails too but gives more infos Error: ValidationFailure: perform_validations call failed; failure reason: TransactionFailureReason(code='native_blockifier.PyTransactionExecutionError', error_message='TransactionPreValidationError(TransactionFeeError(MaxFeeTooLow { min_fee: Fee(128528483427250), max_fee: Fee(10673017101630) }))').
Describe the solution you'd like
Add more infos on error
The text was updated successfully, but these errors were encountered:
hey @mubarak23@vibenedict thank you for interest in this issue, but this will be addressed along with changes in #1887. Feel free to pickup any other issue.
Is your feature request related to a problem? Please describe.
I tried to deploy an account on sepolia using
sozo account deploy
it fails with
error: ValidationFailure
starkli fails too but gives more infos
Error: ValidationFailure: perform_validations call failed; failure reason: TransactionFailureReason(code='native_blockifier.PyTransactionExecutionError', error_message='TransactionPreValidationError(TransactionFeeError(MaxFeeTooLow { min_fee: Fee(128528483427250), max_fee: Fee(10673017101630) }))').
Describe the solution you'd like
Add more infos on error
The text was updated successfully, but these errors were encountered: