Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Fix public mumbai RPC
Browse files Browse the repository at this point in the history
Chainstack have sunset their Mumbai RPC. Added latest public RPC from Polygon wiki.
  • Loading branch information
vmichalik committed Aug 18, 2023
1 parent 849d7a5 commit 3cff1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/chains/src/polygonMumbai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export const polygonMumbai = {
webSocket: ['wss://polygon-mumbai.infura.io/ws/v3'],
},
default: {
http: ['https://matic-mumbai.chainstacklabs.com'],
http: ['https://rpc-mumbai.matic.today'],
},
public: {
http: ['https://matic-mumbai.chainstacklabs.com'],
http: ['https://rpc-mumbai.matic.today'],
},
},
blockExplorers: {
Expand Down

0 comments on commit 3cff1de

Please sign in to comment.