17 lines
315 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|