Skip to content

Commit cca1575

Browse files
authored
Merge pull request newton-blockchain#2 from sonofmom/feature/addNewDhtServer
Add new DHT server record
2 parents 511bd56 + 85afd99 commit cca1575

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

newton-test.global.config.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,29 @@
135135
},
136136
"version": -1,
137137
"signature": "WngwtYGYrGHC250TirB3IEP3yR2Ih5T6H0HEhhPLB+zS25wx/XUowYmbXtl0k3YcG3cPSUfsXmBQjQfsOd+kAA=="
138+
},
139+
{
140+
"@type": "dht.node",
141+
"id": {
142+
"@type": "pub.ed25519",
143+
"key": "zWOEe6Ij7MVqG4BFO5ubcFpcdXohV64lmvkb2GdqKOM="
144+
},
145+
"addr_list": {
146+
"@type": "adnl.addressList",
147+
"addrs": [
148+
{
149+
"@type": "adnl.address.udp",
150+
"ip": 780978632,
151+
"port": 12375
152+
}
153+
],
154+
"version": 0,
155+
"reinit_date": 0,
156+
"priority": 0,
157+
"expire_at": 0
158+
},
159+
"version": -1,
160+
"signature": "tBoPyAfgGG9jkrwUBBvlsb+0msYNoo8+GIQZcj1FrEgb9oMuvJtatgXt5Z5FzlO+TAaRfuvcE4eTV/XVeDJODg=="
138161
}
139162
],
140163
"@type": "dht.nodes"

0 commit comments

Comments
 (0)