From fc08653e06f3aef88b0d756f76b1452da0e37e89 Mon Sep 17 00:00:00 2001 From: RogerLamTd Date: Wed, 22 Apr 2026 11:28:21 -0700 Subject: [PATCH] chore(docs): switch references to alethia to just taiko --- docs/pages/guides/bridge-tokens.mdx | 6 +++--- docs/pages/network/contract-addresses.mdx | 2 +- docs/pages/network/software-releases.mdx | 2 +- docs/pages/protocol/pacaya-fork.mdx | 2 +- docs/pages/quickstart/agent.mdx | 2 +- docs/pages/quickstart/connect.mdx | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/pages/guides/bridge-tokens.mdx b/docs/pages/guides/bridge-tokens.mdx index 739b753..23e32c1 100644 --- a/docs/pages/guides/bridge-tokens.mdx +++ b/docs/pages/guides/bridge-tokens.mdx @@ -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. @@ -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 | | --- | --- | @@ -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) | diff --git a/docs/pages/network/contract-addresses.mdx b/docs/pages/network/contract-addresses.mdx index 1c8face..3d2b092 100644 --- a/docs/pages/network/contract-addresses.mdx +++ b/docs/pages/network/contract-addresses.mdx @@ -64,7 +64,7 @@ Contracts from the previous **Pacaya** fork, superseded by Shasta. Kept here for -## Mainnet L2 (Taiko Alethia) +## Mainnet L2 (Taiko) ### Rollup Protocol (Shasta) diff --git a/docs/pages/network/software-releases.mdx b/docs/pages/network/software-releases.mdx index a664a60..625b681 100644 --- a/docs/pages/network/software-releases.mdx +++ b/docs/pages/network/software-releases.mdx @@ -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 | | :------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | diff --git a/docs/pages/protocol/pacaya-fork.mdx b/docs/pages/protocol/pacaya-fork.mdx index 9763672..f0e2d63 100644 --- a/docs/pages/protocol/pacaya-fork.mdx +++ b/docs/pages/protocol/pacaya-fork.mdx @@ -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 diff --git a/docs/pages/quickstart/agent.mdx b/docs/pages/quickstart/agent.mdx index c670b7a..7a76e29 100644 --- a/docs/pages/quickstart/agent.mdx +++ b/docs/pages/quickstart/agent.mdx @@ -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 diff --git a/docs/pages/quickstart/connect.mdx b/docs/pages/quickstart/connect.mdx index de0d120..dfcc888 100644 --- a/docs/pages/quickstart/connect.mdx +++ b/docs/pages/quickstart/connect.mdx @@ -2,7 +2,7 @@ ## Network Reference -### Taiko Mainnet (Alethia) +### Taiko Mainnet | Field | Value | | ----------------- | ------------------------------------ |