From 6f4ae18400467fc66ba4bf6dcc0960810a49d5da Mon Sep 17 00:00:00 2001 From: Avneesh Agarwal Date: Sat, 17 Jun 2023 11:07:59 +0530 Subject: [PATCH] fix: update chain name --- packages/website/pages/docs/guides/deploy-a-contract.mdx | 2 +- packages/website/pages/docs/reference/deploy-contract.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/website/pages/docs/guides/deploy-a-contract.mdx b/packages/website/pages/docs/guides/deploy-a-contract.mdx index 33cdb838b15..ecfc59b4af9 100644 --- a/packages/website/pages/docs/guides/deploy-a-contract.mdx +++ b/packages/website/pages/docs/guides/deploy-a-contract.mdx @@ -129,7 +129,7 @@ Executing this command will trigger the following actions: - `_royaltyRecipient`: wallet address to receive royalties from secondary sales - `_royaltyBps`: basis points (bps) that will be given to the royalty recipient for each secondary sale, e.g. 500 = 5% -### Select `TaikoAlpha2Testnet` as the network +### Select `Taiko (Alpha-3 Testnet)` as the network ### Manage additional settings on your contract’s dashboard as needed such as uploading NFTs, configuring permissions, and more. diff --git a/packages/website/pages/docs/reference/deploy-contract.md b/packages/website/pages/docs/reference/deploy-contract.md index 29c76735eda..dbfbd2b74cf 100644 --- a/packages/website/pages/docs/reference/deploy-contract.md +++ b/packages/website/pages/docs/reference/deploy-contract.md @@ -79,7 +79,7 @@ Deploy allows you to deploy a smart contract to any EVM compatible network witho - `_symbol`: symbol or "ticker" - `_royaltyRecipient`: wallet address to receive royalties from secondary sales - `_royaltyBps`: basis points (bps) that will be given to the royalty recipient for each secondary sale, e.g. 500 = 5% -3. Select `TaikoAlpha2Testnet` as the network +3. Select `Taiko (Alpha-3 Testnet)` as the network 4. Manage additional settings on your contract’s dashboard as needed such as uploading NFTs, configuring permissions, and more. For additional information on Deploy, please reference [thirdweb’s documentation](https://portal.thirdweb.com/deploy).