@@ -68,16 +68,26 @@ node index.js -e wss://kusama-rpc.polkadot.io --receiving-addresses <FILE_WITH_A
68
68
69
69
``` txt
70
70
Options:
71
- --amount Amount of KSM to be divided amongst the list of accounts
72
- [number] [required]
73
- --id The id of your target egg [string] [required]
74
- --emotes array of emojis, space separated [array]
75
- -e, --endpoint The wss endpoint. [Westend = wss://westend-rpc.polkadot.io]
76
- [Kusama = wss://kusama-rpc.polkadot.io] [string] [required]
77
- --help Show help [boolean]
78
- -r, --remove array of emojis to remove from the list, space separated
79
- [array]
80
- -s, --seed Your mnemonic seed. It is not saved anywhere.
81
- [string] [required]
82
- --version Show version number [boolean]
71
+ --help Show help [boolean]
72
+ --version Show version number [boolean]
73
+ --id A file with RMRK IDs. [string]
74
+ -e, --endpoint The wss endpoint. (defaults to westend)
75
+ [Westend = wss://westend-rpc.polkadot.io]
76
+ [Kusama = wss://kusama-rpc.polkadot.io]
77
+ [string] [required]
78
+ -s, --secret-keys A file with secret keys or seed phrases. It
79
+ is not saved anywhere. [string]
80
+ -f, --funding-account A file with secret key or seed phrase. It is
81
+ not saved anywhere. [string]
82
+ --receiving-addresses, --ra Used with funding-account where we specify
83
+ amount to transfer to receiving accounts in
84
+ the accounts file. [string]
85
+ --amount Used with funding-account where we specify
86
+ amount to transfer to receiving accounts in
87
+ the accounts file.
88
+ --emotes array of emojis, space separated [array]
89
+ -r, --remove array of emojis to remove from the list,
90
+ space separated [array]
91
+ -c, --chunk Boolean for if script should run chunked
92
+ batch calls [boolean] [default: true]
83
93
```
0 commit comments