Skip to content

Commit 111ec76

Browse files
committed
fix: nits
1 parent 017ae81 commit 111ec76

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,13 @@ import ClickToZoom from "../../../../components/ClickToZoom.astro"
1313
import verify1 from "./_images/verify1.png"
1414
import CodeSample from "../../../../components/CodeSample/CodeSample.astro"
1515

16-
After deploying your smart contracts, it's important to verify your code on our block explorers. This can be done in an automated way using your developer tooling or the Web UI.
17-
18-
{/* <Aside type="tip" title="Blockscout vs Etherscan">
19-
The below instructions for verifying on our Sepolia Blockscout instance will need to be altered to work with Etherscan
20-
deployments. As additional services come online for mainnet, we'll update these instructions.
21-
</Aside> */}
16+
After deploying your smart contracts, it's important to verify your code on a block explorer. This can be done in an automated way using your developer tooling or the Web UI.
2217

2318
## Using Developer Tools
2419

2520
Most smart contract tooling has plugins for verifying your contracts easily on Etherscan. Blockscout supports Etherscan's contract verification APIs, so it's straightforward to use these tools using the APIs of either of these block explorers.
2621

27-
| Network | Scroll Scroll | Sepolia |
22+
| Network | Scroll | Scroll Sepolia |
2823
| ---------- | -------------------------------- | ---------------------------------------- |
2924
| Scrollscan | https://api.scrollscan.com/api | https://api-sepolia.scrollscan.com/api |
3025
| Blockscout | https://blockscout.scroll.io/api | https://sepolia-blockscout.scroll.io/api |
@@ -112,12 +107,6 @@ forge verify-contract <contract address> <contract name> \
112107

113108
#### Blockscout
114109

115-
{/* <Aside type="danger" title="Warning">
116-
Our Blockscout instance currently has inconsistent behavior in verifying contracts with Foundry. We're working on a
117-
fix, along with other stability improvements. Don't hesitate to come ask for help [on
118-
Discord](https://discord.com/channels/853955156100907018/1028102371894624337) though.
119-
</Aside> */}
120-
121110
Specify the verification provider as `blockscout`.
122111

123112
##### Scroll

0 commit comments

Comments
 (0)