Skip to content
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
6 changes: 3 additions & 3 deletions docs/pages/guides/bridge-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Most users should bridge through the official web UI. The programmatic flow belo

| Network | URL |
| --- | --- |
| Mainnet (Taiko Alethia) | [bridge.taiko.xyz](https://bridge.taiko.xyz/) |
| Mainnet (Taiko) | [bridge.taiko.xyz](https://bridge.taiko.xyz/) |
| Testnet (Taiko Hoodi) | [bridge.hoodi.taiko.xyz](https://bridge.hoodi.taiko.xyz/) |

The UI handles approvals, fee estimation, and relay monitoring. On testnet, the sidebar exposes a faucet for test tokens like [HORSE](https://hoodi.etherscan.io/token/0x0a5db5597adc81c871ebd89e81cfa07bdc8fafe3) — fund your wallet with Hoodi L1 ETH from a public Hoodi faucet first.
Expand All @@ -30,7 +30,7 @@ Approve the ERC20Vault, then call sendToken with the BridgeTransferOp struct.

#### Contract addresses

**Mainnet (Ethereum L1 ↔ Taiko Alethia L2)**
**Mainnet (Ethereum L1 ↔ Taiko L2)**

| Contract | Address |
| --- | --- |
Expand Down Expand Up @@ -99,7 +99,7 @@ Send a `BridgeTransferOp` struct to initiate the bridge.

| Field | Type | Description |
| --- | --- | --- |
| `destChainId` | `uint64` | Destination chain ID (`167000` for Alethia, `167013` for Hoodi) |
| `destChainId` | `uint64` | Destination chain ID (`167000` for Taiko, `167013` for Hoodi) |
| `destOwner` | `address` | Message owner on the destination chain (usually your own address) |
| `to` | `address` | Token recipient on L2 |
| `fee` | `uint64` | Processing fee in wei paid to the relayer (set `0` to self-relay) |
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/network/contract-addresses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Contracts from the previous **Pacaya** fork, superseded by Shasta. Kept here for

</details>

## Mainnet L2 (Taiko Alethia)
## Mainnet L2 (Taiko)

### Rollup Protocol (Shasta)

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/network/software-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

It is **highly recommended** you use the latest software. You can find the latest versions here:

### Taiko Alethia
### Taiko

| Package | Release notes |
| :------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/protocol/pacaya-fork.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Pacaya has been superseded by the [Shasta Fork](/protocol/shasta-fork), which is Taiko's current protocol design. This page is preserved for historical context.
:::

Taiko Alethia transitioned to the **Pacaya fork** on **May 21, 2025**. Pacaya replaced the earlier contestable rollup design with a batch-based protocol and mandatory multi-proof verification.
Taiko transitioned to the **Pacaya fork** on **May 21, 2025**. Pacaya replaced the earlier contestable rollup design with a batch-based protocol and mandatory multi-proof verification.

## Batch-Based Proposing

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/quickstart/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Every page is available as raw Markdown by appending `.md` to the URL:

## Registering Agents on Taiko

Taiko supports ERC-8004 on both Taiko Alethia and Taiko Hoodi, contract addresses for IdentityRegistry and ReputationRegistry can be found [here](/network/contract-addresses#key-tokens--utilities).
Taiko supports ERC-8004 on both Taiko and Taiko Hoodi, contract addresses for IdentityRegistry and ReputationRegistry can be found [here](/network/contract-addresses#key-tokens--utilities).

## Tack: IPFS storage for agents

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/quickstart/connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Network Reference

### Taiko Mainnet (Alethia)
### Taiko Mainnet

| Field | Value |
| ----------------- | ------------------------------------ |
Expand Down
Loading