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

Fix/ethers v6 migration in hardhat #15

Merged

Commits on Jan 16, 2024

  1. chore: bump ethers to v6

    swellander committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f78fbab View commit details
    Browse the repository at this point in the history
  2. fix: add provider._detectNetwork()

    to listAccount.ts
    swellander committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7a68fb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix: rename YourContract => BatchRegistry

    to make the example code work out of the box. Also assign the contract
    instance to a variable `batchRegistry` to make the example clearer.
    swellander committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a79fd6b View commit details
    Browse the repository at this point in the history