forked from allora-network/allora-offchain-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.cdk.json.template
36 lines (36 loc) · 1.23 KB
/
config.cdk.json.template
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
{
"wallet": {
"addressKeyName": "_ALLORA_WALLET_ADDRESS_KEY_NAME_",
"addressRestoreMnemonic": "_ALLORA_WALLET_ADDRESS_RESTORE_MNEMONIC_",
"alloraHomeDir": "_ALLORA_WALLET_HOME_DIR_",
"gas": "_ALLORA_WALLET_GAS_",
"gasAdjustment": _ALLORA_WALLET_GAS_ADJUSTMENT_,
"nodeRpc": "_ALLORA_WALLET_NODE_RPC_",
"maxRetries": _ALLORA_WALLET_MAX_RETRIES_,
"delay": _ALLORA_WALLET_DELAY_,
"submitTx": _ALLORA_WALLET_SUBMIT_TX_
},
"worker": [
{
"topicId": _ALLORA_WORKER_TOPIC_ID_,
"inferenceEntrypointName": "_ALLORA_WORKER_INFERENCE_ENTRYPOINT_NAME_",
"loopSeconds": _ALLORA_WORKER_LOOP_SECONDS_,
"parameters": {
"InferenceEndpoint": "_ALLORA_WORKER_INFERENCE_ENDPOINT_",
"Token": "_ALLORA_WORKER_TOKEN_"
}
}
],
"reputer": [
{
"topicId": _ALLORA_REPUTER_TOPIC_ID_,
"reputerEntrypointName": "_ALLORA_REPUTER_ENTRYPOINT_NAME_",
"loopSeconds": _ALLORA_REPUTER_LOOP_SECONDS_,
"minStake": _ALLORA_REPUTER_MIN_STAKE_,
"parameters": {
"SourceOfTruthEndpoint": "_ALLORA_REPUTER_SOURCE_OF_TRUTH_ENDPOINT_",
"Token": "_ALLORA_REPUTER_TOKEN_"
}
}
]
}