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

Commit

Permalink
Add Broker and GodsUnchainedValidator to contracts-wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
moodlezoup committed Feb 5, 2020
1 parent b2b0ca5 commit 4ba905c
Show file tree
Hide file tree
Showing 5 changed files with 1,142 additions and 37 deletions.
13 changes: 13 additions & 0 deletions packages/contract-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"version": "13.5.0",
"changes": [
{
"note": "Add Broker and GodsUnchainedValidator wrappers",
"pr": 2469
},
{
"note": "Regenerate `IERC20BridgeSampler` wrapper",
"pr": 2469
}
]
},
{
"timestamp": 1580811564,
"version": "13.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-wrappers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"wrappers:generate": "abi-gen --abis ${npm_package_config_abis} --output src/generated-wrappers --backend ethers"
},
"config": {
"abis": "../contract-artifacts/artifacts/@(DevUtils|ERC20Token|ERC721Token|Exchange|Forwarder|IAssetData|LibTransactionDecoder|WETH9|Coordinator|Staking|StakingProxy|IERC20BridgeSampler).json"
"abis": "../contract-artifacts/artifacts/@(DevUtils|ERC20Token|ERC721Token|Exchange|Forwarder|IAssetData|LibTransactionDecoder|WETH9|Coordinator|Staking|StakingProxy|IERC20BridgeSampler|GodsUnchainedValidator|Broker).json"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 4ba905c

Please sign in to comment.