From 0028d0c63b06949d77e8ca8a1b1bd8ee4f9451d9 Mon Sep 17 00:00:00 2001 From: Aniketh Paul Date: Sat, 31 Dec 2022 03:44:17 +0530 Subject: [PATCH] Update deploy-a-contract.md --- packages/website/docs/alpha-1-testnet/deploy-a-contract.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/website/docs/alpha-1-testnet/deploy-a-contract.md b/packages/website/docs/alpha-1-testnet/deploy-a-contract.md index fb2b08c2175..a25a066e4d5 100644 --- a/packages/website/docs/alpha-1-testnet/deploy-a-contract.md +++ b/packages/website/docs/alpha-1-testnet/deploy-a-contract.md @@ -21,6 +21,7 @@ These steps will show you how to deploy a smart contract to Taiko A1 using Found ```sh forge create --legacy --rpc-url https://l2rpc.a1.taiko.xyz --private-key src/Counter.sol:Counter ``` + Note: Remove "<" and ">" from We are using the `--legacy` flag because EIP-1559 is currently disabled on Taiko. We have plans to re-enable it in the future.