We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SafeOperationResponse
Backend is going to update types in the 4337 endpoints
safe-global/safe-transaction-service#2361
All these typed will be strings
nonce = Uint256Field() call_gas_limit = Uint256Field() verification_gas_limit = Uint256Field() pre_verification_gas = Uint256Field() max_fee_per_gas = Uint256Field() max_priority_fee_per_gas = Uint256Field()
Review the API kit and starter kit to ensure everything is working correctly. Make any necessary updates.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context / issue
Backend is going to update types in the 4337 endpoints
safe-global/safe-transaction-service#2361
All these typed will be strings
Proposed solution
Review the API kit and starter kit to ensure everything is working correctly. Make any necessary updates.
The text was updated successfully, but these errors were encountered: