Skip to content

Commit

Permalink
test(examples): goth debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Sep 25, 2023
1 parent 25787ec commit a9f0019
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/goth/goth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 };

Expand Down

0 comments on commit a9f0019

Please sign in to comment.