Skip to content

Commit

Permalink
Fix Infura URL for optimism mainnet (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit authored Aug 14, 2023
1 parent b0e1a51 commit 92f531f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common-config/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const config = {
['optimistic-mainnet']: {
url:
process.env.NETWORK_ENDPOINT ||
`https://optimism.infura.io/v3/${process.env.INFURA_API_KEY}`,
`https://optimism-mainnet.infura.io/v3/${process.env.INFURA_API_KEY}`,
accounts: process.env.DEPLOYER_PRIVATE_KEY ? [process.env.DEPLOYER_PRIVATE_KEY] : [],
chainId: 10,
},
Expand Down

0 comments on commit 92f531f

Please sign in to comment.