Skip to content

Commit

Permalink
Merge branch 'main' into release/v22.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc authored Jan 3, 2025
2 parents 7c8052d + ec01a79 commit 188cea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crates/soroban-spec-typescript/ts-tests/src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Address, Keypair } from "@stellar/stellar-sdk";
import { basicNodeSigner } from "@stellar/stellar-sdk/contract";

const rootKeypair = Keypair.fromSecret(
spawnSync("./soroban", ["keys", "secret", "root"], {
spawnSync("./stellar", ["keys", "secret", "root"], {
shell: true,
encoding: "utf8",
}).stdout.trim(),
Expand Down

0 comments on commit 188cea2

Please sign in to comment.