diff --git a/src/content/docs/en/developers/faq.mdx b/src/content/docs/en/developers/faq.mdx index bd7864e6..692d1abd 100644 --- a/src/content/docs/en/developers/faq.mdx +++ b/src/content/docs/en/developers/faq.mdx @@ -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 @@ -39,9 +39,10 @@ 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 @@ -49,7 +50,6 @@ Unfortunately, pruned snapshots are not available for Scroll. You may consider c 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?** @@ -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. \ No newline at end of file +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. \ No newline at end of file