Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Updated Coordinator wrappers and artifacts (#2346)
Browse files Browse the repository at this point in the history
* Updated Coordinator wrappers and artifacts

* Use contracts-coordinator package for Coordinator

* disable custom CoordinatorWrapper

* trim disallowed artifact fields; fix exports for docs; lint
  • Loading branch information
hysz authored and xianny committed Nov 17, 2019
1 parent df97b20 commit b4b43a9
Show file tree
Hide file tree
Showing 12 changed files with 2,192 additions and 2,039 deletions.
4 changes: 4 additions & 0 deletions packages/abi-gen-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
{
"note": "[Breaking] Big refactor of contract wrapper interface. See https://github.com/0xProject/0x-monorepo/pull/2325 for details",
"pr": 2325
},
{
"note": "Updated Coordinator + Coordinator Registry wrappers",
"pr": 2346
}
]
},
Expand Down
777 changes: 437 additions & 340 deletions packages/abi-gen-wrappers/src/generated-wrappers/coordinator.ts

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/contract-artifacts/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
{
"note": "Added `ZrxVault` and `ERC20BridgeProxy` artifacts",
"pr": 2323
},
{
"note": "Updated Coordinator + Coordinator Registry artifacts",
"pr": 2346
}
]
},
Expand Down
Loading

0 comments on commit b4b43a9

Please sign in to comment.