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);
|
||||
};
|
||||
|
||||
|
||||
export const getATokenDomainSeparatorPerNetwork = (
|
||||
network: eEthereumNetwork,
|
||||
config: ICommonConfiguration
|
||||
|
|
|
@ -133,8 +133,7 @@ export const initReservesByHelper = async (
|
|||
rawInsertContractAddressInDb(`stableDebt${symbols[index]}`, event?.args?.stableToken);
|
||||
rawInsertContractAddressInDb(`variableDebt${symbols[index]}`, event?.args?.variableToken);
|
||||
});
|
||||
|
||||
|
||||
|
||||
// Deploy atokens and rate strategies and save implementations
|
||||
const tx2 = await waitForTx(
|
||||
await atokenAndRatesDeployer.initDeployment(
|
||||
|
|
Loading…
Reference in New Issue
Block a user