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 17, 2024
1 parent 77427cd commit e6fc2e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/abi/fetcher/AbiFetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const DEFAULTS: IAbiFetcherOptions = {
scroll: 'https://rpc.ankr.com/scroll',
mode: 'https://1rpc.io/mode',
blast: 'https://rpc.blast.io',
linea: 'https://1rpc.io/linea'
linea: 'https://1rpc.io/linea',
sonic: 'https://rpc.ankr.com/sonic_mainnet'
},
networkToEtherscanAPI: {
polygon: 'https://api.polygonscan.com/api',
Expand All @@ -48,7 +49,7 @@ const DEFAULTS: IAbiFetcherOptions = {
blast: 'https://api.blastscan.io/api',
linea: 'https://api.lineascan.build/api',
aurora: 'https://explorer.aurora.dev/api',
sonic: 'https://api.routescan.io/v2/network/mainnet/evm/146/etherscan/api'
sonic: 'https://api.sonicscan.org/api'
},
networkToBlockscoutV4Graph: {},
networkToBlockscoutV5Api: {
Expand Down

0 comments on commit e6fc2e5

Please sign in to comment.