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 <[email protected]>
(cherry picked from commit 68f0de3)
  • Loading branch information
AutoStake-com authored and mergify[bot] committed Mar 23, 2023
1 parent 3b7cf1c commit 2d286c3
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 {
"[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.com:26716", // AutoStake.com
"7c66126b64cd66bafd9ccfc721f068df451d31a3@osmosis-seed.sunshinevalidation.io:9393", // Sunshine Validation
}
config.P2P.Seeds = strings.Join(seeds, ",")
Expand Down

0 comments on commit 2d286c3

Please sign in to comment.