From 4b6a5b8cc1b5e763cb18d615943760894bd164fe Mon Sep 17 00:00:00 2001 From: Kenk Date: Tue, 6 Jun 2023 22:18:46 +0800 Subject: [PATCH] feat(website): update chainId: 167001 to 167005 --- packages/website/pages/docs/guides/verify-a-contract.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/website/pages/docs/guides/verify-a-contract.mdx b/packages/website/pages/docs/guides/verify-a-contract.mdx index 190acbc1751..de49e08eb39 100644 --- a/packages/website/pages/docs/guides/verify-a-contract.mdx +++ b/packages/website/pages/docs/guides/verify-a-contract.mdx @@ -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 ``` + @@ -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", @@ -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. +