Skip to content

Commit

Permalink
feat: add explorer to metamask
Browse files Browse the repository at this point in the history
  • Loading branch information
Zafei-Erin committed Mar 5, 2024
1 parent 1cd9df1 commit 71a319a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/context/networkProvider/networkProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const NetworkProvider = ({ children }: { children: ReactNode }) => {
decimals: 18,
},
rpcUrls: ["https://rpc-mumbai.polygon.technology"],
blockExplorerUrls: ["https://mumbai.polygonscan.com/"],
},
],
});
Expand Down

0 comments on commit 71a319a

Please sign in to comment.