Skip to content

Commit

Permalink
Merge branch 'fix-2743' of github.com-taiko:taikochain/taiko-mono int…
Browse files Browse the repository at this point in the history
…o fix-2743
  • Loading branch information
shadab-taiko committed Jan 3, 2023
2 parents a035452 + 3c5f159 commit 6c90db4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report 🐛
description: Report a bug
title: "[Bug] <insert descriptive title>"
title: "fix: INSERT_DESCRIPTIVE_TITLE"
labels: ["bug", "triage"]
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature request 💡
description: Request a feature
title: "[Feat] <insert descriptive title>"
title: "feat: INSERT_DESCRIPTIVE_TITLE"
labels: ["feat", "triage"]
body:
- type: markdown
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 6c90db4

Please sign in to comment.