diff --git a/packages/grant-explorer/src/features/api/utils.ts b/packages/grant-explorer/src/features/api/utils.ts index aa54e615a9..f50348f11a 100644 --- a/packages/grant-explorer/src/features/api/utils.ts +++ b/packages/grant-explorer/src/features/api/utils.ts @@ -530,7 +530,7 @@ export const txExplorerLinks: Record = { [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/",