Skip to content

Commit

Permalink
feat: add FUEL as collateral asset (Swaylend#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutralabs-bot committed Dec 24, 2024
1 parent 860d6e3 commit e8127b4
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 @@ -98,6 +98,18 @@
"liquidation_penalty": 750000000000000000,
"supply_cap": 800000000000,
"is_active": true
},
{
"asset_id": "0x1d5d97005e41cae2187a895fd8eab0506111e0e2f3331cd3912c15c24e3c1d8",
"price_feed_id": "0x8a757d54e5d34c7ff1aea8502a2d968686027a304d00418092aaf7e60ed98d95",
"name": "FUEL",
"symbol": "FUEL",
"decimals": 9,
"borrow_collateral_factor": 400000000000000000,
"liquidate_collateral_factor": 750000000000000000,
"liquidation_penalty": 750000000000000000,
"supply_cap": 25000000000000000,
"is_active": true
}
]
}

0 comments on commit e8127b4

Please sign in to comment.