Temp
This commit is contained in:
15
contracts/exchange-forwarder/src/artifacts.ts
Normal file
15
contracts/exchange-forwarder/src/artifacts.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
// This file is auto-generated by contracts-gen. Don't edit manually.
|
||||
import { ContractArtifact } from 'ethereum-types';
|
||||
|
||||
import * as DummyERC20Token from '../generated-artifacts/DummyERC20Token.json';
|
||||
import * as DummyERC721Token from '../generated-artifacts/DummyERC721Token.json';
|
||||
import * as Exchange from '../generated-artifacts/Exchange.json';
|
||||
import * as Forwarder from '../generated-artifacts/Forwarder.json';
|
||||
import * as WETH9 from '../generated-artifacts/WETH9.json';
|
||||
export const artifacts = {
|
||||
WETH9: WETH9 as ContractArtifact,
|
||||
DummyERC20Token: DummyERC20Token as ContractArtifact,
|
||||
DummyERC721Token: DummyERC721Token as ContractArtifact,
|
||||
Exchange: Exchange as ContractArtifact,
|
||||
Forwarder: Forwarder as ContractArtifact,
|
||||
};
|
||||
@@ -1,7 +0,0 @@
|
||||
import { ContractArtifact } from 'ethereum-types';
|
||||
|
||||
import * as Forwarder from '../../generated-artifacts/Forwarder.json';
|
||||
|
||||
export const artifacts = {
|
||||
Forwarder: Forwarder as ContractArtifact,
|
||||
};
|
||||
6
contracts/exchange-forwarder/src/wrappers.ts
Normal file
6
contracts/exchange-forwarder/src/wrappers.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// This file is auto-generated by contracts-gen. Don't edit manually.
|
||||
export * from '../generated-wrappers/dummy_erc20_token';
|
||||
export * from '../generated-wrappers/dummy_erc721_token';
|
||||
export * from '../generated-wrappers/exchange';
|
||||
export * from '../generated-wrappers/forwarder';
|
||||
export * from '../generated-wrappers/weth9';
|
||||
@@ -1 +0,0 @@
|
||||
export * from '../../generated-wrappers/forwarder';
|
||||
Reference in New Issue
Block a user