Skip to content

Commit

Permalink
test(examples): goth min ver
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Sep 25, 2023
1 parent a9f0019 commit b830493
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goth-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Install goth
run: |
pip install goth
pip install goth>=0.15.3
rm -rf ../goth/assets
python -m goth create-assets ../goth/assets
sed -Ezi 's/(use\-proxy:\s)(True)/\1False/mg' ../goth/assets/goth-config.yml
Expand Down
4 changes: 0 additions & 4 deletions tests/goth/goth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ export class Goth {
process.env["GSB_URL"] = gsbUrl;
process.env["PATH"] = `${path}:${process.env["PATH"]}`;
process.env["YAGNA_SUBNET"] = subnetTag;
// Note: rinkeby is a test network which is dead, but our goth runners exist on a custom deployment of this network
// process.env["PAYMENT_NETWORK"] = "rinkeby";
// Trying to force Goerli network
spawn("yagna payment init --sender --network goerli");

const settings = { apiKey, basePath, subnetTag, gsbUrl, path };

Expand Down

0 comments on commit b830493

Please sign in to comment.