Skip to content
Open
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
6 changes: 1 addition & 5 deletions faucet.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
```json
{
"chain_name": "cosmos",
// string array ["url1", "url2"] is deprecated.
// must be [{"address": "", "provider": ""}]
"api": [
{
"address": "https://cosmos.api.ping.pub",
Expand All @@ -19,16 +17,14 @@
"provider": "Ping"
}
],
// ... ...
"faucet": {
"amount": "5000000uatom,50000000uside",
"ip_limit": "1",
"address_limit": "10",
"fees": "1000uatom"
}
}
```

]
## Fund the faucet account

Visit your faucet page on [testnet.ping.pub](https://testnet.ping.pub)
Expand Down