From 5e4ea2bb5b0a1e4fdda594378c5f5f55e5e69e1f Mon Sep 17 00:00:00 2001 From: The3D Date: Wed, 11 Nov 2020 11:19:59 +0100 Subject: [PATCH] Added gitattributes --- .giatattributes | 1 + config/reservesConfigs.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .giatattributes 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 = {