Skip to content

Commit

Permalink
fix: update chain name
Browse files Browse the repository at this point in the history
  • Loading branch information
avneesh0612 committed Jun 17, 2023
1 parent 17542e1 commit 6f4ae18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/website/pages/docs/guides/deploy-a-contract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion packages/website/pages/docs/reference/deploy-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 6f4ae18

Please sign in to comment.