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
You cannot submit contract to zksync since it throws an exception of max_priority_fee being greater than max_fee
🔄 Reproduction Steps
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.
The text was updated successfully, but these errors were encountered:
🐛 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
🤔 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
📋 Additional Context
Add any other context about the problem here. If applicable, add screenshots to help explain.
📎 Log Output
The text was updated successfully, but these errors were encountered: