Skip to content

Commit

Permalink
Update AbiFetcher.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Dec 9, 2024
1 parent 0d14579 commit 77427cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/abi/fetcher/AbiFetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ const DEFAULTS: IAbiFetcherOptions = {
mode: 'https://api.routescan.io/v2/network/mainnet/evm/34443/etherscan/api',
blast: 'https://api.blastscan.io/api',
linea: 'https://api.lineascan.build/api',
aurora: 'https://explorer.aurora.dev/api'
aurora: 'https://explorer.aurora.dev/api',
sonic: 'https://api.routescan.io/v2/network/mainnet/evm/146/etherscan/api'
},
networkToBlockscoutV4Graph: {},
networkToBlockscoutV5Api: {
Expand Down

0 comments on commit 77427cd

Please sign in to comment.