Skip to content

Commit

Permalink
Update Mumbai RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiOhl committed May 5, 2023
1 parent 810c6f1 commit 54ec2f7
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 @@ -45,7 +45,7 @@ const config: HardhatUserConfig = {
accounts: process.env.PRIVATE_KEY !== undefined ? [process.env.PRIVATE_KEY] : []
},
mumbai: {
url: "https://rpc-mumbai.matic.today",
url: "https://matic-mumbai.chainstacklabs.com",
accounts: process.env.PRIVATE_KEY !== undefined ? [process.env.PRIVATE_KEY] : []
},
gnosis: {
Expand Down

0 comments on commit 54ec2f7

Please sign in to comment.