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
currently, if i'm using an RPC (instead of a full node) i need to include the ip address at the end of every command, like this: namadac epoch --node tcp://rpc.housefire.luminara.icu:80
in future, i should be able to set this ip address in a config file (ideally using a CLI command) so that this updates to become the default. then i my command would like like this: namadac epoch
(fyi, Cosmos SDK chains work this way)
The text was updated successfully, but these errors were encountered:
currently, if i'm using an RPC (instead of a full node) i need to include the ip address at the end of every command, like this:
namadac epoch --node tcp://rpc.housefire.luminara.icu:80
in future, i should be able to set this ip address in a config file (ideally using a CLI command) so that this updates to become the default. then i my command would like like this:
namadac epoch
(fyi, Cosmos SDK chains work this way)
The text was updated successfully, but these errors were encountered: