Skip to content

Commit fa4617a

Browse files
chore: update celo explorer (#946)
1 parent c9f1a1c commit fa4617a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/payment-detection/src/eth/multichainExplorerApiProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class MultichainExplorerApiProvider extends ethers.providers.EtherscanPro
3333
case 'fuse':
3434
return 'https://explorer.fuse.io';
3535
case 'celo':
36-
return 'https://explorer.celo.org/mainnet';
36+
return 'https://api.celoscan.io';
3737
case 'matic':
3838
return 'https://api.polygonscan.com';
3939
case 'fantom':

0 commit comments

Comments
 (0)