From 320a17232dba5456554588d1073dff3af0afd653 Mon Sep 17 00:00:00 2001 From: kinrokinro Date: Tue, 23 Nov 2021 13:29:04 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 421ca34..740e06a 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ shows the available configuration options and respective defaults: | mnemonic | MNEMONIC | mnemonic for restoring an account | | | keyring-password | KEYRING_PASSWORD | password for accessing keyring | | | cli-name | CLI_NAME | name of the cli executable | gaiad | -| denom | DENOM | denomination of the coins sent by default (comma separated) | uatom | +| denoms | DENOM | denomination of the coins sent by default (comma separated) | uatom | | credit-amount | CREDIT_AMOUNT | amount to credit in each request | 10000000 | | max-credit | MAX_CREDIT | maximum credit per account | 100000000 | | sdk-version | SDK_VERSION | version of sdk (launchpad or stargate) | stargate | @@ -144,4 +144,4 @@ For requesting specific coins, use: ```bash $ curl -X POST -d '{"address": "cosmos1kd63kkhtswlh5vcx5nd26fjmr9av74yd4sf8ve", "coins": ["10uatom", "20ueth"]}' http://localhost:8000 {"transfers":[{"coin":"10uatom","status":"ok"}, {"coin":"20ueth","status":"ok"}]} -``` \ No newline at end of file +```