Skip to content

Commit 0129c29

Browse files
authored
Merge pull request #12092 from Maxservais/adding_base
Add Base as an Optimistic rollup [Fixes #11698]
2 parents a29c9e4 + a885dbf commit 0129c29

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

public/layer-2/base.png

12.7 KB
Loading

src/data/layer-2/layer-2.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import type { TranslationKey } from "@/lib/types"
44

55
import ArbitrumImage from "@/public/layer-2/arbitrum.png"
66
import AztecImage from "@/public/layer-2/aztec.png"
7+
import BaseImage from "@/public/layer-2/base.png"
78
import BobaImage from "@/public/layer-2/boba.png"
89
import LoopringImage from "@/public/layer-2/loopring.png"
910
import OptimismImage from "@/public/layer-2/optimism.png"
@@ -83,6 +84,22 @@ export const layer2Data: Rollups = {
8384
image: BobaImage,
8485
background: "black",
8586
},
87+
{
88+
name: "Base",
89+
website: "https://base.org/",
90+
developerDocs: "https://docs.base.org/",
91+
l2beat: "https://l2beat.com/scaling/projects/base",
92+
bridge: "https://bridge.base.org/deposit",
93+
bridgeWallets: ["MetaMask", "WalletConnect", "Coinbase Wallet"],
94+
blockExplorer: "https://basescan.org/",
95+
ecosystemPortal: "https://www.base.org/ecosystem",
96+
tokenLists: "",
97+
noteKey: "layer-2-base-note",
98+
purpose: ["universal"],
99+
descriptionKey: "base-description",
100+
image: BaseImage,
101+
background: "white",
102+
},
86103
],
87104
zk: [
88105
{

src/intl/en/page-layer-2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"layer-2-arbitrum-note": "Fraud proofs only for whitelisted users, whitelist not open yet",
33
"layer-2-boba-note": "State validation in development",
44
"layer-2-optimism-note": "Fault proofs in development",
5+
"layer-2-base-note": "Fraud proof system is currently under development",
56
"layer-2-metadata-description": "Introduction page to layer 2",
67
"layer-2-hero-title": "Layer 2",
78
"layer-2-hero-header": "Ethereum for everyone",
@@ -120,6 +121,7 @@
120121
"arbitrum-description": "Arbitrum One is an Optimistic Rollup that aims to feel exactly like interacting with Ethereum, but with transactions costing a fraction of what they do on L1.",
121122
"optimism-description": "Optimism is a fast, simple, and secure EVM-equivalent optimistic rollup. It scales Ethereum's tech while also scaling its values through retroactive public goods funding.",
122123
"boba-description": "Boba is an Optimistic Rollup originally forked from Optimism which is a scaling solution that aims to reduce gas fees, improve transaction throughput, and extend the capabilities of smart contracts.",
124+
"base-description": "Base is a secure, low-cost, developer-friendly Ethereum L2 built to bring the next billion users to web3. It is an Ethereum L2, incubated by Coinbase and built on the open-source OP Stack.",
123125
"loopring-description": "Loopring's zkRollup L2 solution aims to offer the same security guarantees as Ethereum mainnet, with a big scalability boost: throughput increased by 1000x, and cost reduced to just 0.1% of L1.",
124126
"zksync-description": "zkSync is a user-centric zk rollup platform from Matter Labs. It is a scaling solution for Ethereum, already live on Ethereum mainnet. It supports payments, token swaps and NFT minting.",
125127
"zkspace-description": "The ZKSpace platform consists of three main parts: a layer 2 AMM DEX utilizing ZK-Rollups technology called ZKSwap, a payment service called ZKSquare, and an NFT marketplace called ZKSea.",

0 commit comments

Comments
 (0)