Change wrong ID from deployment scripts

This commit is contained in:
David Racero 2020-11-20 10:57:52 +01:00
parent 39dcb51fee
commit e04c7092fc

View File

@ -366,7 +366,7 @@ export const deployDelegationAwareAToken = async (
] = [poolAddress, underlyingAssetAddress, ZERO_ADDRESS, name, symbol, incentivesController];
return withSaveAndVerify(
await new DelegationAwareATokenFactory(await getFirstSigner()).deploy(...args),
eContractid.AToken,
eContractid.DelegationAwareAToken,
args,
verify
);