Skip to content

Commit

Permalink
Fix hardhat dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
biscuitdey authored and ognjenkurtic committed Jun 30, 2024
1 parent 2827151 commit 31da6f3
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 2,324 deletions.
1 change: 0 additions & 1 deletion examples/bri-3/hardhat.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type import('hardhat/config').HardhatUserConfig */

require('@nomicfoundation/hardhat-ethers');
require('@nomicfoundation/hardhat-toolbox');
require('dotenv/config');
module.exports = {
defaultNetwork: process.env.CCSM_NETWORK,
Expand Down
Loading

0 comments on commit 31da6f3

Please sign in to comment.