Skip to content

Commit

Permalink
Merge pull request sei-protocol#4 from sei-protocol/add-node-to-addr-…
Browse files Browse the repository at this point in the history
…book

Add sei node 1 to addr book
  • Loading branch information
Xingchen Liao authored May 23, 2022
2 parents faa5936 + 21ba72c commit 4228735
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions sei-testnet-1/addrbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,35 @@
},
"buckets": [
79,
99
99,
255,
119
],
"attempts": 0,
"bucket_type": 1,
"last_attempt": "2022-05-20T03:29:45.994646821Z",
"last_success": "0001-01-01T00:00:00Z",
"last_ban_time": "0001-01-01T00:00:00Z"
},
{
"addr": {
"id": "13adb5df79a6f5513856a022b42fe30eff924ee8",
"ip": "18.191.213.163",
"port": 26656
},
"src": {
"id": "333d8b1330c3ef689bc1935d617c1bf285c77742",
"ip": "0.0.0.0",
"port": 26656
},
"buckets": [
172
],
"attempts": 0,
"bucket_type": 1,
"last_attempt": "2022-05-23T22:33:56.05834453Z",
"last_success": "0001-01-01T00:00:00Z",
"last_ban_time": "0001-01-01T00:00:00Z"
}
]
}
}

0 comments on commit 4228735

Please sign in to comment.