mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Change wrong ID from deployment scripts
This commit is contained in:
parent
39dcb51fee
commit
e04c7092fc
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user