Remove unused params

This commit is contained in:
Amir
2020-01-13 16:34:30 -08:00
parent 3ca2f8ac9e
commit 350934ca21
4 changed files with 7 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ export class ERC1155ProxyWrapper {
txDefaults,
artifacts,
);
const erc1155Wrapper = new Erc1155Wrapper(erc1155Contract, this._provider, this._contractOwnerAddress);
const erc1155Wrapper = new Erc1155Wrapper(erc1155Contract, this._contractOwnerAddress);
this._dummyTokenWrappers.push(erc1155Wrapper);
}
return this._dummyTokenWrappers;