From a9f0019938932b5bf97cb64daa39ca755beba32d Mon Sep 17 00:00:00 2001 From: Marcin Gordel Date: Mon, 25 Sep 2023 14:18:50 +0200 Subject: [PATCH] test(examples): goth debug --- tests/goth/goth.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/goth/goth.ts b/tests/goth/goth.ts index a766fa77c..3a2d15348 100644 --- a/tests/goth/goth.ts +++ b/tests/goth/goth.ts @@ -36,6 +36,8 @@ export class Goth { 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 };