mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
format
This commit is contained in:
parent
92e6b2738b
commit
48845734f3
@ -42,7 +42,13 @@ export default function PublishPage({
|
||||
|
||||
try {
|
||||
// mpAddress and mpFee are not yet implemented in ocean js so are not uset
|
||||
const ddo = await publish(metadata as any, tokensToMint.toString(), serviceType, '','')
|
||||
const ddo = await publish(
|
||||
metadata as any,
|
||||
tokensToMint.toString(),
|
||||
serviceType,
|
||||
'',
|
||||
''
|
||||
)
|
||||
|
||||
// create pool for the data token, this is the advanced flow , currently hardcoded
|
||||
const pool = await ocean.pool.createDTPool(
|
||||
|
Loading…
Reference in New Issue
Block a user