Skip to content

Commit a557082

Browse files
roethkeclaude
andcommitted
docs: remove stale timing language from B20 activation callouts
Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0070dc6 commit a557082

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/base-chain/specs/upgrades/beryl/b20.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ B20 is the Base ecosystem's own version of [ERC-20](https://eips.ethereum.org/EI
88
To deploy your first B20 token, see the [Launch a B20 Token](/get-started/launch-b20-token) quickstart.
99

1010
<Warning>
11-
B20 activation on mainnet has been delayed — a revised date will be announced shortly. The Activation Registry can take up to ~1 hour to be fully enabled. [Verify the Activation Registry is enabled](/get-started/launch-b20-token#verify-the-activation-registry-is-enabled) before attempting to deploy.
11+
B20 activation on mainnet has been delayed — a revised date will be announced shortly. [Verify the Activation Registry is enabled](/get-started/launch-b20-token#verify-the-activation-registry-is-enabled) before attempting to deploy.
1212
</Warning>
1313

1414
B20 supports two variants:

docs/get-started/launch-b20-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You need **Base's Foundry build** (`base-forge`, `base-cast`, [`base-anvil`](htt
2525
## Verify the Activation Registry is enabled
2626

2727
<Warning>
28-
**The Activation Registry must be enabled before you can deploy.** B20 activation on mainnet has been delayed — a revised date will be announced shortly. After activation, the Activation Registry can take up to ~1 hour to be fully enabled. Attempting to deploy before it's ready will revert with `FeatureNotActivated`. Run the check for the variant you plan to deploy and confirm it returns `true` before proceeding:
28+
**The Activation Registry must be enabled before you can deploy.** B20 activation on mainnet has been delayed — a revised date will be announced shortly. Attempting to deploy before it's ready will revert with `FeatureNotActivated`. Run the check for the variant you plan to deploy and confirm it returns `true` before proceeding:
2929
</Warning>
3030

3131
```bash Terminal theme={null}

0 commit comments

Comments
 (0)