You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name space ignite n chain contains commands that are more for a high-level workflow of the chain launch, the high level join that automatize requesting for a validator for example
While the namespace request is for actions specific to requests, approving, listing, etc...
So I think we should implement here, the lower level command to send a specific request as a unit
Also transform [coin] into a flow --balance as the chain could have the option of a fixed AccountBalance, therefore making the command fails if --balance is not provided and AccountBalance is not set
Not sure I understand --balance, though. What is a "fixed account balance"?
When the coordinator set the account balance for all account requesters. But instead of a flag we can actually just set that the coin argument is not expected if AccountBalance set
Send a request to add an account with a token balance to the genesis file of the chain.
cli/ignite/services/network/publish.go
Lines 276 to 318 in 7996b0a
The text was updated successfully, but these errors were encountered: