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{
"21d7539792ee2e0d650b199bf742c56ae0cf499e@162.55.132.230:2000", // Notional
"44ff091135ef2c69421eacfa136860472ac26e60@65.21.141.212:2000", // Notional
"ec4d3571bf709ab78df61716e47b5ac03d077a1a@65.108.43.26:2000", // Notional
"4cb8e1e089bdf44741b32638591944dc15b7cce3@65.108.73.18:2000", // Notional
"f515a8599b40f0e84dfad935ba414674ab11a668@osmosis.blockpane.com:26656", // [ block pane ]
"6bcdbcfd5d2c6ba58460f10dbcfde58278212833@osmosis.artifact-staking.io:26656", // Artifact Staking
"24841abfc8fbd401d8c86747eec375649a2e8a7e@osmosis.pbcups.org:26656", // Pbcups
"21d7539792ee2e0d650b199bf742c56ae0cf499e@162.55.132.230:2000", // Notional
"44ff091135ef2c69421eacfa136860472ac26e60@65.21.141.212:2000", // Notional
"ec4d3571bf709ab78df61716e47b5ac03d077a1a@65.108.43.26:2000", // Notional
"4cb8e1e089bdf44741b32638591944dc15b7cce3@65.108.73.18:2000", // Notional
"f515a8599b40f0e84dfad935ba414674ab11a668@osmosis.blockpane.com:26656", // [ block pane ]
"6bcdbcfd5d2c6ba58460f10dbcfde58278212833@osmosis.artifact-staking.io:26656", // Artifact Staking
"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
}
config.P2P.Seeds = strings.Join(seeds, ",")
config.P2P.MaxNumInboundPeers = 320
Expand Down

0 comments on commit 0b3e383

Please sign in to comment.