Skip to content

Commit

Permalink
bumped up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Feb 25, 2024
1 parent ade2c86 commit d8302ba
Show file tree
Hide file tree
Showing 4 changed files with 1,537 additions and 1,841 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint-fix && git add -u
5 changes: 0 additions & 5 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ const config: HardhatUserConfig = {
url: "http://127.0.0.1:8545",
gasMultiplier: 1.2,
},
goerli: {
url: `https://goerli.infura.io/v3/${process.env.INFURA_KEY}`,
accounts: privateKey(),
gasMultiplier: 1.2,
},
sepolia: {
url: `https://sepolia.infura.io/v3/${process.env.INFURA_KEY}`,
accounts: privateKey(),
Expand Down
Loading

0 comments on commit d8302ba

Please sign in to comment.