Skip to content

Commit

Permalink
Update AutoStake seed from .net to .com (#4711)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoStake <nathan@blockngine.io>
  • Loading branch information
AutoStake-com and AutoStake authored Mar 23, 2023
1 parent fffe3a2 commit 68f0de3
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 @@ -96,7 +96,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.com:26716", // AutoStake.com
"7c66126b64cd66bafd9ccfc721f068df451d31a3@osmosis-seed.sunshinevalidation.io:9393", // Sunshine Validation
}
config.P2P.Seeds = strings.Join(seeds, ",")
Expand Down

0 comments on commit 68f0de3

Please sign in to comment.