Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(website): update chainId: 167001 to 167005 #13895

Merged
merged 1 commit into from
Jun 6, 2023
Merged
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
6 changes: 4 additions & 2 deletions packages/website/pages/docs/guides/verify-a-contract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ This guide will help get your contract verified on Taiko!
### Verify the contract
Replace `CONTRACT_ADDRESS` and `CONTRACT_FILE:CONTRACT_NAME` and run the `verify-contract` command:
```sh
forge verify-contract CONTRACT_ADDRESS CONTRACT_FILE:CONTRACT_NAME --chain-id 167001 --verifier-url https://explorer.test.taiko.xyz/api --verifier blockscout
forge verify-contract CONTRACT_ADDRESS CONTRACT_FILE:CONTRACT_NAME --chain-id 167005 --verifier-url https://explorer.test.taiko.xyz/api --verifier blockscout
```

</Steps>
</Tab>
<Tab>
Expand Down Expand Up @@ -57,7 +58,7 @@ This guide will help get your contract verified on Taiko!
customChains: [
{
network: "taiko",
chainId: 167001,
chainId: 167005,
urls: {
apiURL: "https://explorer.test.taiko.xyz/api",
browserURL: "https://explorer.test.taiko.xyz",
Expand All @@ -79,6 +80,7 @@ This guide will help get your contract verified on Taiko!

### View your verified contract on Blockscout
Check the [Taiko block explorer](https://explorer.test.taiko.xyz) link from the output to see your contract was verified.

</Steps>
</Tab>
<Tab>
Expand Down