Skip to content

Commit 1fc12b9

Browse files
committed
Change wording from L1 to L2
Celo is an Ethereum L2, let's make that clear on the docs
1 parent 8fff63c commit 1fc12b9

File tree

13 files changed

+9
-74
lines changed

13 files changed

+9
-74
lines changed

docs/developer/contractkit/notes-web3-with-contractkit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ This is also the reason that the `Kit` requires a valid provider from the beginn
5656

5757
## Local Signing
5858

59-
As part of the [Donut hardfork](https://medium.com/celoorg/dissecting-the-donut-hardfork-23cad6015fa2) network upgrade that occurred on May 19th, 2021, the Celo network now accepts Ethereum-style transactions as well as Celo transactions. This means that you can use Ethereum transaction signing tools (like [Metamask](/wallet/metamask/use), Web3.js and ethers.js) to sign transactions for the Celo network. Remember that Celo is a separate layer 1 blockchain from Ethereum, so do not send Ethereum assets directly to your Celo account address on Ethereum.
59+
As part of the [Donut hardfork](https://medium.com/celoorg/dissecting-the-donut-hardfork-23cad6015fa2) network upgrade that occurred on May 19th, 2021, the Celo network now accepts Ethereum-style transactions as well as Celo transactions. This means that you can use Ethereum transaction signing tools (like [Metamask](/wallet/metamask/use), Web3.js and ethers.js) to sign transactions for the Celo network.

docs/developer/index.md

-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ Explore our comprehensive suite of tools, guides, and resources designed to help
1313

1414
---
1515

16-
:::warning
17-
As of block height 31,056,500 (March 26, 2025, 3:00 AM UTC), Celo is no longer a standalone Layer 1 blockchain—it is now an Ethereum Layer 2!
18-
Some documentation may be outdated as updates are in progress. If you encounter issues, please [file a bug report](https://github.com/celo-org/docs/issues/new/choose).
19-
20-
For the most up-to-date information, refer to our [Celo L2 documentation](https://docs.celo.org/cel2).
21-
:::
22-
2316
## Quickstart
2417

2518
Celo Composer allows you to quickly build, deploy, and iterate on decentralized applications using Celo. It provides a number of frameworks, examples, and Celo specific functionality to help you get started with your next dApp.

docs/developer/migrate/from-ethereum.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,7 @@ description: Overview of the similarities and differences between the Celo and E
55

66
# Celo for Ethereum Developers
77

8-
Overview of the similarities and differences between the Celo and Ethereum blockchains.
9-
10-
---
11-
:::warning
12-
As of block height 31,056,500 (March 26, 2025, 3:00 AM UTC), Celo is no longer a standalone Layer 1 blockchain—it is now an Ethereum Layer 2!
13-
Some documentation may be outdated as updates are in progress. If you encounter issues, please [file a bug report](https://github.com/celo-org/docs/issues/new/choose).
14-
15-
For the most up-to-date information, refer to our [Celo L2 documentation](https://docs.celo.org/cel2).
16-
:::
8+
Celo is an Ethereum Layer 2 solution.
179

1810
:::tip
1911

@@ -23,8 +15,7 @@ For a general overview of the Celo network and architecture, see [the Celo Overv
2315

2416
## What is Celo's Relationship to Ethereum?
2517

26-
Celo is a layer 1 protocol and blockchain platform, and the Celo Mainnet is entirely separate from the Ethereum network.
27-
While the Celo client originated as a fork of Ethereum Go language client, [go-ethereum](https://github.com/ethereum/go-ethereum) (or geth), it has several significant differences, including a proof-of-stake based PBFT consensus mechanism. All the cryptoassets on Celo have ERC-20 compliant interfaces, meaning that while they are not ERC-20 tokens on the Ethereum Mainnet, all familiar tooling and code that support ERC-20 tokens can be easily adapted for Celo assets, including the Celo Native Asset (CELO) and the Celo Dollar (cUSD).
18+
While the Celo client originated as a fork of Ethereum Go language client, [go-ethereum](https://github.com/ethereum/go-ethereum) (or geth), Celo is now an Ethereum Layer 2 solution.
2819

2920
In terms of programmability, Celo is similar to Ethereum. Both networks run the Ethereum Virtual Machine (EVM) to support smart contract functionality.
3021
This means that all programming languages, developer tooling and standards that target the EVM are relevant for both Celo and Ethereum.

docs/general/architecture.md

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ description: Overview of the Celo Stack including it's blockchain, core contract
77

88
Overview of the Celo Stack including it's blockchain, core contracts, and applications.
99

10-
:::warning
11-
As of block height 31,056,500 (March 26, 2025, 3:00 AM UTC), Celo is no longer a standalone Layer 1 blockchain—it is now an Ethereum Layer 2!
12-
Some documentation may be outdated as updates are in progress. If you encounter issues, please [file a bug report](https://github.com/celo-org/docs/issues/new/choose).
13-
14-
For the most up-to-date information, refer to our [Celo L2 documentation](https://docs.celo.org/cel2).
15-
:::
16-
1710
---
1811

1912
## Introduction to the Celo Stack

docs/general/history.md

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ The Gingerbread hardfork is implemented to prepare for Celo L2 with a focus on i
4646

4747
cLabs <ColoredText>[proposed the OP Stack](https://forum.celo.org/t/clabs-proposes-migrating-celo-to-an-ethereum-l2-leveraging-the-op-stack/7902)</ColoredText> for its Layer 2 migration to align more closely with Ethereum, reduce production time, enhance security, and maintain its unique features with minimal migration risk.
4848

49+
#### March 2025: [Celo announces L2 Mainnet Activation Date](https://x.com/Celo/status/1896617306509500661)
50+
51+
Celo L2 Mainnet Activation date will be on March 26, 2025 at 3am UTC.
52+
4953
## White Papers
5054

5155
For a deeper understanding of Celo's evolution and the technical foundations behind it, check out our <ColoredText>[white papers](https://celo.org/papers)</ColoredText>. These documents cover the innovations and decisions that have shaped Celo.

docs/general/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Celo is a blockchain network designed for the real world, with a mission to buil
1111

1212
# What is Celo?
1313

14-
Celo is an emerging Ethereum Layer-2 designed to make blockchain technology accessible to all. With its focus on scalability, low fees, and ease of use, Celo is ideal for building blockchain products that reach millions of users around the globe.
14+
Celo is an Ethereum Layer-2 designed to make blockchain technology accessible to all. With its focus on scalability, low fees, and ease of use, Celo is ideal for building blockchain products that reach millions of users around the globe.
1515

1616
<ReactYouTube videoId={'4a70pVEcRw4'} />
1717

@@ -84,7 +84,7 @@ Celo's mission is to build a financial system that creates the conditions for pr
8484
8585
## Cryptocurrency for a beautiful planet
8686
87-
Celo is an emerging Ethereum Layer-2 and mobile-first blockchain network built for the real world and designed for fast, low-cost payments worldwide. Here are few of the key features of Celo:
87+
Celo is an Ethereum Layer-2 and mobile-first blockchain network built for the real world and designed for fast, low-cost payments worldwide. Here are few of the key features of Celo:
8888
8989
- [Layer-1 to an Ethereum Layer-2 protocol](https://blog.celo.org/celobrate-cel2-4-years-of-mainnet-on-earth-day-861ffe557cdb)
9090
- [Proof-of-stake](https://medium.com/celoorg/celos-proof-of-stake-mechanism-31061fbebea)

docs/general/using-celo/bridging.md

-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Be sure you understand and review the risks when bridging assets between chains.
3333

3434
### Native Bridge
3535

36-
:::info
37-
Native Bridging is only possible once Celo has become an L2. For now you can test it on the Alfajores L2 testnet.
38-
:::
39-
4036
- Superbridge Celo Mainnet - **not released**
4137
- [Superbridge Alfajores Testnet](https://testnets.superbridge.app/celo-alfajores)
4238
- [Superbridge Baklava Testnet](https://testnets.superbridge.app/celo-baklava)

docs/network/mainnet/run-full-node.md

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ description: How to run a full node on the Celo Mainnet Network using a prebuilt
77

88
How to run on the Mainnet Network using a prebuilt Docker image.
99

10-
:::warning
11-
As of block height 31,056,500 (March 26, 2025, 3:00 AM UTC), Celo is no longer a standalone Layer 1 blockchain—it is now an Ethereum Layer 2!
12-
Some documentation may be outdated as updates are in progress. If you encounter issues, please [file a bug report](https://github.com/celo-org/docs/issues/new/choose).
13-
14-
For the most up-to-date information, refer to our [Celo L2 documentation](https://docs.celo.org/cel2).
15-
:::
16-
1710
---
1811

1912
:::tip Hosted Nodes

docs/network/node/run-alfajores.md

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ description: How to run a full node on the Alfajores Network using a prebuilt Do
77

88
How to run a full node on the Alfajores Network using a prebuilt Docker image.
99

10-
:::warning
11-
As of block height 31,056,500 (March 26, 2025, 3:00 AM UTC), Celo is no longer a standalone Layer 1 blockchain—it is now an Ethereum Layer 2!
12-
Some documentation may be outdated as updates are in progress. If you encounter issues, please [file a bug report](https://github.com/celo-org/docs/issues/new/choose).
13-
14-
For the most up-to-date information, refer to our [Celo L2 documentation](https://docs.celo.org/cel2).
15-
:::
16-
1710
---
1811

1912
## What is a Full Node?

docs/network/node/run-baklava.md

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ description: How to get a full node running on the Baklava Network using a prebu
77

88
How to get a full node running on the Baklava Network using a prebuilt Docker image.
99

10-
:::warning
11-
As of block height 31,056,500 (March 26, 2025, 3:00 AM UTC), Celo is no longer a standalone Layer 1 blockchain—it is now an Ethereum Layer 2!
12-
Some documentation may be outdated as updates are in progress. If you encounter issues, please [file a bug report](https://github.com/celo-org/docs/issues/new/choose).
13-
14-
For the most up-to-date information, refer to our [Celo L2 documentation](https://docs.celo.org/cel2).
15-
:::
16-
1710
---
1811

1912
## What is a Baklava Full Node?

docs/network/node/run-hosted.md

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ description: How to get a preconfigured Celo blockchain node running on one of t
77

88
How to get a preconfigured Celo blockchain node running on one of the major cloud providers.
99

10-
:::warning
11-
As of block height 31,056,500 (March 26, 2025, 3:00 AM UTC), Celo is no longer a standalone Layer 1 blockchain—it is now an Ethereum Layer 2!
12-
Some documentation may be outdated as updates are in progress. If you encounter issues, please [file a bug report](https://github.com/celo-org/docs/issues/new/choose).
13-
14-
For the most up-to-date information, refer to our [Celo L2 documentation](https://docs.celo.org/cel2).
15-
:::
16-
1710
---
1811

1912
## Before getting started

docs/network/node/run-mainnet.md

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ description: How to run a full node on the Celo Mainnet Network using a prebuilt
77

88
How to run on the Mainnet Network using a prebuilt Docker image.
99

10-
:::warning
11-
As of block height 31,056,500 (March 26, 2025, 3:00 AM UTC), Celo is no longer a standalone Layer 1 blockchain—it is now an Ethereum Layer 2!
12-
Some documentation may be outdated as updates are in progress. If you encounter issues, please [file a bug report](https://github.com/celo-org/docs/issues/new/choose).
13-
14-
For the most up-to-date information, refer to our [Celo L2 documentation](https://docs.celo.org/cel2).
15-
:::
16-
1710
---
1811

1912
:::tip Hosted Nodes

docs/protocol/randomness.md

-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ title: Celo Randomness
33
description: How unpredictable pseudo-randomness is achieved on the Celo blockchain.
44
---
55

6-
:::warning
7-
As of block height 31,056,500 (March 26, 2025, 3:00 AM UTC), Celo is no longer a standalone Layer 1 blockchain—it is now an Ethereum Layer 2!
8-
Some documentation may be outdated as updates are in progress. If you encounter issues, please [file a bug report](https://github.com/celo-org/docs/issues/new/choose).
9-
10-
For the most up-to-date information, refer to our [Celo L2 documentation](https://docs.celo.org/cel2).
11-
:::
12-
136
# Randomness
147

158
How unpredictable pseudo-randomness is achieved on the Celo blockchain and offered as a service for dapp developers.

0 commit comments

Comments
 (0)