Skip to content

Commit 15e6d08

Browse files
authored
Merge pull request #7284 from Rodrigolvc/dev
A few small updates to L2 Page requested by the OP team
2 parents 2b631f7 + cf7fe94 commit 15e6d08

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/content/developers/docs/bridges/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ While there are many [types of bridge designs](https://blog.li.fi/what-are-block
4141

4242
Bridges can usually be classified into one of the following buckets:
4343

44-
- **Native bridges –** These bridges are typically built to bootstrap liquidity on a particular blockchain, making it easier for users to move funds to the ecosystem. For example, the [Arbitrum Bridge](https://bridge.arbitrum.io/) is built to make it convenient for users to bridge from Ethereum Mainnet to Arbitrum. Other such bridges include Polygon PoS Bridge, [Optimism Gateway](https://gateway.optimism.io/), etc.
44+
- **Native bridges –** These bridges are typically built to bootstrap liquidity on a particular blockchain, making it easier for users to move funds to the ecosystem. For example, the [Arbitrum Bridge](https://bridge.arbitrum.io/) is built to make it convenient for users to bridge from Ethereum Mainnet to Arbitrum. Other such bridges include Polygon PoS Bridge, [Optimism Gateway](https://app.optimism.io/bridge), etc.
4545
- **Validator or oracle based bridges –** These bridges rely on an external validator set or oracles to validate cross-chain transfers. Examples: Multichain and Across.
4646
- **Generalized message passing bridges –** These bridges can transfer assets, along with messages and arbitrary data across chains. Examples: Nomad and LayerZero.
4747
- **Liquidity networks –** These bridges primarily focus on transferring assets from one chain to another via atomic swaps. Generally, they don’t support cross-chain message passing. Examples: Connext and Hop.

src/data/layer-2/cex-layer-2-support.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
},
88
{
99
"name": "Crypto.com",
10-
"supports_withdrawals": ["Arbitrum"],
11-
"supports_deposits": ["Arbitrum"],
10+
"supports_withdrawals": ["Arbitrum", "Optimism"],
11+
"supports_deposits": ["Arbitrum", "Optimism"],
1212
"url": "https://crypto.com/"
1313
},
1414
{
1515
"name": "OKX",
16-
"supports_withdrawals": ["Arbitrum"],
16+
"supports_withdrawals": ["Arbitrum", "Optimism"],
1717
"supports_deposits": ["Arbitrum"],
1818
"url": "https://www.okx.com/"
1919
},

src/data/layer-2/layer-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"website": "https://optimism.io/",
2222
"developerDocs": "https://community.optimism.io/docs/developers/",
2323
"l2beat": "https://l2beat.com/projects/optimism/",
24-
"bridge": "https://gateway.optimism.io/",
24+
"bridge": "https://app.optimism.io/bridge",
2525
"bridgeWallets": ["MetaMask", "WalletConnect", "Coinbase Wallet"],
2626
"blockExplorer": "https://optimistic.etherscan.io/",
2727
"ecosystemPortal": "https://www.optimism.io/apps/all",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"scaling-layer-1-with-shard-chains": "Scaling layer 1 with shard chains",
123123
"understanding-rollup-economics-from-first-principals": "Understanding rollup economics from first principals",
124124
"arbitrum-description": "Arbitrum 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.",
125-
"optimism-description": "Optimistic Ethereum is an EVM-equivalent Optimistic Rollup chain. It aims to be fast, simple, and secure.",
125+
"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.",
126126
"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.",
127127
"dydx-description": "dYdX aims to build a powerful and professional exchange for trading crypto assets where users can truly own their trades and, eventually, the exchange itself.",
128128
"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.",

0 commit comments

Comments
 (0)