Skip to content

Commit

Permalink
feat: add fuel as collateral asset
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Dec 23, 2024
1 parent 7d88ae5 commit 925341a
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": 800000000000000000,
"supply_cap": 800000000000,
"is_active": true
},
{
"asset_id": "0x1d5d97005e41cae2187a895fd8eab0506111e0e2f3331cd3912c15c24e3c1d8",
"price_feed_id": "0x8a757d54e5d34c7ff1aea8502a2d968686027a304d00418092aaf7e60ed98d95",
"name": "FUEL",
"symbol": "FUEL",
"decimals": 9,
"borrow_collateral_factor": 0,
"liquidate_collateral_factor": 0,
"liquidation_penalty": 0,
"supply_cap": 0,
"is_active": true
}
]
}

0 comments on commit 925341a

Please sign in to comment.