Skip to content

Commit

Permalink
Update addNetworkButton.tsx (#702)
Browse files Browse the repository at this point in the history
fix block explorer url when adding previewnet to metamask
  • Loading branch information
bthaile authored Apr 2, 2024
1 parent 201614c commit 6130be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/addNetworkButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const AddNetworkButton = () => {
symbol: 'FLOW',
decimals: 18,
},
blockExplorerUrls: ['https://crescendo.flowdiver.io/'],
blockExplorerUrls: ['https://previewnet.flowdiver.io/'],
},
],
});
Expand Down

0 comments on commit 6130be5

Please sign in to comment.