Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into evik42/reject-invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
evik42 committed Dec 7, 2023
2 parents 18fa820 + 5592c5d commit 9b0a379
Show file tree
Hide file tree
Showing 38 changed files with 1,266 additions and 199 deletions.
1 change: 1 addition & 0 deletions .env-template
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ YAGNA_DATADIR="."
## Setting any of these variables will disable DNS lookup mechanism and use custom list of nodes instead for chosen network.
#MAINNET_GETH_ADDR=https://geth.golem.network:55555
#GOERLI_GETH_ADDR=https://rpc.ankr.com/eth_goerli
#HOLESKY_GETH_ADDR=https://rpc.ankr.com/eth_holesky
#POLYGON_GETH_ADDR=https://bor.golem.network,https://polygon-rpc.com
#MUMBAI_GETH_ADDR=https://matic-mumbai.chainstacklabs.com

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
catch(e) {
let body = ["By installing & running this software you declare that you have read",
"understood and hereby accept the disclaimer and",
"privacy warning found at https://handbook.golem.network/see-also/terms"].join("\n");
"privacy warning found at https://docs.golem.network/docs/golem/terms"].join("\n");
let release = await github.request("POST /repos/:owner/:repo/releases", {
owner: context.repo.owner,
Expand Down
Loading

0 comments on commit 9b0a379

Please sign in to comment.