Skip to content

Commit

Permalink
chore: bump golem-js to beta45
Browse files Browse the repository at this point in the history
  • Loading branch information
SewerynKras committed Jun 13, 2024
1 parent 5769e5c commit b64af94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@golem-sdk/golem-js": "^3.0.0-beta.43",
"@golem-sdk/golem-js": "^3.0.0-beta.45",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"chalk": "4.1.2",
Expand Down
3 changes: 1 addition & 2 deletions src/market/market.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ marketCommand
url: options.yagnaUrl,
},
payment: {
// TODO: bug in golem-js https://github.com/golemfactory/golem-js/pull/973
driver: paymentDriver as "erc20",
driver: paymentDriver,
network: paymentNetwork,
},
});
Expand Down

0 comments on commit b64af94

Please sign in to comment.