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
|
||||
] = [poolAddress, underlyingAssetAddress, treasuryAddress, name, symbol, incentivesController];
|
||||
|
||||
const promise = withSaveAndVerify(
|
||||
return withSaveAndVerify(
|
||||
await new DelegationAwareATokenFactory(await getFirstSigner()).deploy(...args),
|
||||
eContractid.DelegationAwareAToken,
|
||||
args,
|
||||
verify
|
||||
);
|
||||
|
||||
console.log("Done");
|
||||
|
||||
return promise;
|
||||
|
||||
};
|
||||
|
||||
export const deployAllMockTokens = async (verify?: boolean) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user