diff --git a/.giatattributes b/.giatattributes new file mode 100644 index 00000000..7cc88f06 --- /dev/null +++ b/.giatattributes @@ -0,0 +1 @@ +*.sol linguist-language=Solidity \ No newline at end of file diff --git a/config/reservesConfigs.ts b/config/reservesConfigs.ts index 984be809..da967e47 100644 --- a/config/reservesConfigs.ts +++ b/config/reservesConfigs.ts @@ -13,7 +13,7 @@ export const strategyBase: IReserveParams = { liquidationBonus: '11000', borrowingEnabled: true, stableBorrowRateEnabled: true, - reserveDecimals: '18', + reserveDecimals: '18' }; export const stablecoinStrategyBase: IReserveParams = {