Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

04_deploye_create.py 'max priority fee per gas higher than max fee per gas' #24

Open
tradable-kash opened this issue Aug 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tradable-kash
Copy link

🐛 Bug Report for zksync2-examples Python SDK

📝 Description

You cannot submit contract to zksync since it throws an exception of max_priority_fee being greater than max_fee

🔄 Reproduction Steps

  1. Run 04_deploy_create.py with proper values

🤔 Expected Behavior

We should get the contract address of the submitted contract

😯 Current Behavior

It fails to create contract and throws an exception
ValueError: {'code': 3, 'message': 'max priority fee per gas higher than max fee per gas', 'data': '0x'}

🖥️ Environment

  • Python version: [e.g., Python 3.11]
  • Operating System & Version: [e.g., Mac OSX]
  • Other relevant environment details:

📋 Additional Context

Add any other context about the problem here. If applicable, add screenshots to help explain.

📎 Log Output

Paste any relevant log output here.
@tradable-kash tradable-kash added the bug Something isn't working label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant