mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
use zero adress for price and fees order
This commit is contained in:
parent
7c0904ce08
commit
3b535aadb8
@ -136,7 +136,7 @@ export default function Compute({
|
|||||||
)
|
)
|
||||||
const datasetPriceAndFees = await getOrderPriceAndFees(
|
const datasetPriceAndFees = await getOrderPriceAndFees(
|
||||||
asset,
|
asset,
|
||||||
accountId,
|
ZERO_ADDRESS,
|
||||||
computeEnv?.id,
|
computeEnv?.id,
|
||||||
validUntil
|
validUntil
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user