Skip to content

Commit d2cd925

Browse files
dghelmknikolaeffjuve4ever
authored
Update: 8/23/23 (#65)
* Removed trailing slashes in the urls (#63) Fix: faucet link broken because of the double slash * 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. * Update: Add Bware Faucet (#64) * add bware faucet * fix dangling html close comment --------- Co-authored-by: Kirill Nikolaev <[email protected]> Co-authored-by: monem <[email protected]>
1 parent 88f800f commit d2cd925

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "ERC721 NFT Bridge"
55
lang: "en"
66
permalink: "developers/l1-and-l2-bridging/erc721-nft-bridge"
77
excerpt: "NFT bridging from L1 to L2 is done via the L1ERC721Gateway contract instead of using a router."
8-
whatsnext: { "ERC1155 Token Bridge": "/developers/l1-and-l2-bridging/erc721-nft-bridge/" }
8+
whatsnext: { "ERC1155 Token Bridge": "/developers/l1-and-l2-bridging/erc1155-token-bridge/" }
99
---
1010

1111
import Aside from "../../../../../components/Aside.astro"

src/content/docs/en/user-guide/faucet.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Each faucet has its own rules and requirements, so you may need to try a few bef
1616

1717
Here are a few Sepolia faucet apps:
1818

19-
- [https://sepoliafaucet.com](https://sepoliafaucet.com//)
20-
- [https://sepolia-faucet.pk910.de](https://sepolia-faucet.pk910.de/)
19+
- [https://sepoliafaucet.com](https://sepoliafaucet.com/)
20+
- [https://sepolia-faucet.pk910.de](https://sepolia-faucet.pk910.de)
2121
- [https://faucet.quicknode.com/drip](https://faucet.quicknode.com/drip)
2222
- [https://faucet.chainstack.com](https://faucet.chainstack.com)
2323

@@ -29,9 +29,9 @@ Most faucets only allow requests for test tokens once every 24 hours.
2929

3030
## Scroll Sepolia Faucets
3131

32-
If you don't want to interact with the bridge, some faucets directly distribute Scroll Sepolia ETH. -->
32+
If you don't want to interact with the bridge, some faucets directly distribute Scroll Sepolia ETH.
3333

3434
- [https://scroll.l2scan.co/faucet](https://scroll.l2scan.co/faucet)
35-
- [https://www.covalenthq.com/faucet/](https://www.covalenthq.com/faucet/)
35+
- [https://www.covalenthq.com/faucet/](https://www.covalenthq.com/faucet)
3636
- [https://faucet.quicknode.com/scroll/sepolia](https://faucet.quicknode.com/scroll/sepolia)
37-
{/* - [https://bwarelabs.com/faucets/scroll-testnet](https://bwarelabs.com/faucets/scroll-testnet) */}
37+
- [https://bwarelabs.com/faucets/scroll-testnet](https://bwarelabs.com/faucets/scroll-testnet)

0 commit comments

Comments
 (0)