mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
23 lines
737 B
Text
23 lines
737 B
Text
{
|
|
"agent": {
|
|
"address": "0x_YOUR_AGENT_WALLET_ADDRESS_HERE",
|
|
"private_key": "0x_YOUR_AGENT_PRIVATE_KEY_HERE"
|
|
},
|
|
"agent_cards": {
|
|
"technical_expert": {
|
|
"address": "0x_TECHNICAL_EXPERT_WALLET_ADDRESS_HERE",
|
|
"private_key": "0x_TECHNICAL_EXPERT_PRIVATE_KEY_HERE"
|
|
},
|
|
"communication_specialist": {
|
|
"address": "0x_COMMUNICATION_SPECIALIST_WALLET_ADDRESS_HERE",
|
|
"private_key": "0x_COMMUNICATION_SPECIALIST_PRIVATE_KEY_HERE"
|
|
},
|
|
"creative_thinker": {
|
|
"address": "0x_CREATIVE_THINKER_WALLET_ADDRESS_HERE",
|
|
"private_key": "0x_CREATIVE_THINKER_PRIVATE_KEY_HERE"
|
|
}
|
|
},
|
|
"network": "base",
|
|
"chain_id": 8453,
|
|
"usdc_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
|
|
}
|