Skip to content

Commit

Permalink
fix zkevm api
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Sep 1, 2023
1 parent 0ead04d commit a737b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instadapp/utils",
"version": "0.4.8",
"version": "0.4.9",
"description": "",
"repository": "instadapp/utils",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/abi/fetcher/AbiFetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const DEFAULTS: IAbiFetcherOptions = {
fantom: 'https://api.ftmscan.com/api',
bsc: 'https://api.bscscan.com/api',
gnosis: 'https://api.gnosisscan.io/api',
'polygon-zkevm': 'https://api.zkevm.polygonscan.com/api',
'polygon-zkevm': 'https://api-zkevm.polygonscan.com/api',
base: 'https://api.basescan.org/api'
}
}
Expand Down

0 comments on commit a737b60

Please sign in to comment.