-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-config.yml
49 lines (42 loc) · 1.01 KB
/
sample-config.yml
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
nuls2:
chain_id: 1
enabled: True
packing_node: False
private_key: YOUR_PRIVATE_KEY_HERE
sync_address: NULSd6HgUkssMi6oSjwEn3puNSijLKnyiRV7H
api_url: https://apiserver.nuls.io/
explorer_url: https://nuls.world/
token_contract: NULSd6Hh1FjbnAktH1FFvFnTzfgFnZtgAhYut
ethereum:
enabled: True
api_url: http://127.0.0.1:8545
chain_id: 4
packing_node: False
private_key: YOUR_PRIVATE_KEY_HERE
sync_contract: "0x6aDF64fC26D495445A3CAB545aC808d66932aC15"
start_height: 5042280
token_contract: "0xc0134b5b924c2fca106efb33c45446c466fbe03e"
binancechain:
enabled: True
packing_node: False
private_key: YOUR_PRIVATE_KEY_HERE
sync_address: bnb1r3rf8cj9t2w6v0za3ufyp03as3nv6rjxteku6g
start_time: "2019-05-22T00:00:00Z"
mongodb:
uri: "mongodb://127.0.0.1"
database: alephtest
storage:
store_files: true
engine: mongodb
ipfs:
host: 127.0.0.1
port: 5001
gateway_port: 8080
aleph:
queue_topic: ALEPH-TEST
p2p:
host: 0.0.0.0
port: 4025
http_port: 4024
key: null
reconnect_delay: 60