Skip to content

Commit

Permalink
add hardhat toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
eiyen committed Apr 18, 2023
1 parent c671a4d commit 06ddb88
Show file tree
Hide file tree
Showing 3 changed files with 5,796 additions and 4,555 deletions.
3 changes: 1 addition & 2 deletions W3-2/hardhat.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require("@nomiclabs/hardhat-waffle");
require("@nomicfoundation/hardhat-toolbox");
require("dotenv").config();
require("@nomiclabs/hardhat-etherscan");

const { ProxyAgent, setGlobalDispatcher } = require("undici");
const proxyAgent = new ProxyAgent("http://127.0.0.1:7890");
Expand Down
Loading

0 comments on commit 06ddb88

Please sign in to comment.