This thread will be used to document Testnet infra that is publicly available.
- Chain ID: 321
- Explorers:
- RPCs:
- wss://node.zenon.fun:35998
- wss://testnet.deeznnutz.com:3598
- Faucet
- https://faucet.hypercore.one
- Dispenses 15 tZNN and 150 tQSR
- Based on Pylon
- Linux Example:
curl -X POST https://node.zenon.fun:35999/faucet -H 'Content-Type: application/json' -d '{"address":"z1qr3uww8uqh75qnsuxqajegvwaesqynfglrare2"}'
- Windows Example:
curl -X POST "https://node.zenon.fun:35999/faucet" -H "Content-Type: application/json" -d "{\"address\":\"z1qqtuepp88cwzjrteaa657hxgmgadycwjs7mgg8\"}"