Skip to content

Commit

Permalink
fix: update polygonscan tx explorer link (gitcoinco#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham authored and andremury committed Nov 21, 2023
1 parent 8226ab9 commit a8274f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grant-explorer/src/features/api/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ export const txExplorerLinks: Record<ChainId, string> = {
[ChainId.PGN]: "https://explorer.publicgoods.network/tx/",
[ChainId.ARBITRUM_GOERLI]: "https://goerli.arbiscan.io/tx/",
[ChainId.ARBITRUM]: "https://arbiscan.io/tx/",
[ChainId.POLYGON]: "https://polygonscan.io/tx/",
[ChainId.POLYGON]: "https://polygonscan.com/tx/",
[ChainId.POLYGON_MUMBAI]: "https://mumbai.polygonscan.com/tx/",
[ChainId.FUJI]: "https://snowtrace.io/tx/",
[ChainId.AVALANCHE]: "https://testnet.snowtrace.io/txt/",
Expand Down

0 comments on commit a8274f7

Please sign in to comment.