Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit 8fc7e1e

Browse files
author
Alexander Kim
authored
Merge pull request #582 from ProvableHQ/mohammadfawaz/faucet
Update faucet section
2 parents c95a68e + 230595c commit 8fc7e1e

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

.github/mlc_config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"retryCount": 3,
44
"fallbackRetryDelay": "30s",
55
"ignorePatterns": [
6-
{ "pattern": "^https://api\\.explorer\\.provable\\.com" }
6+
{ "pattern": "^https://api\\.explorer\\.provable\\.com" },
7+
{ "pattern": "^https://faucet\\.aleo\\.org" }
78
]
89
}

documentation/guides/08_testing.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -173,19 +173,7 @@ For more information, refer to the [Devnet](./07_devnet.md) guide
173173

174174
## Deploying/Executing on Testnet
175175

176-
To deploy and execute on Testnet, you'll need to set your endpoint back to one of the public facing options. Additionally, you'll need to obtain Testnet credits from one of the faucets below:
177-
178-
### Faucets
179-
180-
<!--TODO: Update this information once the new faucet becomes public.-->
181-
182-
At some point you'll need testnet credits. There are a few community-supported faucets to choose from:
183-
184-
- [**Puzzle**](https://dev.puzzle.online/faucet) - 15 credits / 4 hours
185-
186-
- [**Demox**](https://discord.com/channels/913160862670397510/1202322326230937640/1203135682873266207) - 10 credits / 12 hours
187-
188-
The faucets are periodically refreshed.
176+
To deploy and execute on Testnet, you'll need to set your endpoint back to one of the public facing options. Additionally, you'll need to obtain Testnet credits — visit [**https://faucet.aleo.org/**](https://faucet.aleo.org/) to request them.
189177

190178
## Other Tools
191179

0 commit comments

Comments
 (0)