We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4210352 commit 792c23eCopy full SHA for 792c23e
contracts/protocol/libraries/types/DataTypes.sol
@@ -46,7 +46,8 @@ library DataTypes {
46
//bit 59: stable rate borrowing enabled
47
//bit 60: asset is paused
48
//bit 61: borrowing in isolation mode is enabled
49
- //bit 62-63: reserved
+ //bit 62: siloed borrowing enabled
50
+ //bit 63: flashloaning enabled
51
//bit 64-79: reserve factor
52
//bit 80-115 borrow cap in whole tokens, borrowCap == 0 => no cap
53
//bit 116-151 supply cap in whole tokens, supplyCap == 0 => no cap
0 commit comments