Skip to content

Commit

Permalink
Merge pull request #93 from Giveth/fix/update_op_goerli_provider
Browse files Browse the repository at this point in the history
Update optimism goerli provider
  • Loading branch information
aminlatifi authored Aug 29, 2023
2 parents a44ce53 + f57973b commit 8e4bed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const config: HardhatUserConfig = {
: [],
},
optimismGoerli: {
url: "https://goerli.optimism.io",
url: `https://optimism-goerli.infura.io/v3/${process.env.INFURA_PROJECT_ID}`,
gasPrice: "auto",
accounts: process.env.PRIVATE_KEY_OPTIMISM_GOERLI
? [`${process.env.PRIVATE_KEY_OPTIMISM_GOERLI}`]
Expand Down

0 comments on commit 8e4bed6

Please sign in to comment.