1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix unitsToAmount import problem after merge main branch

This commit is contained in:
Miquel A. Cabot 2022-03-16 15:13:37 +01:00
parent db0c9a6cdb
commit f5727fc82b
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,8 @@ import {
approve,
NftFactory,
NftCreateData,
Pool
Pool,
unitsToAmount
} from '../../../../src'
import {
PoolCreationParams,

View File

@ -18,7 +18,8 @@ import {
approve,
NftFactory,
NftCreateData,
Pool
Pool,
unitsToAmount
} from '../../../../src'
import { SideStaking } from '../../../../src/pools/ssContracts/SideStaking'
import {