Skip to content

Commit

Permalink
use gnosisscan instead of blockscout
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Nov 13, 2023
1 parent 3cea03e commit 04e9ed6
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 04e9ed6

Please sign in to comment.