-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathchain_config.json.example
45 lines (44 loc) · 1.2 KB
/
chain_config.json.example
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
{
"COSMOS_PROTO_DECODE_BINARY": "juno-decode",
"COSMOS_PROTO_DECODE_LIMIT": 10000,
"COSMOS_PROTO_DECODE_BLOCK_LIMIT": 10000,
"TX_AMINO_LENGTH_CUTTOFF_LIMIT": 0,
"WALLET_PREFIX": "juno1",
"VALOPER_PREFIX": "junovaloper1",
"_possible_task_list": "download,decode,missing,and sync",
"TASK": "download",
"sections": {
"0": {
"start": 0,
"end": 500000,
"grouping": 1000,
"rpc_endpoints": [
"https://rpc-v2-archive.junonetwork.io:443"
]
},
"1": {
"start": 500000,
"end": 1000000,
"grouping": 1000,
"rpc_endpoints": [
"https://rpc-v2-archive.junonetwork.io:443"
]
},
"2": {
"start": 1000000,
"end": 1500000,
"grouping": 1000,
"rpc_endpoints": [
"https://rpc-v2-archive.junonetwork.io:443"
]
},
"3": {
"start": 1500000,
"end": 2578097,
"grouping": 1000,
"rpc_endpoints": [
"https://rpc-v2-archive.junonetwork.io:443"
]
}
}
}