1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
This commit is contained in:
Bogdan Fazakas 2023-12-15 13:23:39 +02:00
parent f8527d7a65
commit 41f2ba763d

View File

@ -1,4 +1,4 @@
import { Signer, ethers } from 'ethers' import { Signer } from 'ethers'
import { import {
ProviderInstance, ProviderInstance,
Datatoken, Datatoken,
@ -92,7 +92,7 @@ export async function orderAsset(
if ( if (
fees && fees &&
fees.providerFeeAddress != ZERO_ADDRESS && fees.providerFeeAddress !== ZERO_ADDRESS &&
fees.providerFeeAmount && fees.providerFeeAmount &&
parseInt(fees.providerFeeAmount) > 0 parseInt(fees.providerFeeAmount) > 0
) { ) {