@0x/contracts-staking: Remove IStructs.CumulativeRewardInfo, etc.
`@0x/contracts-staking`: Convert all rewards to WETH. `@0x/contracts-staking`: Style changes. `@0x/contracts-staking`: Address misc. review comments. `@0x/contracts-staking`: Make `LibFractions` scaling a separate step.
This commit is contained in:
@@ -28,7 +28,7 @@ blockchainTests.resets('Cumulative Reward Tracking', env => {
|
||||
// set up ERC20Wrapper
|
||||
erc20Wrapper = new ERC20Wrapper(env.provider, accounts, owner);
|
||||
// deploy staking contracts
|
||||
stakingApiWrapper = await deployAndConfigureContractsAsync(env, owner, erc20Wrapper, artifacts.TestStaking);
|
||||
stakingApiWrapper = await deployAndConfigureContractsAsync(env, owner, erc20Wrapper);
|
||||
simulation = new CumulativeRewardTrackingSimulation(stakingApiWrapper, actors);
|
||||
await simulation.deployAndConfigureTestContractsAsync(env);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user