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

Implement 0x gasless swap metadata #333

Closed

Commits on Jun 25, 2024

  1. future!

    samholmes committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9901cd6 View commit details
    Browse the repository at this point in the history
  2. Use less de-structuring in swapHelpers

    This is a nit commit that favors property accessors over de-structuring
    keep the code more understandable by keeping the object context shown
    inline where the property is used.
    
    In addition, it just renames a variable to a shorter name: `signedTx`.
    samholmes committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9bfe6bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    286f3da View commit details
    Browse the repository at this point in the history