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

feat: add a prehook example for borrow dai and swap #16

Merged
merged 5 commits into from
May 29, 2024

Commits on May 28, 2024

  1. feat: add a prehook example for borrow dai and swap

    Uses maker protocol to mint DAI using ETH as collateral on the fly
    in the prehook before the swap is executed.
    meetmangukiya committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fe2449f View commit details
    Browse the repository at this point in the history
  2. remove unused functions

    meetmangukiya committed May 28, 2024
    Configuration menu
    Copy the full SHA
    04f9c00 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. update README

    meetmangukiya committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b029c3e View commit details
    Browse the repository at this point in the history
  2. address review comments

    meetmangukiya committed May 29, 2024
    Configuration menu
    Copy the full SHA
    82f908c View commit details
    Browse the repository at this point in the history
  3. add a bit about nonce

    meetmangukiya committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c53407d View commit details
    Browse the repository at this point in the history