Skip to content

Commit

Permalink
add blockdaemon osmosis seed nodes (#1302)
Browse files Browse the repository at this point in the history
* add blockdaemon osmosis seed nodes

* fix seed node domains

* run gofmt
  • Loading branch information
kobrien authored Apr 20, 2022
1 parent 8914eee commit 0b3e383
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions cmd/osmosisd/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,15 @@ func InitCmd(mbm module.BasicManager, defaultNodeHome string) *cobra.Command {
// An easy way to run a lightweight seed node is to use tenderseed: github.com/binaryholdings/tenderseed

seeds := []string{
"[email protected]:2000", // Notional
"[email protected]:2000", // Notional
"[email protected]:2000", // Notional
"[email protected]:2000", // Notional
"[email protected]:26656", // [ block pane ]
"6bcdbcfd5d2c6ba58460f10dbcfde58278212833@osmosis.artifact-staking.io:26656", // Artifact Staking
"[email protected]:26656", // Pbcups
"[email protected]:2000", // Notional
"[email protected]:2000", // Notional
"[email protected]:2000", // Notional
"[email protected]:2000", // Notional
"[email protected]:26656", // [ block pane ]
"6bcdbcfd5d2c6ba58460f10dbcfde58278212833@osmosis.artifact-staking.io:26656", // Artifact Staking
"[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
}
config.P2P.Seeds = strings.Join(seeds, ",")
config.P2P.MaxNumInboundPeers = 320
Expand Down

0 comments on commit 0b3e383

Please sign in to comment.