Skip to content

Commit

Permalink
Remove default rpc URL
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos authored Sep 12, 2024
1 parent d1a7f40 commit c746c88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ export default {
},
linea: {
...sharedNetworkConfig,
// url: `https://linea.infura.io/v3/${INFURA_KEY}`,
url: "https://rpc.linea.build",
url: `https://linea.infura.io/v3/${INFURA_KEY}`,
},
core: {
...sharedNetworkConfig,
Expand Down

0 comments on commit c746c88

Please sign in to comment.