Skip to content

Commit

Permalink
update utils.js and wrappers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
C11online committed May 5, 2021
1 parent acb387d commit ac3db03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const CDPRegistry = artifacts.require('CDPRegistry');
const CollateralRegistry = artifacts.require('CollateralRegistry');
const CyTokenOracle = artifacts.require('CyTokenOracle');


const { ether } = require('openzeppelin-test-helpers');
const { calculateAddressAtNonce, deployContractBytecode } = require('./deployUtils');
const BN = web3.utils.BN;
Expand Down Expand Up @@ -64,7 +65,6 @@ module.exports = (context, mode) => {
const curveLP = mode.startsWith('curveLP');
const cyWETHsample = mode.startsWith('cyWETHsample');


const isLP = mode.includes('PoolToken');

const poolDeposit = async (token, collateralAmount, decimals) => {
Expand Down

0 comments on commit ac3db03

Please sign in to comment.