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 01/15] 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 02/15] 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 03/15] 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) From 86c454ceec19e4b86cbac7cf22a6674a1b6bf509 Mon Sep 17 00:00:00 2001 From: Holybasil Date: Thu, 24 Aug 2023 15:28:26 +0800 Subject: [PATCH 04/15] fix: apply new logo (#66) --- public/assets/icons/favicon-32x32.png | Bin 2184 -> 5561 bytes public/scroll-docs-white.svg | 89 +++-------- public/scroll-docs.svg | 147 +++--------------- public/scroll-logo-light.svg | 13 -- public/scroll-white.svg | 69 ++------ public/scroll.svg | 1 - .../Footer/PureFooter/PureFooter.module.css | 4 + .../Footer/PureFooter/PureFooter.tsx | 6 +- src/components/Header/Header.astro | 6 +- 9 files changed, 72 insertions(+), 263 deletions(-) delete mode 100644 public/scroll-logo-light.svg delete mode 100644 public/scroll.svg diff --git a/public/assets/icons/favicon-32x32.png b/public/assets/icons/favicon-32x32.png index f9a1c9608a4503a4af55becdbec58a32abf3297f..b6291d9949f206ad1dbef1e5c7de3ea6841c1185 100644 GIT binary patch literal 5561 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

UM<4H?)6Q$8Bb zOI~xVSHX$S*bNZ5K~DcQdU3Cf{d#?&QckI;<_^6<4zMR5Gzt>mF}GUVn1AER8KD?(8KYq%d+X^#M}T znb-F`8o3Fi#`_H#i@)v!Umn`|+0XD*?lqEZMsH4<|;jy1-|y`J%f zm;vW+Jz$Lyi72f%Tnb{UywaQ#Y*|K1N)`fbJ-nN*5bJT3Rg7FRAN z<{*{jSev((d+wDhSG2w(1zS+|_H<8Ti@9+-5l7;L-w&=}MBV_No} zO~cJQ$&4`+MM14n&9CXXV5ZW@3RgHgIkHZIrayd)*`dpXkObiAh;QD)6|8Y?uFmMu znthSglF2MkV%esBta1K+KAF4r9;|W4qF|<4u_Cgped|EhQ6KE{f!o=F-ExaVXPsL4Ql`4I6*THP_@9Vau^$YoyV% z+0-?k-a$`&b3G?Dm9q7@*wWqWuEv20AC-EyzNnY)-%NjYO3XH z)}ML3LtEw-_P=N}8q8hrgHc9=iOKiz&Y%gbqrGQL8}lA)r5b4>BGb+_p-k!lrGz5cK{S zB;8}3PLF+1uR@@smR7mC4jcS^k`Y$Fi6-7~W?>D=oUA}g!iLPa(QVD{(c0%8` z-o$I|Uqv&ords0)3X2eb{WgxBx`4g0$8^qSOi>ipg-t}y)(v!(Xm)5c8r;t+!?~Lo zh>5#~_#1b0DleDGG~Hfn-*e~Qm=j#$O=2nlm^g7_{mU26-%opxVbER@nN*6VO&Y?+ z=4o$ISy_qfoP1>G<{9)YCKij(q~ZTB$JM!V;vUK18XaOt1PSVljfcyf%49bj&)gWlUx&0GRpd*ubN47vmpfJdv491ffR6 zA`ybRclu`MpD_z{DQ8ks0YJ$3kpc17Ze2>gpT@j*l^`fqa+#)Er}k5H>7kxsa#I1o z;K98e^0SrauUxyyoX~(E2u&I_Pz3n1_?x_kd$8#Fwb!E8)Z26iwR#K&e6@)u=T(e~(F|Vy!))TBW8-%gS}` zC25+X#Uhc`lS+y*rC6m>>8z2aDVnBU&PJwzhAJslNVJu)wvv}gC6aQvT$X2LWpzhH z(-*Ja{3kLgDaoi=Ml8-$1oNl%ZV)1v3}Pw*?+{ZFc<28BfQ$Lu!`kav00000NkvXX Hu0mjfPR-!n literal 2184 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 KMNUMnLSTZ&hyK|B diff --git a/public/scroll-docs-white.svg b/public/scroll-docs-white.svg index 2fa605bfc..3ee150262 100644 --- a/public/scroll-docs-white.svg +++ b/public/scroll-docs-white.svg @@ -1,66 +1,25 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/scroll-docs.svg b/public/scroll-docs.svg index 58aabd632..f7c775e53 100644 --- a/public/scroll-docs.svg +++ b/public/scroll-docs.svg @@ -1,124 +1,27 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/public/scroll-logo-light.svg b/public/scroll-logo-light.svg deleted file mode 100644 index 19b6c675a..000000000 --- a/public/scroll-logo-light.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/public/scroll-white.svg b/public/scroll-white.svg index 4dbfc4c20..ce3ba1224 100644 --- a/public/scroll-white.svg +++ b/public/scroll-white.svg @@ -1,58 +1,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/public/scroll.svg b/public/scroll.svg deleted file mode 100644 index 7cef1e4d1..000000000 --- a/public/scroll.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/components/Footer/PureFooter/PureFooter.module.css b/src/components/Footer/PureFooter/PureFooter.module.css index 61a537a2d..9c2a147de 100644 --- a/src/components/Footer/PureFooter/PureFooter.module.css +++ b/src/components/Footer/PureFooter/PureFooter.module.css @@ -9,6 +9,10 @@ "logo follow" "about resource" "version version"; + row-gap: 50px; + } + .version { + margin-top: 22px; } } diff --git a/src/components/Footer/PureFooter/PureFooter.tsx b/src/components/Footer/PureFooter/PureFooter.tsx index 5572562da..56706e7e1 100644 --- a/src/components/Footer/PureFooter/PureFooter.tsx +++ b/src/components/Footer/PureFooter/PureFooter.tsx @@ -6,7 +6,7 @@ const Footer = () => { return (

- +

About Scroll

@@ -34,9 +34,7 @@ const Footer = () => {
{mediaList.map((item) => ( - { - - } + {} ))}
diff --git a/src/components/Header/Header.astro b/src/components/Header/Header.astro index 5dbcbf177..580473af1 100644 --- a/src/components/Header/Header.astro +++ b/src/components/Header/Header.astro @@ -45,7 +45,11 @@ const section = frontmatter?.section ?? ""