Removed unused code

This commit is contained in:
The3D 2020-11-27 18:23:17 +01:00
parent bfa52fb3a8
commit e5ec690a21

View File

@ -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) => {