Skip to content

Commit

Permalink
fix: set necessary env var for successful connection via wallet (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
chulanovskyi-bs authored Sep 13, 2024
1 parent 4040a6f commit 3f86c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reverse_engineering/helpers/oracleHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ const connect = async (

if (connectionMethod === 'Wallet') {
configDir = await extractWallet({ walletFile, tempFolder, name });
process.env.TNS_ADMIN = configDir;
}

if (connectionMethod === 'TNS') {
Expand Down

0 comments on commit 3f86c27

Please sign in to comment.