From 65e8310247c120f799a8e5c73ca0f1e445b29ae6 Mon Sep 17 00:00:00 2001 From: shuoer86 <129674997+shuoer86@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:30:27 +0800 Subject: [PATCH] fix: typos --- cmd/config/init/keys.go | 2 +- cmd/consts/consts.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/config/init/keys.go b/cmd/config/init/keys.go index 19b334d1..7eb89710 100644 --- a/cmd/config/init/keys.go +++ b/cmd/config/init/keys.go @@ -46,7 +46,7 @@ func getSequencerKeysConfig(rollappConfig config.RollappConfig) []utils.KeyConfi Dir: consts.ConfigDirName.HubKeys, ID: consts.KeysIds.HubSequencer, ChainBinary: consts.Executables.Dymension, - //Eventhough the hub can get evm signitures, we still use the native + //Eventhough the hub can get evm signatures, we still use the native Type: config.SDK_ROLLAPP, }, { diff --git a/cmd/consts/consts.go b/cmd/consts/consts.go index bbdf17c3..7d01cac7 100644 --- a/cmd/consts/consts.go +++ b/cmd/consts/consts.go @@ -90,7 +90,7 @@ var FroopylandHubData = config.HubData{ GAS_PRICE: "0.25", } -// TODO(#112): The avaialble hub networks should be read from YAML file +// TODO(#112): The available hub networks should be read from YAML file var Hubs = map[string]config.HubData{ StagingHubName: { API_URL: "https://dymension-devnet.api.silknodes.io:443",