Skip to content

Commit

Permalink
Merge pull request #4 from gnosis/use-gnosisscan
Browse files Browse the repository at this point in the history
use gnosisscan instead of blockscout
  • Loading branch information
jfschwarz authored Nov 13, 2023
2 parents 3cea03e + 04e9ed6 commit dda1b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useContractCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { NetworkId } from './safe'
const EXPLORER_API_URLS = {
'1': 'https://api.etherscan.io/api',
'5': 'https://api-goerli.etherscan.io/api',
'100': 'https://blockscout.com/xdai/mainnet/api',
'100': 'https://api.gnosisscan.io/api',
'73799': 'https://volta-explorer.energyweb.org/api',
'246': 'https://explorer.energyweb.org/api',
'137': 'https://api.polygonscan.com/api',
Expand Down

0 comments on commit dda1b5c

Please sign in to comment.