Skip to content

Commit aa7c8b7

Browse files
committed
Fixes typo on hardhat config.
1 parent 744c1d8 commit aa7c8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const config: HardhatUserConfig = {
191191
network: 'astarZk',
192192
chainId: 3776,
193193
urls: {
194-
apiURL: 'https://astar-zkevm.explorer.startale.com//api',
194+
apiURL: 'https://astar-zkevm.explorer.startale.com/api',
195195
browserURL: 'https://astar-zkevm.explorer.startale.com/',
196196
},
197197
},

0 commit comments

Comments
 (0)