feat: add pay-to-play environment with mixture of judges and micropayments

This commit is contained in:
paulsengh 2025-06-08 23:36:50 -07:00
parent 24dd0a71b4
commit b38f014b9f
5 changed files with 1683 additions and 0 deletions

View 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"
}