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 ec7632a3..01c48e37 100644 --- a/cmd/consts/consts.go +++ b/cmd/consts/consts.go @@ -85,7 +85,14 @@ var SpinnerMsgs = struct { BalancesVerification: " Verifying balances...\n", } -// TODO(#112): The avaialble hub networks should be read from YAML file +var FroopylandHubData = config.HubData{ + API_URL: "https://froopyland.api.silknodes.io:443", + ID: FroopylandHubID, + RPC_URL: "https://froopyland.rpc.silknodes.io:443", + GAS_PRICE: "0.25", +} + +// 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",