From c1b24b179cd43c529300b9abb5dd7bcfc2806ec9 Mon Sep 17 00:00:00 2001 From: Kenk Date: Wed, 7 Jun 2023 02:36:44 +0900 Subject: [PATCH] feat(website): update chainId: 167001 to 167005 (#13895) --- 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. +