Skip to content

Commit e954eea

Browse files
authored
Update verifying-smart-contracts.mdx (#101)
I just found this word spelling error
1 parent 6d5b124 commit e954eea

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
@@ -27,7 +27,7 @@ Most smart contract tooling has plugins for verifying your contracts easily on E
2727

2828
### Hardhat
2929

30-
First, modify `hardhat.config.ts` to point to Scroll's RPC and `sepolia-blockscout.scroll.io/api`. A dummy `apyKey` value is required, but anything works for its value.
30+
First, modify `hardhat.config.ts` to point to Scroll's RPC and `sepolia-blockscout.scroll.io/api`. A dummy `apiKey` value is required, but anything works for its value.
3131

3232
```javascript
3333
...

0 commit comments

Comments
 (0)