Skip to content

Commit

Permalink
Fixes typo on hardhat config.
Browse files Browse the repository at this point in the history
  • Loading branch information
steven2308 committed Mar 21, 2024
1 parent 744c1d8 commit aa7c8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const config: HardhatUserConfig = {
network: 'astarZk',
chainId: 3776,
urls: {
apiURL: 'https://astar-zkevm.explorer.startale.com//api',
apiURL: 'https://astar-zkevm.explorer.startale.com/api',
browserURL: 'https://astar-zkevm.explorer.startale.com/',
},
},
Expand Down

0 comments on commit aa7c8b7

Please sign in to comment.