forked from cartesi/compute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-template.yaml
31 lines (31 loc) · 993 Bytes
/
config-template.yaml
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
concerns:
- abi: "/opt/cartesi/share/blockchain/deployments/${ETHEREUM_NETWORK}/PartitionInstantiator.json"
user_address: "${ACCOUNT_ADDRESS}"
- abi: "/opt/cartesi/share/blockchain/deployments/${ETHEREUM_NETWORK}/MMInstantiator.json"
user_address: "${ACCOUNT_ADDRESS}"
- abi: "/opt/cartesi/share/blockchain/deployments/${ETHEREUM_NETWORK}/VGInstantiator.json"
user_address: "${ACCOUNT_ADDRESS}"
main_concern:
abi: "/opt/cartesi/share/blockchain/deployments/${ETHEREUM_NETWORK}/Descartes.json"
user_address: "${ACCOUNT_ADDRESS}"
confirmations: 12
max_delay: 500
query_port: ${QUERY_PORT}
services:
- name: logger
transport:
address: ${LOGGER_HOST}
port: ${LOGGER_PORT}
- name: emulator
transport:
address: ${MACHINE_MANAGER_HOST}
port: ${MACHINE_MANAGER_PORT}
- name: ipfs
transport:
address: ${IPFS_HOST}
port: ${IPFS_PORT}
testing: true
url: ${WEB3_PROVIDER_URI}
warn_delay: 30
polling_interval: 15
web3_timeout: 10