Join the Safrochain Public Testnet#
Welcome to the Safrochain Testnet! This testnet provides a safe and stable environment for developers, validators, and enthusiasts to test applications, tools, and integrations before the mainnet launch.
🔗 Network Details#
Parameter | Value |
---|
Chain ID | safro-testnet-1 |
RPC Endpoint | https://rpc.testnet.safrochain.com |
REST API | https://rest.testnet.safrochain.com |
Explorer | https://explorer.testnet.safrochain.com |
Genesis File | https://genesis.safrochain.com/testnet/genesis.json |
Faucet CLI | curl -X POST https://faucet.testnet.safrochain.com/request -d '{"address":"<your_address>"}' |
Discord Bot Faucet | Join Discord and use /faucet command in the #faucet channel |
💰 Faucet Allowances#
Method | Amount | Cooldown |
---|
HTTP Faucet | 25,000,000 usaf (25 SAF) | Every 12 hours |
Discord Faucet | 10,000,000 usaf (10 SAF) | Every 6 hours |
🧪 Token Denomination#
Denomination | Unit | Exponent | Use Case |
---|
usaf | micro SAF | 0 | Internal/base unit |
saf | SAF (display) | 6 | Wallets, CLI, UI |
⚙️ Wallet Configuration (Keplr/Leap)#
To connect with Keplr or Leap, use the following configuration:{
"chainId": "safro-testnet-1",
"chainName": "Safrochain Testnet",
"rpc": "https://rpc.testnet.safrochain.com",
"rest": "https://rest.testnet.safrochain.com",
"stakeCurrency": {
"coinDenom": "SAF",
"coinMinimalDenom": "usaf",
"coinDecimals": 6
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "addr_safro"
},
"currencies": [
{
"coinDenom": "SAF",
"coinMinimalDenom": "usaf",
"coinDecimals": 6
}
],
"feeCurrencies": [
{
"coinDenom": "SAF",
"coinMinimalDenom": "usaf",
"coinDecimals": 6
}
]
}
Modified at 2025-07-02 21:57:57