Update all contracts-*is package.json, tsconfig.json, compiler.json, artifacts/ts and wrappers.js
This commit is contained in:
23
contracts/erc721/test/artifacts.ts
Normal file
23
contracts/erc721/test/artifacts.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* -----------------------------------------------------------------------------
|
||||
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
import { ContractArtifact } from 'ethereum-types';
|
||||
|
||||
import * as DummyERC721Receiver from '../test/generated-artifacts/DummyERC721Receiver.json';
|
||||
import * as DummyERC721Token from '../test/generated-artifacts/DummyERC721Token.json';
|
||||
import * as ERC721Token from '../test/generated-artifacts/ERC721Token.json';
|
||||
import * as IERC721Receiver from '../test/generated-artifacts/IERC721Receiver.json';
|
||||
import * as IERC721Token from '../test/generated-artifacts/IERC721Token.json';
|
||||
import * as InvalidERC721Receiver from '../test/generated-artifacts/InvalidERC721Receiver.json';
|
||||
import * as MintableERC721Token from '../test/generated-artifacts/MintableERC721Token.json';
|
||||
export const artifacts = {
|
||||
ERC721Token: ERC721Token as ContractArtifact,
|
||||
MintableERC721Token: MintableERC721Token as ContractArtifact,
|
||||
IERC721Receiver: IERC721Receiver as ContractArtifact,
|
||||
IERC721Token: IERC721Token as ContractArtifact,
|
||||
DummyERC721Receiver: DummyERC721Receiver as ContractArtifact,
|
||||
DummyERC721Token: DummyERC721Token as ContractArtifact,
|
||||
InvalidERC721Receiver: InvalidERC721Receiver as ContractArtifact,
|
||||
};
|
||||
Reference in New Issue
Block a user