Skip to content

Commit

Permalink
change back to hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Powroznik committed Dec 22, 2023
1 parent 651b04a commit 1cba797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/smart-contracts/hardhat.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const dotenv = require("dotenv");
dotenv.config();

const config = {
defaultNetwork: "arbitrumOne",
defaultNetwork: "hardhat",
solidity: {
version: "0.8.9",
settings: {
Expand Down

0 comments on commit 1cba797

Please sign in to comment.