* `@0x/contracts-treasury` (squashed) Fix @0x/contracts-zero-ex readme Create package for governance contracts Rename @0x/contracts-governance to @0x/contracts-treasury and write contracts Write tests and such Missed a few places where "governance" should be "treasury"` Update changelog with PR number Appease CI Arbitrary treasury actions Export treasury artifacts and wrappers Continue to do battle with CI Address PR feedback * More PR feedback
18 lines
862 B
TypeScript
18 lines
862 B
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
import { ContractArtifact } from 'ethereum-types';
|
|
|
|
import * as DefaultPoolOperator from '../test/generated-artifacts/DefaultPoolOperator.json';
|
|
import * as IStaking from '../test/generated-artifacts/IStaking.json';
|
|
import * as IZrxTreasury from '../test/generated-artifacts/IZrxTreasury.json';
|
|
import * as ZrxTreasury from '../test/generated-artifacts/ZrxTreasury.json';
|
|
export const artifacts = {
|
|
DefaultPoolOperator: DefaultPoolOperator as ContractArtifact,
|
|
IStaking: IStaking as ContractArtifact,
|
|
IZrxTreasury: IZrxTreasury as ContractArtifact,
|
|
ZrxTreasury: ZrxTreasury as ContractArtifact,
|
|
};
|