Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(website): small updates to testnet docs #488

Merged
merged 1 commit into from
Dec 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/website/docs/alpha-1-testnet/start-here.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ In this testnet, you can:

- 🌉 Bridge tokens between Ethereum A1 and Taiko A1.
- 🤝 Send transactions (e.g., deploy contracts).
- 🌐 Run a node — this makes _you_ a part of Taiko!
- 🌐 Run a node — this makes **you** a part of Taiko!
- 📝 Submit feedback and be forever loved.
- 🥇 Earn a POAP by using your wallet to complete any 2 of the 3 following actions by January 31st 23:59 UTC:
- Use the bridge
- Contract interaction (e.g., interact w/ dapp, deploy a contract)
- Interact with contract (e.g., interact with dapp, deploy a contract)
- Transfer between accounts

## Create a feedback log
Expand Down
11 changes: 6 additions & 5 deletions packages/website/docs/alpha-1-testnet/use-the-bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ The bridge contract can be found:

Use the [bridge](https://bridge.a1.taiko.xyz/) for the following actions:

- Bridge ETH from Ethereum A1 to Taiko A1

## Bridge contract explained

Read the bridge documentation on our GitHub: https://github.com/taikoxyz/taiko-mono/tree/main/packages/protocol/contracts/bridge.
- Bridge ETH between Ethereum A1 and Taiko A1
- Bridge HORSE between Ethereum A1 and Taiko A1

## Why is my L2 -> L1 transfer taking so long?

The transfer from L2 to L1 can take a while because Taiko has a several hours delay in syncing block headers to allow uncle proof generation time, and we need the synced header to match so the Merkle proof of the message being sent on L2 is valid on L1.

## Bridge contract explained

Read the bridge documentation on our GitHub: https://github.com/taikoxyz/taiko-mono/tree/main/packages/protocol/contracts/bridge.