Add ERC1155Mintable to artifacts and abi-gen-wrappers packages
This commit is contained in:
parent
0e90b0e7d0
commit
e43f2d39bf
@ -21,7 +21,7 @@
|
||||
"generate_contract_wrappers": "abi-gen --abis ${npm_package_config_abis} --output src/generated-wrappers --backend ethers"
|
||||
},
|
||||
"config": {
|
||||
"abis": "../contract-artifacts/artifacts/@(AssetProxyOwner|DevUtils|DutchAuction|DummyERC20Token|DummyERC721Token|ERC20Proxy|ERC20Token|ERC721Proxy|ERC721Token|Exchange|Forwarder|IAssetProxy|IValidator|IWallet|MultiAssetProxy|OrderValidator|WETH9|ZRXToken|Coordinator|CoordinatorRegistry|EthBalanceChecker|ERC1155Proxy|StaticCallProxy).json"
|
||||
"abis": "../contract-artifacts/artifacts/@(AssetProxyOwner|DevUtils|DutchAuction|DummyERC20Token|DummyERC721Token|ERC1155Mintable|ERC20Proxy|ERC20Token|ERC721Proxy|ERC721Token|Exchange|Forwarder|IAssetProxy|IValidator|IWallet|MultiAssetProxy|OrderValidator|WETH9|ZRXToken|Coordinator|CoordinatorRegistry|EthBalanceChecker|ERC1155Proxy|StaticCallProxy).json"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
3508
packages/abi-gen-wrappers/src/generated-wrappers/erc1155_mintable.ts
generated
Normal file
3508
packages/abi-gen-wrappers/src/generated-wrappers/erc1155_mintable.ts
generated
Normal file
File diff suppressed because one or more lines are too long
384
packages/contract-artifacts/artifacts/ERC1155Mintable.json
generated
Normal file
384
packages/contract-artifacts/artifacts/ERC1155Mintable.json
generated
Normal file
File diff suppressed because one or more lines are too long
@ -5,6 +5,7 @@ import * as DevUtils from '../artifacts/DevUtils.json';
|
||||
import * as DummyERC20Token from '../artifacts/DummyERC20Token.json';
|
||||
import * as DummyERC721Token from '../artifacts/DummyERC721Token.json';
|
||||
import * as DutchAuction from '../artifacts/DutchAuction.json';
|
||||
import * as ERC1155Mintable from '../artifacts/ERC1155Mintable.json';
|
||||
import * as ERC1155Proxy from '../artifacts/ERC1155Proxy.json';
|
||||
import * as ERC20Proxy from '../artifacts/ERC20Proxy.json';
|
||||
import * as ERC20Token from '../artifacts/ERC20Token.json';
|
||||
@ -28,6 +29,7 @@ export {
|
||||
DevUtils,
|
||||
DummyERC20Token,
|
||||
DummyERC721Token,
|
||||
ERC1155Mintable,
|
||||
ERC1155Proxy,
|
||||
ERC20Proxy,
|
||||
ERC20Token,
|
||||
|
@ -12,6 +12,7 @@
|
||||
"./artifacts/DutchAuction.json",
|
||||
"./artifacts/DummyERC20Token.json",
|
||||
"./artifacts/DummyERC721Token.json",
|
||||
"./artifacts/ERC1155Mintable.json",
|
||||
"./artifacts/ERC20Proxy.json",
|
||||
"./artifacts/ERC20Token.json",
|
||||
"./artifacts/ERC721Proxy.json",
|
||||
|
Loading…
x
Reference in New Issue
Block a user