Files
strategic/tests/fixtures/strategies/simple-supply.json
2026-02-09 21:51:54 -08:00

17 lines
315 B
JSON

{
"name": "Simple Supply",
"description": "Simple Aave supply strategy for testing",
"chain": "mainnet",
"steps": [
{
"id": "supply",
"action": {
"type": "aaveV3.supply",
"asset": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"amount": "1000000"
}
}
]
}