* `@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
3 lines
120 B
TypeScript
3 lines
120 B
TypeScript
export { artifacts } from './artifacts';
|
|
export { DefaultPoolOperatorContract, ZrxTreasuryContract } from './wrappers';
|