Skip to content

Instantly share code, notes, and snippets.

@sekrystal
Created March 20, 2023 18:39
Show Gist options
  • Save sekrystal/8a13d6c75b54cb4bd5875bed32518c8b to your computer and use it in GitHub Desktop.
Save sekrystal/8a13d6c75b54cb4bd5875bed32518c8b to your computer and use it in GitHub Desktop.
Defi Lending Concepts 2
pragma solidity ^0.8.13;
uint internal constant collateralFactorMaxMantissa = 0.9e18; // 0.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment