Skip to content

Commit

Permalink
fix: reverted hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Apr 19, 2024
1 parent 156b02f commit 3ec2d87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ const config: HardhatUserConfig = {
chainId: 56,
live: true,
timeout: 1200000, // 20 minutes
accounts: {
mnemonic: process.env.MNEMONIC || "",
},
},
sepolia: {
url: process.env.ARCHIVE_NODE_sepolia || "https://ethereum-sepolia.blockpi.network/v1/rpc/public",
Expand Down

0 comments on commit 3ec2d87

Please sign in to comment.