mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Removed unused code
This commit is contained in:
parent
bfa52fb3a8
commit
e5ec690a21
|
@ -365,17 +365,12 @@ export const deployDelegationAwareAToken = async (
|
||||||
tEthereumAddress
|
tEthereumAddress
|
||||||
] = [poolAddress, underlyingAssetAddress, treasuryAddress, name, symbol, incentivesController];
|
] = [poolAddress, underlyingAssetAddress, treasuryAddress, name, symbol, incentivesController];
|
||||||
|
|
||||||
const promise = withSaveAndVerify(
|
return withSaveAndVerify(
|
||||||
await new DelegationAwareATokenFactory(await getFirstSigner()).deploy(...args),
|
await new DelegationAwareATokenFactory(await getFirstSigner()).deploy(...args),
|
||||||
eContractid.DelegationAwareAToken,
|
eContractid.DelegationAwareAToken,
|
||||||
args,
|
args,
|
||||||
verify
|
verify
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log("Done");
|
|
||||||
|
|
||||||
return promise;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const deployAllMockTokens = async (verify?: boolean) => {
|
export const deployAllMockTokens = async (verify?: boolean) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user