We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70289d commit eeb0e04Copy full SHA for eeb0e04
cmd/ulxly/nullifierAndBalanceTreeUsage.md
@@ -5,9 +5,9 @@ Example usage:
5
6
```bash
7
polycli ulxly compute-balance-nullifier-tree \
8
- --l2-claim-file l2-claim-0-to-11454081.ndjson \
+ --l2-claims-file l2-claim-0-to-11454081.ndjson \
9
--l2-deposits-file l2-deposits-0-to-11454081.ndjson \
10
- --l2-network-id 3
+ --l2-network-id 3 \
11
--bridge-address 0x528e26b25a34a4A5d0dbDa1d57D318153d2ED582 \
12
--rpc-url http://localhost:8213 | jq '.'
13
```
0 commit comments