Skip to content

Commit

Permalink
feat(website): update chainId: 167001 to 167005 (#13895)
Browse files Browse the repository at this point in the history
  • Loading branch information
2manslkh authored Jun 6, 2023
1 parent 3c44011 commit c1b24b1
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit c1b24b1

Please sign in to comment.