-
Notifications
You must be signed in to change notification settings - Fork 679
Better documentation of default_balance_ether option needed #468
Comments
The docs are a bit confusing here (we are already working on updating them to make them better). The CLI option you are looking for is |
Hi David thanks for your answer. I actually double check with several combination of I think I have done the same you are doing here. You can look the specific line of my core here, thanks. Nevertheless I tried using |
Are you suggesting this is a bug in the way aragen reads in its command line args? |
I'm not sure if I understood your question correctly, I think the answer is no, cause I tried to initialize |
Hm. I've tested myself and this does work:
|
Great, I should double check the code, thanks for you time |
Let me know if you figure out the issue! I'd love to clarify our documentation so this doesn't happen to anyone else in the future. |
Hey @davidmurdoch I think I found what was going on. In our case we have a chain snapshot and the same mnemonic was used to generate that snapshot so the accounts were already allocated default amount of ETH when the snapshot was created. I wonder in case of passing a Thanks |
Reopening this issue so we can clarify our documentation around how the flags interoperate. |
Expected Behavior
It should set account balance to new
default_balance_ether
option.Current Behavior
It sets account balance to 100 ETH no matter the
default_balance_ether
option.Possible Solution
Steps to Reproduce (for bugs)
npm i -g @aragon/aragen
aragen start --default_balance_ether <balance>
Context
I would like to initialize the account with a configurable amount of ETH.Your Environment
2.7.0
node LTS
The text was updated successfully, but these errors were encountered: