Skip to content

Commit

Permalink
use sign-with-access-key-file
Browse files Browse the repository at this point in the history
  • Loading branch information
Trisfald committed Apr 22, 2024
1 parent e2108d0 commit ea945d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/transaction/self_token_transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ impl Transaction for SelfTokenTransfer {
"1 yoctoNEAR",
"network-config",
&args.network,
"sign-with-legacy-keychain",
"sign-with-access-key-file",
&format!("/root/.near-credentials/testnet/{}.json", args.signer_id),
"send",
])
.output()
Expand Down

0 comments on commit ea945d8

Please sign in to comment.