Skip to content

Commit

Permalink
update deprecated mumbai rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Mar 29, 2024
1 parent 751660b commit 439bd57
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 @@ -39,7 +39,7 @@ const config: HardhatUserConfig = {
timeout: 60000,
},
mumbai: {
url: `https://rpc-mumbai.maticvigil.com/`,
url: "https://polygon-mumbai-bor-rpc.publicnode.com",
accounts: privateKey(),
gasMultiplier: 1.2,
},
Expand Down

0 comments on commit 439bd57

Please sign in to comment.