Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/build-decentralized-apps/quickstart-create-a-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ All references to **ETH** on this document refers to test **ETH** on Sepolia.

:::

3. **Set up development environment**: Configure your wallet and tools for Arbitrum testnet deployment. Sign up for an Arbiscan account to get an API key for contract verification.
3. **Set up development environment**: Configure your wallet and tools for Arbitrum testnet deployment. Sign up for an Etherscan account to get an API key for contract verification.

## Project setup

Expand Down Expand Up @@ -285,7 +285,6 @@ A list of chain IDs is available on the [Chain Info page](/for-devs/dev-tools-an
```bash
forge verify-contract <contract_address> <contract_path>:YourToken \
--verifier etherscan \
--verifier-url https://api.arbiscan.io/api \
--chain-id 42161 \
--num-of-optimizations 200
```
Expand Down