Deploy ERC1155Mintable in migration
This commit is contained in:
@@ -300,6 +300,14 @@ export async function runMigrationsAsync(
|
|||||||
exchange.address,
|
exchange.address,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// tslint:disable-next-line:no-unused-variable
|
||||||
|
const erc1155DummyToken = await wrappers.ERC1155MintableContract.deployFrom0xArtifactAsync(
|
||||||
|
artifacts.ERC1155Mintable,
|
||||||
|
provider,
|
||||||
|
txDefaults,
|
||||||
|
artifacts,
|
||||||
|
);
|
||||||
|
|
||||||
const contractAddresses = {
|
const contractAddresses = {
|
||||||
erc20Proxy: erc20Proxy.address,
|
erc20Proxy: erc20Proxy.address,
|
||||||
erc721Proxy: erc721Proxy.address,
|
erc721Proxy: erc721Proxy.address,
|
||||||
|
Reference in New Issue
Block a user