-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
54 lines (54 loc) · 1.92 KB
/
config.json
File metadata and controls
54 lines (54 loc) · 1.92 KB
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
50
51
52
53
54
{
"name": "quorum",
"hash": "bafybeihgkrnnwfjscb2wo4rymzfpubjlqvury74ggcvmsilvxc6vzrlc6a",
"description": "Sophisticated autonomous voting agent for DAO governance with AI-powered proposal analysis",
"image": "",
"service_version": "0.2.0",
"home_chain": "base",
"configurations": {
"base": {
"agent_id": 76,
"nft": "bafybeieslz435auxe2eb5jci5pq64so4bt66fqjpdn2gvymc46aupcsiwm",
"threshold": 1,
"use_mech_marketplace": true,
"fund_requirements": {
"0x0000000000000000000000000000000000000000": {
"agent": 5000000000000000,
"safe": 15000000000000000
}
}
}
},
"env_variables": {
"SAFE_CONTRACT_ADDRESSES": {
"name": "Safe contract addresses",
"description": "JSON string of Safe addresses per chain",
"value": "{\"base\":\"0x55196464De636b8ddA93Bdf78831b3aA0e429d60\"}",
"provision_type": "computed"
},
"MONITORED_DAOS": {
"name": "Monitored DAOs",
"description": "Default DAO for testing",
"value": "quorum-ai.eth",
"provision_type": "computed"
},
"OPENROUTER_API_KEY": {
"name": "OpenRouter API Key",
"description": "Get from OpenRouter",
"value": "your_openrouter_api_key_here",
"provision_type": "user"
},
"BASE_RPC_URL": {
"name": "local Base RPC URL",
"description": "Use to run with docker",
"value": "http://host.docker.internal:8545",
"provision_type": "user"
},
"BASE_LEDGER_RPC": {
"name": "local Base RPC URL",
"description": "Use to run with docker",
"value": "http://host.docker.internal:8545",
"provision_type": "computed"
}
}
}