Skip to content

Commit

Permalink
sdk: process env vars prefixed by RELAY_
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Jun 21, 2024
1 parent 87a9bf3 commit a56a656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/scripts/relay-retarget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { hideBin } from "yargs/helpers";
import { exec } from "node:child_process";

const args = yargs(hideBin(process.argv))
.env('RELAY')
.option("private-key", {
description: "Private key to submit with",
type: "string",
Expand Down

0 comments on commit a56a656

Please sign in to comment.