Skip to content

Commit

Permalink
Correct import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakkc committed May 12, 2022
1 parent 916f5c2 commit a0d28be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as premiumCalcImports from './typechain/premiumCalculator'
import * as repaymentCalcImports from './typechain/repaymentCalculator'
import * as stakeLockerImports from './typechain/stakeLocker'
import * as xmplImports from './typechain/xmpl'
import * as environmentMocksImports from './typechain/environment-mocks'
import * as environmentMocksImports from './typechain/environmentMocks'

const collateralLocker = {
core: collateralLockerImports.CollateralLocker__factory,
Expand Down

0 comments on commit a0d28be

Please sign in to comment.