Skip to content

Commit

Permalink
test(examples): rollback rinkeby for goth
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Sep 22, 2023
1 parent 3cc8907 commit 92c584f
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 @@ -34,6 +34,8 @@ 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";

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

Expand Down

0 comments on commit 92c584f

Please sign in to comment.