cli: Add FaucetClient

This commit is contained in:
willclarktech 2020-10-14 13:16:02 +02:00
parent 7c60a8ed4f
commit 27e1fc2c8c
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@
"@cosmjs/cosmwasm": "^0.23.0",
"@cosmjs/crypto": "^0.23.0",
"@cosmjs/encoding": "^0.23.0",
"@cosmjs/faucet-client": "^0.23.0",
"@cosmjs/launchpad": "^0.23.0",
"@cosmjs/math": "^0.23.0",
"@cosmjs/utils": "^0.23.0",

View File

@ -87,6 +87,7 @@ export async function main(originalArgs: readonly string[]): Promise<void> {
"@cosmjs/encoding",
["fromAscii", "fromBase64", "fromHex", "fromUtf8", "toAscii", "toBase64", "toHex", "toUtf8", "Bech32"],
],
["@cosmjs/faucet-client", ["FaucetClient"]],
[
"@cosmjs/launchpad",
[