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

Update 4337 SafeOperationResponse types to match backend changes #1083

Open
yagopv opened this issue Dec 18, 2024 · 0 comments
Open

Update 4337 SafeOperationResponse types to match backend changes #1083

yagopv opened this issue Dec 18, 2024 · 0 comments

Comments

@yagopv
Copy link
Member

yagopv commented Dec 18, 2024

Context / issue

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()

Proposed solution

Review the API kit and starter kit to ensure everything is working correctly. Make any necessary updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant