From 41758cd6b09f61659561d8ce954c6a3da01ddf65 Mon Sep 17 00:00:00 2001 From: shivani Date: Mon, 29 Nov 2021 15:23:25 +0530 Subject: [PATCH] edit interface name --- markets/realT/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markets/realT/index.ts b/markets/realT/index.ts index 62eac6d8..3cb5ad86 100644 --- a/markets/realT/index.ts +++ b/markets/realT/index.ts @@ -1,5 +1,5 @@ import { oneRay, ZERO_ADDRESS } from '../../helpers/constants'; -import { IAaveRealTConfiguration, eEthereumNetwork } from '../../helpers/types'; +import { IRealTConfiguration, eEthereumNetwork } from '../../helpers/types'; import { CommonsConfig } from './commons'; import { @@ -24,7 +24,7 @@ import { // POOL--SPECIFIC PARAMS // ---------------- -export const RealTConfig: IAaveRealTConfiguration = { +export const RealTConfig: IRealTConfiguration = { ...CommonsConfig, MarketId: 'RealT market', ProviderId: 5,