Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions src/content/docs/en/developers/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can request testnet ETH via the official Scroll telegram faucet bot by sendi

**Is there an alternative way to get testnet ETH?**

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).
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).

## Developer Tooling & Ecosystem

Expand All @@ -39,17 +39,17 @@ The live ecosystem page is here: [Scroll Ecosystem Data page](https://docs.scrol
**Where can i download Scroll node's snapshot?**

Mainnet : https://scroll-geth-snapshot.s3.us-west-2.amazonaws.com/mpt/latest.tar

Sepolia : https://scroll-sepolia-l2geth-snapshots.s3.us-west-2.amazonaws.com/mpt/latest.tar

**Scroll snapshot size is too large, do you have pruned snapshot?
**Scroll snapshot size is too large, do you have pruned snapshot?**

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

**Can I run my own node on Scroll?**

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/).


## Errors & Support

**I have a question about my node, the faucet or developing on Scroll. What should I do?**
Expand All @@ -62,5 +62,6 @@ To connect with the BD team please fill the [Scroll BD Intake form](https://tall

**How to keep track of any changes in Scroll?**

You can follow our telegram announcement channel here : https://t.me/scroll_tech_announcements.
Or subscribe to our github repo : https://github.com/scroll-tech/scroll, click watch then custom, and tick releases.
You can follow our telegram announcement channel [here](https://t.me/scroll_tech_announcements).

Or subscribe to our github [repo](https://github.com/scroll-tech/scroll), click watch, then custom, and tick releases.