Skip to content

Commit

Permalink
Release 1.0.8-beta (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao authored Mar 23, 2022
2 parents b910b5a + 6aa6fff commit 62b2e21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archwayhq/cli",
"version": "1.0.7-beta",
"version": "1.0.8-beta",
"description": "Develop WASM smart contracts with the Archway network developer CLI",
"homepage": "https://github.com/archway-network/archway-cli#readme",
"repository": "github:archway-network/archway-cli",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/faucet.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { Testnets, loadNetworkConfig } = require('../networks');
const { isArchwayAddress } = require('../util/validators');

async function sendRequest(address, faucet, feeDenom) {
const request = { denom: feeDenom, address };
const request = { coins: ['10000000' + feeDenom], address: address };
const response = await HttpClient.post(faucet, request);

const { status, data } = response;
Expand Down

0 comments on commit 62b2e21

Please sign in to comment.