Skip to content

Commit 4f28529

Browse files
committed
fix extra spaces
1 parent b7c88c9 commit 4f28529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/developers/verifying-smart-contracts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const config: HardhatUserConfig = {
5252
network: 'scrollSepolia',
5353
chainId: 534351,
5454
urls: {
55-
apiURL: 'https://api-sepolia.scrollscan.com/api ',
55+
apiURL: 'https://api-sepolia.scrollscan.com/api',
5656
browserURL: 'https://sepolia.scrollscan.com/',
5757
},
5858
},

0 commit comments

Comments
 (0)