Skip to content

Commit

Permalink
Merge branch 'main' into issue-1903-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Feb 17, 2025
2 parents bde6f0a + 1c5bb82 commit f5eb8b5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
32 changes: 18 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/utils/OrderUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export async function orderAsset(
config,
await consumerAccount.getAddress(),
fees.providerFeeToken,
asset.services[0].datatokenAddress,
asset.services[serviceIndex].datatokenAddress,
fees.providerFeeAmount
)
} catch (error) {
Expand Down

0 comments on commit f5eb8b5

Please sign in to comment.