rename the app name showed in usage (#10)

This commit is contained in:
Solovyov1796 2024-05-06 22:23:18 +08:00 committed by 0g-wh
parent 82139161be
commit 6f2b402294

View File

@ -3,7 +3,7 @@ package chaincfg
import sdk "github.com/cosmos/cosmos-sdk/types"
const (
AppName = "0gchain"
AppName = "0gchaind"
EnvPrefix = "0GCHAIN"
)