Skip to content

Commit 542df81

Browse files
authored
Merge pull request #491 from tablelandnetwork/dtb/ethers-v6
feat: upgrade to ethers v6
2 parents 31ca90b + 8e8584c commit 542df81

File tree

16 files changed

+2520
-1626
lines changed

16 files changed

+2520
-1626
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node Environment ⬢
3131
uses: actions/setup-node@v1
3232
with:
33-
node-version: 16
33+
node-version: 18
3434

3535
- name: Install 🔧
3636
run: npm install

hardhat.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import * as dotenv from "dotenv";
33
import { HardhatUserConfig, extendEnvironment } from "hardhat/config";
44
import { HardhatRuntimeEnvironment } from "hardhat/types";
55
import "@openzeppelin/hardhat-upgrades";
6-
import "@nomiclabs/hardhat-ethers";
7-
import "@nomiclabs/hardhat-etherscan";
6+
import "@nomicfoundation/hardhat-ethers";
7+
import "@nomicfoundation/hardhat-verify";
88
import "@nomicfoundation/hardhat-chai-matchers";
99
import "@typechain/hardhat";
1010
import "hardhat-gas-reporter";

0 commit comments

Comments
 (0)