Skip to content

Commit

Permalink
Update init.go (#4128)
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoStake authored Jan 30, 2023
1 parent b34ce4b commit af7a143
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 {
"[email protected]: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 af7a143

Please sign in to comment.