Deploy ERC1155Mintable in migration
This commit is contained in:
parent
eae4001622
commit
2dbda6fc42
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user