Skip to content

Commit 8406805

Browse files
authored
update general message passing bridges example
This commit adds Axelar as a General message passing bridges example in the Bridge Type section.
1 parent 34f3fec commit 8406805

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/bridges

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Bridges can usually be classified into one of the following buckets:
4242

4343
- **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.
4444
- **Validator or oracle based bridges –** These bridges rely on an external validator set or oracles to validate cross-chain transfers. Examples: Multichain and Across.
45-
- **Generalized message passing bridges –** These bridges can transfer assets, along with messages and arbitrary data across chains. Examples: Nomad and LayerZero.
45+
- **Generalized message passing bridges –** These bridges can transfer assets, along with messages and arbitrary data across chains. Examples: Nomad, Axelar, and LayerZero.
4646
- **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.
4747

4848
## Trade-offs to consider {#trade-offs}

0 commit comments

Comments
 (0)