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 {
ProviderInstance,
Datatoken,
@ -92,7 +92,7 @@ export async function orderAsset(
if (
fees &&
fees.providerFeeAddress != ZERO_ADDRESS &&
fees.providerFeeAddress !== ZERO_ADDRESS &&
fees.providerFeeAmount &&
parseInt(fees.providerFeeAmount) > 0
) {