Skip to content
Draft
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ genlayer deploy --contract contracts/my_contract.py

Before deploying to TestnetBradbury, you'll need testnet tokens. Use the [faucet](https://testnet-faucet.genlayer.foundation/) to get free GEN tokens.

<Callout emoji="💧">
The faucet may require your wallet to hold at least `0.01 ETH` as an anti-drain check. The ETH is not spent; it only needs to be present in the wallet you are using to claim testnet GEN.
</Callout>

### Using TestnetBradbury

```bash
Expand Down
4 changes: 4 additions & 0 deletions pages/developers/networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ For the full RPC reference, see [GenLayer Node API](/api-references/genlayer-nod

Your wallet connects to the **GenLayer RPC** — it handles both intelligent contract calls and standard Ethereum methods.

<Callout emoji="💧">
The Bradbury and Asimov faucet may require your wallet to hold at least `0.01 ETH` as an anti-drain check before it lets you claim testnet GEN. The ETH is not spent by the faucet; it only needs to be present in the same wallet.
</Callout>

---

## Testnet Bradbury
Expand Down
Loading