Skip to content

Commit

Permalink
Merge pull request #136 from b-harvest/v8/change-default-chain-id
Browse files Browse the repository at this point in the history
fix: Change default chain-id to canto_7700-1
  • Loading branch information
dudong2 authored Aug 14, 2024
2 parents 72eaff1 + 27fc817 commit 9d3b516
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 9d3b516

Please sign in to comment.