mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Removed space
This commit is contained in:
parent
e5ec690a21
commit
2bebc6fdfd
|
@ -82,7 +82,6 @@ export const getTreasuryAddress = async (
|
||||||
return getParamPerNetwork(config.ReserveFactorTreasuryAddress, <eEthereumNetwork>currentNetwork);
|
return getParamPerNetwork(config.ReserveFactorTreasuryAddress, <eEthereumNetwork>currentNetwork);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
export const getATokenDomainSeparatorPerNetwork = (
|
export const getATokenDomainSeparatorPerNetwork = (
|
||||||
network: eEthereumNetwork,
|
network: eEthereumNetwork,
|
||||||
config: ICommonConfiguration
|
config: ICommonConfiguration
|
||||||
|
|
|
@ -133,8 +133,7 @@ export const initReservesByHelper = async (
|
||||||
rawInsertContractAddressInDb(`stableDebt${symbols[index]}`, event?.args?.stableToken);
|
rawInsertContractAddressInDb(`stableDebt${symbols[index]}`, event?.args?.stableToken);
|
||||||
rawInsertContractAddressInDb(`variableDebt${symbols[index]}`, event?.args?.variableToken);
|
rawInsertContractAddressInDb(`variableDebt${symbols[index]}`, event?.args?.variableToken);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
// Deploy atokens and rate strategies and save implementations
|
// Deploy atokens and rate strategies and save implementations
|
||||||
const tx2 = await waitForTx(
|
const tx2 = await waitForTx(
|
||||||
await atokenAndRatesDeployer.initDeployment(
|
await atokenAndRatesDeployer.initDeployment(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user