Skip to content

Commit

Permalink
Merge pull request #14 from golemfactory/integrate-golem-js-3.0-beta
Browse files Browse the repository at this point in the history
Integrate golem js 3.0 beta
  • Loading branch information
grisha87 authored Oct 16, 2024
2 parents 6d34bab + 8c455dd commit d1e1c0c
Show file tree
Hide file tree
Showing 19 changed files with 3,709 additions and 2,920 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
target-branch: "beta"
target-branch: "master"
schedule:
interval: "weekly"
groups:
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ const writeTextToResultFile = (text?: string) => {
deploy: {
maxReplicas: 4,
resources: {
minCpu: 1,
minCpuThreads: 2,
maxCpuThreads: 4,
},
downscaleIntervalSec: 60,
},
Expand Down Expand Up @@ -113,11 +114,11 @@ const writeTextToResultFile = (text?: string) => {

Operating on the Golem Network requires

| Env variable | Required | Default value | Description |
| ----------------------- | -------- | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `GOLEM_API_KEY` | yes | | Yagna app-key used to identify your application |
| `GOLEM_API_URL` | no | http://localhost:7465 | Where is your yagna instance located |
| `GOLEM_PAYMENT_NETWORK` | no | `goerli` | On which network you want to get the compute resources. `polygon` is the main network, where the real GLM tokens are used. `goerli` is the default test network. |
| Env variable | Required | Default value | Description |
| ----------------------- | -------- | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `GOLEM_API_KEY` | yes | | Yagna app-key used to identify your application |
| `GOLEM_API_URL` | no | http://localhost:7465 | Where is your yagna instance located |
| `GOLEM_PAYMENT_NETWORK` | no | `holesky` | On which network you want to get the compute resources. `polygon` is the main network, where the real GLM tokens are used. `holesky` is the default test network. |

### The configuration object

Expand Down
18 changes: 18 additions & 0 deletions docs/assets/icons.js

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

Loading

0 comments on commit d1e1c0c

Please sign in to comment.