Skip to content

Commit

Permalink
fix: hh config (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
killroy192 authored May 24, 2024
1 parent 99e2cd6 commit fec7e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
deployment: deployments.localhost,
},
arbitrumSepolia: {
url: config?.ARBITRUM_SEPOLIA_RPC || DEFAULT_RPC,
url: config?.parsed?.ARBITRUM_SEPOLIA_RPC || DEFAULT_RPC,
accounts: deployerAccounts,
deployment: deployments.arbitrumSepolia,
},
Expand Down

0 comments on commit fec7e7e

Please sign in to comment.