Merge pull request #315 from orkunkl/faucet-index-change

faucet: refer to cosmjs/faucet in index
This commit is contained in:
Simon Warta 2020-07-26 23:01:29 +02:00 committed by GitHub
commit 5edbb6a239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ export class Webserver {
"\n" +
"Check the full status via the /status endpoint.\n" +
"You can get tokens from here by POSTing to /credit.\n" +
"See https://github.com/iov-one/iov-faucet for all further information.\n";
"See https://github.com/CosmWasm/cosmjs/tree/master/packages/faucet for all further information.\n";
break;
case "/status": {
const [holder, ...distributors] = await faucet.loadAccounts();