I've outlined several config enhancements in the config.yaml.example
Need to make these all work as expected in the application.
keyring-backend:
# Denomination. DEFAULT=upokt
# Options: [ upokt , pokt ]
denomination: upokt
# Set the Default Sort Algo. DEFAULT=service
# Options: [ service , stake , status , address ]
default-sort-algo: service
# Set Default sort order. DEFAULT= asc
# Options: [ asc , desc ]
default-sort-order: asc
# GASMS Supports Multiple Networks. Each Network must be a valid cosmos chain-id
I've outlined several config enhancements in the
config.yaml.exampleNeed to make these all work as expected in the application.