mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
edit interface name
This commit is contained in:
parent
2a194a6568
commit
41758cd6b0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user