From c1a55aedad979ece353110cd0a7e3971e6fb9de6 Mon Sep 17 00:00:00 2001 From: Kirill Nikolaev <80189148+knikolaeff@users.noreply.github.com> Date: Wed, 23 Aug 2023 22:39:09 +0100 Subject: [PATCH 1/3] Removed trailing slashes in the urls (#63) Fix: faucet link broken because of the double slash --- src/content/docs/en/user-guide/faucet.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/en/user-guide/faucet.mdx b/src/content/docs/en/user-guide/faucet.mdx index f9408df26..2e971645e 100644 --- a/src/content/docs/en/user-guide/faucet.mdx +++ b/src/content/docs/en/user-guide/faucet.mdx @@ -16,8 +16,8 @@ Each faucet has its own rules and requirements, so you may need to try a few bef Here are a few Sepolia faucet apps: -- [https://sepoliafaucet.com](https://sepoliafaucet.com//) -- [https://sepolia-faucet.pk910.de](https://sepolia-faucet.pk910.de/) +- [https://sepoliafaucet.com](https://sepoliafaucet.com/) +- [https://sepolia-faucet.pk910.de](https://sepolia-faucet.pk910.de) - [https://faucet.quicknode.com/drip](https://faucet.quicknode.com/drip) - [https://faucet.chainstack.com](https://faucet.chainstack.com) @@ -32,6 +32,6 @@ Most faucets only allow requests for test tokens once every 24 hours. If you don't want to interact with the bridge, some faucets directly distribute Scroll Sepolia ETH. --> - [https://scroll.l2scan.co/faucet](https://scroll.l2scan.co/faucet) -- [https://www.covalenthq.com/faucet/](https://www.covalenthq.com/faucet/) +- [https://www.covalenthq.com/faucet/](https://www.covalenthq.com/faucet) - [https://faucet.quicknode.com/scroll/sepolia](https://faucet.quicknode.com/scroll/sepolia) {/* - [https://bwarelabs.com/faucets/scroll-testnet](https://bwarelabs.com/faucets/scroll-testnet) */} From ba3cc0b6f879186aa1cf250d0e7b757d3da358bc Mon Sep 17 00:00:00 2001 From: monem <142049670+juve4ever@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:41:55 +0200 Subject: [PATCH 2/3] Fix: What's next link on ERC721 bridge page when you're on ERC721 NFT Bridge page and scrolling down to whats next you see ERC1155 Token Bridge tap, when you click on it. it doesn't take you to ERC1155 Token Bridge page. it will reload the same page. so i fixed by editing the whats next line. --- .../docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx b/src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx index fcd496682..b99b51fb8 100644 --- a/src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx +++ b/src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx @@ -5,7 +5,7 @@ title: "ERC721 NFT Bridge" lang: "en" permalink: "developers/l1-and-l2-bridging/erc721-nft-bridge" excerpt: "NFT bridging from L1 to L2 is done via the L1ERC721Gateway contract instead of using a router." -whatsnext: { "ERC1155 Token Bridge": "/developers/l1-and-l2-bridging/erc721-nft-bridge/" } +whatsnext: { "ERC1155 Token Bridge": "/developers/l1-and-l2-bridging/erc1155-token-bridge/" } --- import Aside from "../../../../../components/Aside.astro" From 91420813233813232ec0b974673d932b74281d3c Mon Sep 17 00:00:00 2001 From: Daniel Helm Date: Wed, 23 Aug 2023 16:46:23 -0500 Subject: [PATCH 3/3] Update: Add Bware Faucet (#64) * add bware faucet * fix dangling html close comment --- src/content/docs/en/user-guide/faucet.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/en/user-guide/faucet.mdx b/src/content/docs/en/user-guide/faucet.mdx index 2e971645e..8b96cb0db 100644 --- a/src/content/docs/en/user-guide/faucet.mdx +++ b/src/content/docs/en/user-guide/faucet.mdx @@ -29,9 +29,9 @@ Most faucets only allow requests for test tokens once every 24 hours. ## Scroll Sepolia Faucets -If you don't want to interact with the bridge, some faucets directly distribute Scroll Sepolia ETH. --> +If you don't want to interact with the bridge, some faucets directly distribute Scroll Sepolia ETH. - [https://scroll.l2scan.co/faucet](https://scroll.l2scan.co/faucet) - [https://www.covalenthq.com/faucet/](https://www.covalenthq.com/faucet) - [https://faucet.quicknode.com/scroll/sepolia](https://faucet.quicknode.com/scroll/sepolia) - {/* - [https://bwarelabs.com/faucets/scroll-testnet](https://bwarelabs.com/faucets/scroll-testnet) */} +- [https://bwarelabs.com/faucets/scroll-testnet](https://bwarelabs.com/faucets/scroll-testnet)