mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
feat: add pay-to-play environment with mixture of judges and micropayments
This commit is contained in:
parent
24dd0a71b4
commit
b38f014b9f
5 changed files with 1683 additions and 0 deletions
23
environments/community/pay_to_play/secrets.json.template
Normal file
23
environments/community/pay_to_play/secrets.json.template
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue