Skip to content

Commit

Permalink
fix issue getting deployer account on basegoerli
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Mar 17, 2023
1 parent a133752 commit 1736d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Expand Up @@ -65,7 +65,7 @@ const networks: NetworksUserConfig = {
basegoerli: {
url: 'https://goerli.base.org',
chainId: 84531,
accounts: [getPrivateKey("polygon")]
accounts: [getPrivateKey("basegoerli")]
},
goerli: {
url: getInfuraURL("goerli"),
Expand Down

0 comments on commit 1736d71

Please sign in to comment.