Skip to content

Commit

Permalink
modules: update zen peers
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Sep 1, 2024
1 parent 1e6967c commit 5ba4693
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions modules/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,16 @@ var (
"63.141.234.114:9981",
},
Testnet: []NetAddress{
"147.135.16.182:9881",
"147.135.39.109:9881",
"73.229.132.74:9881",
"51.81.208.10:9881",
"40.160.12.62:9881",
"141.94.161.198:9881",
"15.204.141.235:9881",
"51.79.16.87:9881",
"141.94.161.198:9881",
"31.208.123.47:9881",
"62.30.63.90:9881",
"162.19.232.38:9881",
"15.204.160.10:10881",
"51.81.56.133:9881",
},
Dev: []NetAddress(nil),
Testing: []NetAddress(nil),
Expand Down

0 comments on commit 5ba4693

Please sign in to comment.