Skip to content

Commit 2ba9cf2

Browse files
fix: replace blockscout by gnosisscan (#942)
1 parent fbd313b commit 2ba9cf2

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
@@ -29,7 +29,7 @@ export class MultichainExplorerApiProvider extends ethers.providers.EtherscanPro
2929
switch (this.network.name) {
3030
case 'sokol':
3131
case 'xdai':
32-
return `https://blockscout.com/poa/${this.network.name}`;
32+
return 'https://api.gnosisscan.io';
3333
case 'fuse':
3434
return 'https://explorer.fuse.io';
3535
case 'celo':

0 commit comments

Comments
 (0)