-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelay-config.json
43 lines (43 loc) · 1.06 KB
/
relay-config.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
{
"relay_config": {
"base_dir": ".",
"direction": "both",
"log_level": "trace",
"console_level": "trace",
"log_forwarder": {
"vendor": "",
"address": "",
"level": "trace",
"name": ""
},
"log_writer": {
"filename": "/data/relay.log",
"maxsize": 100,
"maxage": 0,
"maxbackups": 0,
"localtime": false,
"compress": false
}
},
"chains_config": {
"src": {
"address": "btp://0x63.bsc/0x83257E0d7013Aa3fA1CE328eC5566e51780702BE",
"endpoint": "http://localhost:8545",
"key_store": "/keystore/bsc2/keystore.json",
"key_password": "parameta",
"options": {
"db_type": "leveldb",
"db_path": "/data",
"start_number": "600"
},
"type" : "bsc-hertz"
},
"dst": {
"address": "btp://0x3.icon/cx4d0148985d86900b6a7e8f5b6a4e81100fcdddbc",
"endpoint": "http://localhost:9080/api/v3/icon_dex",
"key_store": "/keystore/icon/keystore.json",
"key_password": "gochain",
"type" : "icon-btpblock"
}
}
}