* `@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
10 lines
484 B
TypeScript
10 lines
484 B
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
export * from '../test/generated-wrappers/default_pool_operator';
|
|
export * from '../test/generated-wrappers/i_staking';
|
|
export * from '../test/generated-wrappers/i_zrx_treasury';
|
|
export * from '../test/generated-wrappers/zrx_treasury';
|