From b830493734b38da6f8120b2f56491db3d685e065 Mon Sep 17 00:00:00 2001 From: Marcin Gordel Date: Mon, 25 Sep 2023 14:33:21 +0200 Subject: [PATCH] test(examples): goth min ver --- .github/workflows/goth-example.yml | 2 +- tests/goth/goth.ts | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/goth-example.yml b/.github/workflows/goth-example.yml index ff3067e74..cc03e8a98 100644 --- a/.github/workflows/goth-example.yml +++ b/.github/workflows/goth-example.yml @@ -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 diff --git a/tests/goth/goth.ts b/tests/goth/goth.ts index 3a2d15348..8fea42ca4 100644 --- a/tests/goth/goth.ts +++ b/tests/goth/goth.ts @@ -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 };