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:
parent
db0c9a6cdb
commit
f5727fc82b
@ -18,7 +18,8 @@ import {
|
|||||||
approve,
|
approve,
|
||||||
NftFactory,
|
NftFactory,
|
||||||
NftCreateData,
|
NftCreateData,
|
||||||
Pool
|
Pool,
|
||||||
|
unitsToAmount
|
||||||
} from '../../../../src'
|
} from '../../../../src'
|
||||||
import {
|
import {
|
||||||
PoolCreationParams,
|
PoolCreationParams,
|
||||||
|
@ -18,7 +18,8 @@ import {
|
|||||||
approve,
|
approve,
|
||||||
NftFactory,
|
NftFactory,
|
||||||
NftCreateData,
|
NftCreateData,
|
||||||
Pool
|
Pool,
|
||||||
|
unitsToAmount
|
||||||
} from '../../../../src'
|
} from '../../../../src'
|
||||||
import { SideStaking } from '../../../../src/pools/ssContracts/SideStaking'
|
import { SideStaking } from '../../../../src/pools/ssContracts/SideStaking'
|
||||||
import {
|
import {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user