cli: Add FaucetClient
This commit is contained in:
parent
7c60a8ed4f
commit
27e1fc2c8c
@ -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",
|
||||
|
||||
@ -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",
|
||||
[
|
||||
|
||||
Loading…
Reference in New Issue
Block a user