From 3273bb1e42dcc35835fff6b9ad638c9ad7fd7729 Mon Sep 17 00:00:00 2001 From: Chase Fleming Date: Fri, 5 Apr 2024 10:02:11 -0700 Subject: [PATCH] Add network links and info bubble (#706) * Add network links and info bubble * Update docs/ecosystem/bridges.md Co-authored-by: Jordan Ribbink --------- Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Co-authored-by: Jordan Ribbink --- docs/ecosystem/block-explorers.md | 17 ++++++++++------- docs/ecosystem/bridges.md | 8 ++++++++ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/docs/ecosystem/block-explorers.md b/docs/ecosystem/block-explorers.md index 4bd007d7f7..dc9227488a 100644 --- a/docs/ecosystem/block-explorers.md +++ b/docs/ecosystem/block-explorers.md @@ -18,13 +18,16 @@ Block explorers are user-friendly online tools that visually present blockchain - Blocks - Transactions - Contracts - -It also offers analytics for the mainnet: - - Network activity (transaction count) - Transaction cost (gas fee) - Validators information +### Supported networks: + +- [Mainnet](https://www.flowdiver.io/) +- [Testnet](https://testnet.flowdiver.io/) +- [Previewnet](https://previewnet.flowdiver.io/) + ## Flow View [Flow View](https://www.flowview.app/) offers comprehensive tools to view accounts' information, including: @@ -35,11 +38,11 @@ It also offers analytics for the mainnet: - Tokens, collections, and listings - Deployed smart contracts -Supported networks: +### Supported networks: -- Mainnet: [https://www.flowview.app/](https://www.flowview.app/) -- Testnet: [https://testnet.flowview.app/](https://testnet.flowview.app/) -- Emulator (local): [https://emulator.flowview.app/](https://emulator.flowview.app/) +- [Mainnet](https://www.flowview.app/) +- [Testnet](https://testnet.flowview.app/) +- [Emulator (local)](https://emulator.flowview.app/) ## Contract Browser diff --git a/docs/ecosystem/bridges.md b/docs/ecosystem/bridges.md index b4ce788424..ac00c6a112 100644 --- a/docs/ecosystem/bridges.md +++ b/docs/ecosystem/bridges.md @@ -7,6 +7,14 @@ sidebar_custom_props: # Bridges +:::info +## Coming Soon + +Details on bridges connecting Flow with other networks are currently in the works and will be shared soon. These bridges will facilitate seamless asset transfers and interoperability between Flow and various blockchains, enhancing the utility and reach of Flow's ecosystem. + +For real-time updates and discussions, please join the [Flow Discord](https://discord.gg/flow) and check the #evm channel. +::: + Bridges are mechanisms that connect different blockchain networks, enabling secure and decentralized transfers of assets and data across various platforms.