-
Notifications
You must be signed in to change notification settings - Fork 7
/
tonos-cli.conf.json
43 lines (43 loc) · 1010 Bytes
/
tonos-cli.conf.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
{
"config": {
"url": "https://ackinacki-testnet.tvmlabs.dev/",
"wc": 0,
"addr": null,
"method": null,
"parameters": null,
"wallet": null,
"pubkey": null,
"abi_path": null,
"keys_path": null,
"retries": 5,
"timeout": 40000,
"message_processing_timeout": 40000,
"out_of_sync_threshold": 15,
"is_json": false,
"depool_fee": 0.5,
"lifetime": 60,
"no_answer": true,
"balance_in_tons": false,
"local_run": false,
"async_call": false,
"debug_fail": "None",
"project_id": null,
"access_key": null,
"endpoints": []
},
"endpoints_map": {
"http://127.0.0.1/": [
"http://0.0.0.0",
"http://127.0.0.1",
"http://localhost"
],
"main.evercloud.dev": [
"https://mainnet.evercloud.dev"
],
"net.evercloud.dev": [
"https://devnet.evercloud.dev"
]
},
"aliases": {},
"path": "/Users/roman/Documents/GoogleDrive/[email protected]/Projects/gosh-app/tonos-cli.conf.json"
}