forked from iotaledger/hornet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_testnet.json
91 lines (91 loc) · 2.42 KB
/
config_testnet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"protocol": {
"targetNetworkName": "testnet-1",
"milestonePublicKeyCount": 7,
"baseToken": {
"name": "Shimmer",
"tickerSymbol": "SMR",
"unit": "SMR",
"subunit": "glow",
"decimals": 6,
"useMetricPrefix": false
},
"publicKeyRanges": [
{
"key": "13ccdc2f5d3d9a3ebe06074c6b49b49090dd79ca72e04abf20f10f871ad8293b",
"start": 0,
"end": 0
},
{
"key": "f18f3f6a2d940b9bacd3084713f6877db22064ada4335cb53ae1da75044f978d",
"start": 0,
"end": 0
},
{
"key": "b3b4c920909720ba5f7c30dddc0f9169bf8243b529b601fc4776b8cb0a8ca253",
"start": 0,
"end": 0
},
{
"key": "bded01e93adf7a623118fd375fd93dc7d7ddf222324239cae33e4e4c47ec3b0e",
"start": 0,
"end": 0
},
{
"key": "488ac3fb1b8df5ef8c4acb4ef1f3e3d039c5d7197db87094a61af66320722313",
"start": 0,
"end": 0
},
{
"key": "61f95fed30b6e9bf0b2d03938f56d35789ff7f0ea122d01c5c1b7e869525e218",
"start": 0,
"end": 0
},
{
"key": "4587040de05907b70806c8725bdae1f7370785993b2a139208e247885d4ed1f8",
"start": 0,
"end": 0
},
{
"key": "aa6b36116206cc7d6c8f688e22113aa46f0de88d51aa7acf881ec2bd9d015f62",
"start": 0,
"end": 0
},
{
"key": "ede9760c7f2aaa4618a58a1357705cdc1874962ad369309543230394bb77548b",
"start": 0,
"end": 0
},
{
"key": "98d1f907caa99f9320f0e0eb64a5cf208751c2171c7938da5659328061e82a8e",
"start": 0,
"end": 0
}
]
},
"db": {
"path": "testnet/database"
},
"p2p": {
"db": {
"path": "testnet/p2pstore"
},
"autopeering": {
"enabled": true,
"entryNodes": [
"/dns/entry-hornet-0.h.testnet.shimmer.network/udp/14626/autopeering/ANrRwJv2xs1S7TonyenM9qzkB8hfZ4Y6Gg2xsNUGozTJ",
"/dns/entry-hornet-1.h.testnet.shimmer.network/udp/14626/autopeering/3bTUFwKXzhHSv2kBs6gja8BbeawHNzMwUdJraXWmLkNk"
]
}
},
"snapshots": {
"fullPath": "testnet/snapshots/full_snapshot.bin",
"deltaPath": "testnet/snapshots/delta_snapshot.bin",
"downloadURLs": [
{
"full": "https://files.testnet.shimmer.network/snapshots/latest-full_snapshot.bin",
"delta": "https://files.testnet.shimmer.network/snapshots/latest-delta_snapshot.bin"
}
]
}
}