Skip to content

Commit 8fc5ba8

Browse files
authored
fix: celo api (#941)
1 parent ce9990f commit 8fc5ba8

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';
36+
return 'https://explorer.celo.org/mainnet';
3737
case 'matic':
3838
return 'https://api.polygonscan.com';
3939
case 'fantom':

0 commit comments

Comments
 (0)