Skip to content

Commit

Permalink
Update init.go (#4128) (#4141)
Browse files Browse the repository at this point in the history
(cherry picked from commit af7a143)

Co-authored-by: AutoStake <nathan@blockngine.io>
  • Loading branch information
mergify[bot] and AutoStake authored Jan 30, 2023
1 parent de392d2 commit ada9f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/osmosisd/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func InitCmd(mbm module.BasicManager, defaultNodeHome string) *cobra.Command {
"24841abfc8fbd401d8c86747eec375649a2e8a7e@osmosis.pbcups.org:26656", // Pbcups
"77bb5fb9b6964d6e861e91c1d55cf82b67d838b5@bd-osmosis-seed-mainnet-us-01.bdnodes.net:26656", // Blockdaemon US
"3243426ab56b67f794fa60a79cc7f11bc7aa752d@bd-osmosis-seed-mainnet-eu-02.bdnodes.net:26656", // Blockdaemon EU
"ebc272824924ea1a27ea3183dd0b9ba713494f83@osmosis.mainnet.seed.autostake.net:26716", // AutoStake
"ebc272824924ea1a27ea3183dd0b9ba713494f83@osmosis-mainnet-seed.autostake.net:26716", // AutoStake
"7c66126b64cd66bafd9ccfc721f068df451d31a3@osmosis-seed.sunshinevalidation.io:9393", // Sunshine Validation
}
config.P2P.Seeds = strings.Join(seeds, ",")
Expand Down

0 comments on commit ada9f07

Please sign in to comment.