Skip to content

Commit

Permalink
addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rachit77 committed Feb 4, 2024
1 parent 4e0d164 commit 8251250
Show file tree
Hide file tree
Showing 22 changed files with 84 additions and 3,365 deletions.
75 changes: 0 additions & 75 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var (
networkFlag = cli.StringFlag{
Name: config.FlagNetwork,
Aliases: []string{"net"},
Usage: "Load default network configuration. Supported values: [`mainnet`, `testnet`, `cardona`, `custom`]",
Usage: "Load default network configuration. Supported values: [`custom`]",
Required: true,
}
customNetworkFlag = cli.StringFlag{
Expand Down
109 changes: 0 additions & 109 deletions config/cardonagenesis.go

This file was deleted.

2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
FlagYes = "yes"
// FlagCfg is the flag for cfg.
FlagCfg = "cfg"
// FlagNetwork is the flag for the network name. Valid values: ["testnet", "mainnet", "cardona", "custom"].
// FlagNetwork is the flag for the network name. Valid values: ["custom"].
FlagNetwork = "network"
// FlagCustomNetwork is the flag for the custom network file. This is required if --network=custom
FlagCustomNetwork = "custom-network-file"
Expand Down
9 changes: 0 additions & 9 deletions config/environments/cardona/example.env

This file was deleted.

97 changes: 0 additions & 97 deletions config/environments/cardona/node.config.toml

This file was deleted.

Loading

0 comments on commit 8251250

Please sign in to comment.