Skip to content

Commit

Permalink
fix: updating
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmkl committed Sep 28, 2023
1 parent 6ec693b commit baead7c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/keeper/TestContractHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,14 @@ export default abstract class TestContractHandler extends ContractHandler {
const erc1155 = await TestContractHandler.deployContract(
'NFT1155Upgradeable',
deployerAddress,
[deployerAddress, await didRegistry.getAddress(), 'Nevermined NFT1155', 'NVM', ''],
[
deployerAddress,
await didRegistry.getAddress(),
'Nevermined NFT1155',
'NVM',
'',
await nvmConfig.getAddress(),
],
)

const erc721 = await TestContractHandler.deployContract('NFT721Upgradeable', deployerAddress, [
Expand All @@ -94,6 +101,7 @@ export default abstract class TestContractHandler extends ContractHandler {
'NVM',
'',
0,
await nvmConfig.getAddress(),
])

transactionResponse = await didRegistry.connect(signer).getFunction('setNFT1155')(
Expand Down

0 comments on commit baead7c

Please sign in to comment.