Skip to content

Commit

Permalink
Update IPs for seed nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ysv committed Jan 16, 2023
1 parent f580964 commit 1bffd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ func init() {
Fee: feeConfig,
NodeConfig: NodeConfig{
SeedPeers: []string{
"64391878009b8804d90fda13805e45041f492155@34.172.125.230:26656", // seed-sirius
"53f2367d8f8291af8e3b6ca60efded0675ff6314@34.132.58.250:26656", // seed-antares
"64391878009b8804d90fda13805e45041f492155@35.232.157.206:26656", // seed-sirius
"53f2367d8f8291af8e3b6ca60efded0675ff6314@34.29.15.170:26656", // seed-antares
},
},
GovConfig: testGovConfig,
Expand Down

0 comments on commit 1bffd16

Please sign in to comment.