edit interface name

This commit is contained in:
shivani 2021-11-29 15:23:25 +05:30
parent 2a194a6568
commit 41758cd6b0

View File

@ -1,5 +1,5 @@
import { oneRay, ZERO_ADDRESS } from '../../helpers/constants'; import { oneRay, ZERO_ADDRESS } from '../../helpers/constants';
import { IAaveRealTConfiguration, eEthereumNetwork } from '../../helpers/types'; import { IRealTConfiguration, eEthereumNetwork } from '../../helpers/types';
import { CommonsConfig } from './commons'; import { CommonsConfig } from './commons';
import { import {
@ -24,7 +24,7 @@ import {
// POOL--SPECIFIC PARAMS // POOL--SPECIFIC PARAMS
// ---------------- // ----------------
export const RealTConfig: IAaveRealTConfiguration = { export const RealTConfig: IRealTConfiguration = {
...CommonsConfig, ...CommonsConfig,
MarketId: 'RealT market', MarketId: 'RealT market',
ProviderId: 5, ProviderId: 5,