Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Add Broker and GodsUnchainedValidator to contract-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
moodlezoup committed Feb 4, 2020
1 parent 93dcb68 commit ef4293e
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 0 deletions.
206 changes: 206 additions & 0 deletions packages/contract-artifacts/artifacts/Broker.json

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions packages/contract-artifacts/artifacts/GodsUnchainedValidator.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/contract-artifacts/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as AssetProxyOwner from '../artifacts/AssetProxyOwner.json';
import * as Broker from '../artifacts/Broker.json';
import * as Coordinator from '../artifacts/Coordinator.json';
import * as CoordinatorRegistry from '../artifacts/CoordinatorRegistry.json';
import * as DevUtils from '../artifacts/DevUtils.json';
Expand All @@ -12,6 +13,7 @@ import * as ERC721Proxy from '../artifacts/ERC721Proxy.json';
import * as ERC721Token from '../artifacts/ERC721Token.json';
import * as Exchange from '../artifacts/Exchange.json';
import * as Forwarder from '../artifacts/Forwarder.json';
import * as GodsUnchainedValidator from '../artifacts/GodsUnchainedValidator.json';
import * as IAssetProxy from '../artifacts/IAssetProxy.json';
import * as IValidator from '../artifacts/IValidator.json';
import * as IWallet from '../artifacts/IWallet.json';
Expand All @@ -28,6 +30,7 @@ import * as IERC20BridgeSampler from '../artifacts/IERC20BridgeSampler.json';

export {
AssetProxyOwner,
Broker,
DevUtils,
DummyERC20Token,
DummyERC721Token,
Expand All @@ -40,6 +43,7 @@ export {
ERC721Token,
Exchange,
Forwarder,
GodsUnchainedValidator,
IAssetProxy,
IValidator,
IWallet,
Expand Down
2 changes: 2 additions & 0 deletions packages/contract-artifacts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"include": ["./src/**/*", "./test/**/*"],
"files": [
"./artifacts/AssetProxyOwner.json",
"./artifacts/Broker.json",
"./artifacts/DevUtils.json",
"./artifacts/DutchAuction.json",
"./artifacts/DummyERC20Token.json",
Expand All @@ -19,6 +20,7 @@
"./artifacts/ERC721Token.json",
"./artifacts/Exchange.json",
"./artifacts/Forwarder.json",
"./artifacts/GodsUnchainedValidator.json",
"./artifacts/LibTransactionDecoder.json",
"./artifacts/IAssetProxy.json",
"./artifacts/IValidator.json",
Expand Down

0 comments on commit ef4293e

Please sign in to comment.