Skip to content

Commit

Permalink
feat: upgrade to ethers v6
Browse files Browse the repository at this point in the history
  • Loading branch information
dtbuchholz committed Apr 12, 2024
1 parent 31ca90b commit cf14402
Show file tree
Hide file tree
Showing 8 changed files with 2,215 additions and 1,341 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import * as dotenv from "dotenv";
import { HardhatUserConfig, extendEnvironment } from "hardhat/config";
import { HardhatRuntimeEnvironment } from "hardhat/types";
import "@openzeppelin/hardhat-upgrades";
import "@nomiclabs/hardhat-ethers";
import "@nomiclabs/hardhat-etherscan";
import "@nomicfoundation/hardhat-ethers";
import "@nomicfoundation/hardhat-verify";
import "@nomicfoundation/hardhat-chai-matchers";
import "@typechain/hardhat";
import "hardhat-gas-reporter";
Expand Down
Loading

0 comments on commit cf14402

Please sign in to comment.