@0x:artifacts
Added the Staking and StakingProxy artifacts
This commit is contained in:
parent
43f8101d0b
commit
b4e00baa07
@ -21,7 +21,7 @@
|
|||||||
"generate_contract_wrappers": "abi-gen --abis ${npm_package_config_abis} --output src/generated-wrappers --backend ethers"
|
"generate_contract_wrappers": "abi-gen --abis ${npm_package_config_abis} --output src/generated-wrappers --backend ethers"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"abis": "../contract-artifacts/artifacts/@(AssetProxyOwner|DevUtils|DutchAuction|DummyERC20Token|DummyERC721Token|ERC1155Mintable|ERC20Proxy|ERC20Token|ERC721Proxy|ERC721Token|Exchange|Forwarder|IAssetProxy|IValidator|IWallet|MultiAssetProxy|OrderValidator|WETH9|ZRXToken|Coordinator|CoordinatorRegistry|EthBalanceChecker|ERC1155Proxy|StaticCallProxy).json"
|
"abis": "../contract-artifacts/artifacts/@(AssetProxyOwner|DevUtils|DutchAuction|DummyERC20Token|DummyERC721Token|ERC1155Mintable|ERC20Proxy|ERC20Token|ERC721Proxy|ERC721Token|Exchange|Forwarder|IAssetProxy|IValidator|IWallet|MultiAssetProxy|OrderValidator|WETH9|ZRXToken|Coordinator|CoordinatorRegistry|EthBalanceChecker|ERC1155Proxy|StaticCallProxy|Staking|StakingProxy).json"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
6434
packages/abi-gen-wrappers/src/generated-wrappers/staking.ts
generated
Normal file
6434
packages/abi-gen-wrappers/src/generated-wrappers/staking.ts
generated
Normal file
File diff suppressed because it is too large
Load Diff
2834
packages/abi-gen-wrappers/src/generated-wrappers/staking_proxy.ts
generated
Normal file
2834
packages/abi-gen-wrappers/src/generated-wrappers/staking_proxy.ts
generated
Normal file
File diff suppressed because it is too large
Load Diff
1912
packages/contract-artifacts/artifacts/Staking.json
generated
Normal file
1912
packages/contract-artifacts/artifacts/Staking.json
generated
Normal file
File diff suppressed because one or more lines are too long
756
packages/contract-artifacts/artifacts/StakingProxy.json
generated
Normal file
756
packages/contract-artifacts/artifacts/StakingProxy.json
generated
Normal file
File diff suppressed because one or more lines are too long
@ -19,6 +19,8 @@ import * as IValidator from '../artifacts/IValidator.json';
|
|||||||
import * as IWallet from '../artifacts/IWallet.json';
|
import * as IWallet from '../artifacts/IWallet.json';
|
||||||
import * as MultiAssetProxy from '../artifacts/MultiAssetProxy.json';
|
import * as MultiAssetProxy from '../artifacts/MultiAssetProxy.json';
|
||||||
import * as OrderValidator from '../artifacts/OrderValidator.json';
|
import * as OrderValidator from '../artifacts/OrderValidator.json';
|
||||||
|
import * as Staking from '../artifacts/Staking.json';
|
||||||
|
import * as StakingProxy from '../artifacts/StakingProxy.json';
|
||||||
import * as StaticCallProxy from '../artifacts/StaticCallProxy.json';
|
import * as StaticCallProxy from '../artifacts/StaticCallProxy.json';
|
||||||
import * as WETH9 from '../artifacts/WETH9.json';
|
import * as WETH9 from '../artifacts/WETH9.json';
|
||||||
import * as ZRXToken from '../artifacts/ZRXToken.json';
|
import * as ZRXToken from '../artifacts/ZRXToken.json';
|
||||||
@ -48,4 +50,6 @@ export {
|
|||||||
Coordinator,
|
Coordinator,
|
||||||
CoordinatorRegistry,
|
CoordinatorRegistry,
|
||||||
EthBalanceChecker,
|
EthBalanceChecker,
|
||||||
|
Staking,
|
||||||
|
StakingProxy,
|
||||||
};
|
};
|
||||||
|
@ -30,6 +30,8 @@
|
|||||||
"./artifacts/Coordinator.json",
|
"./artifacts/Coordinator.json",
|
||||||
"./artifacts/EthBalanceChecker.json",
|
"./artifacts/EthBalanceChecker.json",
|
||||||
"./artifacts/ERC1155Proxy.json",
|
"./artifacts/ERC1155Proxy.json",
|
||||||
"./artifacts/StaticCallProxy.json"
|
"./artifacts/StaticCallProxy.json",
|
||||||
|
"./artifacts/Staking.json",
|
||||||
|
"./artifacts/StakingProxy.json"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user