Skip to content

Commit

Permalink
fix: Change default chain-id to canto_7700-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Aug 14, 2024
1 parent 880cb13 commit 1f13c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cantod/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) {
if err != nil {
panic(err)
}
rootCmd.PersistentFlags().Set(flags.FlagChainID, "canto_7700-1")

// add rosetta
rootCmd.AddCommand(rosettacmd.RosettaCommand(encodingConfig.InterfaceRegistry, encodingConfig.Codec))
Expand Down

0 comments on commit 1f13c51

Please sign in to comment.