Skip to content

Commit

Permalink
docs(website): update deploy-a-contract.md (#3692)
Browse files Browse the repository at this point in the history
  • Loading branch information
anipaul2 authored and dantaik committed Jan 3, 2023
1 parent 5d65ba8 commit cf9693b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/website/docs/alpha-1-testnet/deploy-a-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <YOUR_PRIVATE_KEY> src/Counter.sol:Counter
```
Note: Remove "<" and ">" from <YOUR_PRIVATE_KEY>

We are using the `--legacy` flag because EIP-1559 is currently disabled on Taiko. We have plans to re-enable it in the future.

Expand Down

0 comments on commit cf9693b

Please sign in to comment.