mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Added gitattributes
This commit is contained in:
parent
501bbe3be3
commit
5e4ea2bb5b
1
.giatattributes
Normal file
1
.giatattributes
Normal file
|
@ -0,0 +1 @@
|
|||
*.sol linguist-language=Solidity
|
|
@ -13,7 +13,7 @@ export const strategyBase: IReserveParams = {
|
|||
liquidationBonus: '11000',
|
||||
borrowingEnabled: true,
|
||||
stableBorrowRateEnabled: true,
|
||||
reserveDecimals: '18',
|
||||
reserveDecimals: '18'
|
||||
};
|
||||
|
||||
export const stablecoinStrategyBase: IReserveParams = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user