Skip to content

Commit

Permalink
fix: typos (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoer86 authored and omritoptix committed Oct 30, 2023
1 parent fc280ff commit 99a4d7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/config/init/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
{
Expand Down
9 changes: 8 additions & 1 deletion cmd/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 99a4d7a

Please sign in to comment.