point deployLP.js to lib/contracts
This commit is contained in:
parent
0f812d5215
commit
d6dfb9d3c7
|
@ -1,4 +1,4 @@
|
|||
const { LPVault, LPFactory, LiquidPledgingState, Kernel, ACL, test } = require('../../js/contracts');
|
||||
const { LPVault, LPFactory, LiquidPledgingState, Kernel, ACL, test } = require('../../lib/contracts');
|
||||
const { RecoveryVault } = test;
|
||||
|
||||
module.exports = async web3 => {
|
||||
|
|
Loading…
Reference in New Issue