Skip to content

Commit

Permalink
fix: use provided payment options during market scan
Browse files Browse the repository at this point in the history
  • Loading branch information
SewerynKras committed Jun 12, 2024
1 parent 1094a53 commit 5769e5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/market/market.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ marketCommand
key: options.yagnaAppkey,
url: options.yagnaUrl,
},
payment: {
// TODO: bug in golem-js https://github.com/golemfactory/golem-js/pull/973
driver: paymentDriver as "erc20",
network: paymentNetwork,
},
});

try {
Expand Down

0 comments on commit 5769e5c

Please sign in to comment.