Skip to content

Commit

Permalink
aave uses erc 721
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmkl committed Mar 30, 2022
1 parent f2284da commit 9eac914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy/truffle-wrapper/deploy/initializeContracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ async function initializeContracts({
}

if (getAddress('AgreementStoreManager') &&
getAddress('NFTLockCondition') &&
getAddress('NFT721LockCondition') &&
getAddress('AaveCollateralDepositCondition') &&
getAddress('AaveBorrowCondition') &&
getAddress('AaveRepayCondition') &&
Expand All @@ -780,7 +780,7 @@ async function initializeContracts({
args: [
roles.ownerWallet,
getAddress('AgreementStoreManager'),
getAddress('NFTLockCondition'),
getAddress('NFT721LockCondition'),
getAddress('AaveCollateralDepositCondition'),
getAddress('AaveBorrowCondition'),
getAddress('AaveRepayCondition'),
Expand Down

0 comments on commit 9eac914

Please sign in to comment.