Skip to content

Commit

Permalink
doc: update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 27, 2023
1 parent 01a9256 commit 6b90732
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion cmd/fund/usage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bulk fund 30 wallets using a pre-deployed contract address.
Bulk fund 20 wallets.

```bash
$ polycli fund --wallets 20 --verbosity 500
Expand All @@ -9,7 +9,11 @@ $ polycli fund --wallets 20 --verbosity 500
7:08PM INF Wallet address(es) and private key(s) saved to file fileName=wallets.json
7:08PM INF Wallet(s) funded! 💸
7:08PM INF Total execution time: 1.042139709s
```

Bulk fund 20 wallets using a pre-deployed contract address.

```bash
$ polycli fund --wallets 20 --verbosity 500 --funder-address 0x0b589e1cb2457f0ba5a5eef2800d47a4d6fa9fab
7:09PM INF Starting bulk funding wallets
7:09PM DBG Funder contract funded balance=1000000000000000000
Expand Down
6 changes: 5 additions & 1 deletion doc/polycli_fund.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ polycli fund [flags]

## Usage

Bulk fund 30 wallets using a pre-deployed contract address.
Bulk fund 20 wallets.

```bash
$ polycli fund --wallets 20 --verbosity 500
Expand All @@ -30,7 +30,11 @@ $ polycli fund --wallets 20 --verbosity 500
7:08PM INF Wallet address(es) and private key(s) saved to file fileName=wallets.json
7:08PM INF Wallet(s) funded! 💸
7:08PM INF Total execution time: 1.042139709s
```

Bulk fund 20 wallets using a pre-deployed contract address.

```bash
$ polycli fund --wallets 20 --verbosity 500 --funder-address 0x0b589e1cb2457f0ba5a5eef2800d47a4d6fa9fab
7:09PM INF Starting bulk funding wallets
7:09PM DBG Funder contract funded balance=1000000000000000000
Expand Down

0 comments on commit 6b90732

Please sign in to comment.