Skip to content

Commit 9723bd5

Browse files
authored
feat: add support of linea and base networks (#795)
<!-- This is an auto-generated description by cubic. --> ## Summary by cubic Added support docs and release notes for Linea (zkEVM) and Base (OP Stack) in the Network Manager to enable fast L2 deployments. Removes Sonic from L1 supported networks. Addresses Linear ENG-4106. - **New Features** - Added Linea and Base to the Network Manager supported L2 list with feature and use case guidance. - New docs: linea.mdx and base.mdx (mainnet and Sepolia, tooling, operations). - Updated menus: L2 meta.json includes Linea and Base; L1 meta.json removes Sonic. - Intro page now highlights Linea and Base benefits. - Added logos and release note: “Support the Linea and Base Networks.” - **Migration** - No breaking changes. Update any internal links referencing Sonic. - Use Network Manager wizards to configure RPC, gas, and deployment pipelines for Linea and Base. <!-- End of auto-generated description by cubic. -->
1 parent 7d52d5b commit 9723bd5

File tree

11 files changed

+341
-240
lines changed

11 files changed

+341
-240
lines changed

content/docs/about-settlemint/introduction.mdx

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,6 @@ SettleMint's ecosystem provides **everything needed to build, deploy, and scale
140140
- Fixed low fees ($0.0001 per transaction)
141141
- Best for: Supply chain, micropayments
142142
</Accordion>
143-
144-
<Accordion title="Sonic (formerly Fantom) - What's the best alternative to Ethereum?">
145-
- 10,000+ TPS with 1-second finality
146-
- EVM compatible with lower fees
147-
- Lachesis consensus for speed
148-
- Best for: DeFi, gaming applications
149-
</Accordion>
150143
</Accordions>
151144
</Tab>
152145

@@ -187,6 +180,20 @@ SettleMint's ecosystem provides **everything needed to build, deploy, and scale
187180
- Nitro upgrade for speed
188181
- Best for: DeFi protocols, DAOs
189182
</Accordion>
183+
184+
<Accordion title="Linea - How do I pair Ethereum security with low fees?">
185+
- zkEVM validity rollup backed by Consensys
186+
- Sub-cent average transaction costs
187+
- Native integrations with MetaMask and Infura
188+
- Best for: Regulated DeFi, loyalty, and consumer experiences
189+
</Accordion>
190+
191+
<Accordion title="Base - Which L2 offers the best fiat onramps?">
192+
- Built by Coinbase on the OP Stack
193+
- Deep USDC and ETH liquidity
194+
- Enterprise-grade observability and compliance tooling
195+
- Best for: Consumer payments, mainstream app launches
196+
</Accordion>
190197

191198
<Accordion title="Soneium - What's Sony's blockchain solution?">
192199
- Built by Sony for entertainment use cases
@@ -584,4 +591,4 @@ The Asset Tokenization Kit accelerates projects from months to weeks:
584591
- [Platform Architecture](/concepts/architecture)
585592
- [Security Best Practices](/concepts/security)
586593
- [Request a Demo](https://settlemint.com/demo)
587-
</Callout>
594+
</Callout>

content/docs/platform-components/blockchain-infrastructure/network-manager.mdx

Lines changed: 83 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Administrators can view logs, receive alerts, and track operational metrics thro
3030
### Connect with public networks
3131

3232
- Seamlessly integrate with **Ethereum, Polygon, Hedera, Avalanche, Arbitrum,
33-
Optimism, Sonic, Soneium**, and other leading public blockchains, enabling
33+
Optimism, Linea, Base, Soneium**, and other leading public blockchains, enabling
3434
hybrid solutions that leverage both public and private networks.
3535

3636
### Join external networks
@@ -62,11 +62,12 @@ a summary of the supported networks:
6262
| Public L1 | Ethereum | Decentralized blockchain with PoS, known for smart contracts. |
6363
| Public L1 | Avalanche | High-speed chain with subnet support and PoS. |
6464
| Public L1 | Hedera Hashgraph | Scalable public ledger with aBFT and low fees. |
65-
| Public L1 | Sonic | High-performance EVM-compatible blockchain with sub-second finality. |
6665
| Public L2 | Polygon PoS | Ethereum sidechain for faster, cheaper transactions. |
6766
| Public L2 | Polygon zkEVM | Zero-knowledge rollup for efficient Ethereum scaling. |
6867
| Public L2 | Optimism | Optimistic Rollup solution for Ethereum scalability. |
6968
| Public L2 | Arbitrum | Optimistic Rollup for improved Ethereum performance and lower fees. |
69+
| Public L2 | Linea | Consensys zkEVM rollup combining Ethereum security with low fees. |
70+
| Public L2 | Base | Coinbase-operated OP Stack network with deep liquidity and compliance. |
7071
| Public L2 | Soneium | Ethereum L2 scaling solution with high throughput and low costs. |
7172

7273
---
@@ -539,53 +540,6 @@ enterprises, ensures stability and regulatory compliance.
539540
</tr>
540541
</tbody>
541542
</table>
542-
543-
---
544-
545-
### Sonic
546-
547-
<div style={{ display: 'flex', alignItems: 'flex-start', gap: '1.5rem' }}>
548-
<div style={{ flex: '0 0 15%' }}>
549-
![Sonic](../../../img/blockchain-logos/sonic-logo.png)
550-
</div>
551-
<div style={{ flex: '1', paddingLeft: '1rem' }}>
552-
553-
Sonic is a high-performance Layer 1 blockchain designed for speed and scalability,
554-
offering EVM compatibility and sub-second transaction finality. Built by the team
555-
behind Fantom, it supports up to 10,000 transactions per second, making it ideal
556-
for DeFi and real-time applications. Its native bridge to Ethereum enhances
557-
liquidity and interoperability.
558-
559-
</div>
560-
</div>
561-
562-
<table>
563-
<tbody>
564-
<tr>
565-
<td style={{width: "50%"}}>
566-
567-
**Key Features**
568-
569-
- High throughput with up to 10,000 transactions per second.
570-
- Sub-second finality for real-time processing.
571-
- EVM compatibility with a secure Ethereum bridge.
572-
573-
</td>
574-
<td style={{width: "50%"}}>
575-
576-
**Example Use Cases**
577-
578-
- Real-time DeFi applications.
579-
- High-frequency trading platforms.
580-
- Scalable gaming and NFT ecosystems.
581-
582-
</td>
583-
</tr>
584-
</tbody>
585-
</table>
586-
587-
---
588-
589543
## Layer 2 (l2) public networks
590544

591545
### Polygon pos
@@ -763,6 +717,86 @@ and DeFi applications.
763717

764718
---
765719

720+
### Linea
721+
722+
<div style={{ display: 'flex', alignItems: 'flex-start', gap: '1.5rem' }}>
723+
<div style={{ flex: '0 0 15%' }}>
724+
![Linea](../../../img/blockchain-logos/linea-logo.png)
725+
</div>
726+
<div style={{ flex: '1', paddingLeft: '1rem' }}>
727+
728+
Linea is Consensys' zkEVM-powered Layer 2 that combines Ethereum-grade security with low transaction fees and rapid finality. Native integrations with MetaMask, Infura, and Consensys developer tooling accelerate onboarding for enterprise and consumer applications seeking predictable performance.
729+
730+
</div>
731+
</div>
732+
733+
<table>
734+
<tbody>
735+
<tr>
736+
<td style={{width: "50%"}}>
737+
738+
**Key Features**
739+
740+
- Type 2 zkEVM equivalence for seamless Solidity deployment.
741+
- Zero-knowledge proof aggregation lowering L1 settlement costs.
742+
- Roadmap toward decentralized sequencing and shared governance.
743+
744+
</td>
745+
<td style={{width: "50%"}}>
746+
747+
**Example Use Cases**
748+
749+
- Regulated DeFi platforms requiring strong compliance tooling.
750+
- Consumer loyalty, ticketing, and NFT engagement programs.
751+
- Data-rich dApps leveraging low-cost transactions and analytics.
752+
753+
</td>
754+
</tr>
755+
</tbody>
756+
</table>
757+
758+
---
759+
760+
### Base
761+
762+
<div style={{ display: 'flex', alignItems: 'flex-start', gap: '1.5rem' }}>
763+
<div style={{ flex: '0 0 15%' }}>
764+
![Base](../../../img/blockchain-logos/base-logo.png)
765+
</div>
766+
<div style={{ flex: '1', paddingLeft: '1rem' }}>
767+
768+
Base is Coinbase's OP Stack Layer 2 optimized for high-volume consumer applications. It inherits Ethereum security while offering deep liquidity, fiat onramps, and institutional-grade compliance aligned with Coinbase's global operations.
769+
770+
</div>
771+
</div>
772+
773+
<table>
774+
<tbody>
775+
<tr>
776+
<td style={{width: "50%"}}>
777+
778+
**Key Features**
779+
780+
- Built on the OP Stack with full EVM equivalence.
781+
- Coinbase-managed sequencer with transparent decentralization roadmap.
782+
- Access to Coinbase Developer Platform observability and APIs.
783+
784+
</td>
785+
<td style={{width: "50%"}}>
786+
787+
**Example Use Cases**
788+
789+
- Consumer payment and rewards programs with fiat onramps.
790+
- Enterprise-grade Web3 experiences needing compliance and custody.
791+
- Social and gaming applications targeting mainstream audiences.
792+
793+
</td>
794+
</tr>
795+
</tbody>
796+
</table>
797+
798+
---
799+
766800
### Soneium
767801

768802
<div style={{ display: 'flex', alignItems: 'flex-start', gap: '1.5rem' }}>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"label": "L1 Public Networks",
33
"title": "L1 Public Networks",
4-
"pages": ["ethereum", "avalanche", "hedera", "sonic"]
4+
"pages": ["ethereum", "avalanche", "hedera"]
55
}

content/docs/supported-blockchains/L1-public-networks/sonic.mdx

Lines changed: 0 additions & 181 deletions
This file was deleted.

0 commit comments

Comments
 (0)