You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/en/developers/faq.mdx
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You can request testnet ETH via the official Scroll telegram faucet bot by sendi
22
22
23
23
**Is there an alternative way to get testnet ETH?**
24
24
25
-
Yes. Please refer to our list of [Unofficial Facuets](https://docs.scroll.io/en/user-guide/faucet/) on both Sepolia and Scroll Sepolia. Remember, you can either receive Scroll Sepolia ETH directly or trough the [Sepolia Testnet Bridge](https://sepolia.scroll.io/bridge).
25
+
Yes. Please refer to our list of [Unofficial Faucets](https://docs.scroll.io/en/user-guide/faucet/) on both Sepolia and Scroll Sepolia. Remember, you can either receive Scroll Sepolia ETH directly or trough the [Sepolia Testnet Bridge](https://sepolia.scroll.io/bridge).
26
26
27
27
## Developer Tooling & Ecosystem
28
28
@@ -39,17 +39,17 @@ The live ecosystem page is here: [Scroll Ecosystem Data page](https://docs.scrol
**Scroll snapshot size is too large, do you have pruned snapshot?
45
+
**Scroll snapshot size is too large, do you have pruned snapshot?**
45
46
46
47
Unfortunately, pruned snapshots are not available for Scroll. You may consider changing the garbage collection mode from archive to full to reduce the size of the snapshot by changing flag from --gcmode archive to --gcmode full
47
48
48
49
**Can I run my own node on Scroll?**
49
50
50
51
Yes. Scroll provides a step-by-step tutorial for setting up and running your own node. See: [Running a Node](https://docs.scroll.io/en/developers/guides/running-a-scroll-node/).
51
52
52
-
53
53
## Errors & Support
54
54
55
55
**I have a question about my node, the faucet or developing on Scroll. What should I do?**
@@ -62,5 +62,6 @@ To connect with the BD team please fill the [Scroll BD Intake form](https://tall
62
62
63
63
**How to keep track of any changes in Scroll?**
64
64
65
-
You can follow our telegram announcement channel here : https://t.me/scroll_tech_announcements.
66
-
Or subscribe to our github repo : https://github.com/scroll-tech/scroll, click watch then custom, and tick releases.
65
+
You can follow our telegram announcement channel [here](https://t.me/scroll_tech_announcements).
66
+
67
+
Or subscribe to our github [repo](https://github.com/scroll-tech/scroll), click watch, then custom, and tick releases.
0 commit comments