Skip to content

Commit

Permalink
feat: add weETH collateral (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Oct 23, 2024
1 parent 3303e0d commit 2d22fdc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/configs/mainnet_usdc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@
"liquidation_penalty": 950000000000000000,
"supply_cap": 10000000000000000,
"is_active": true
},
{
"asset_id": "0x239ed6e12b7ce4089ee245244e3bf906999a6429c2a9a445a1e1faf56914a4ab",
"price_feed_id": "0x9ee4e7c60b940440a261eb54b6d8149c23b580ed7da3139f7f08f4ea29dad395",
"name": "weETH",
"symbol": "weETH",
"decimals": 9,
"borrow_collateral_factor": 600000000000000000,
"liquidate_collateral_factor": 750000000000000000,
"liquidation_penalty": 800000000000000000,
"supply_cap": 800000000000,
"is_active": true
}
]
}

0 comments on commit 2d22fdc

Please sign in to comment.