Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Turupawn committed Sep 28, 2022
1 parent 3a3abb9 commit 7e9686c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RPC_URL=https://eth-mainnet.g.alchemy.com/v2/YOURAPIHERE
MAINNET_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/YOURAPIHERE
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
networks: {
hardhat: {
forking: {
url: process.env.RPC_URL,
url: process.env.MAINNET_RPC_URL,
}
}
}
Expand Down

0 comments on commit 7e9686c

Please sign in to comment.