Skip to content

Commit

Permalink
rename the treasury account according to env
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimKrukovich committed Mar 28, 2024
1 parent 3acf31e commit c06981e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vault.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe("Vault", function () {
const stakingToken = await createFungibleToken(
"ERC4626 on Hedera",
"HERC4626",
process.env.OPERATOR_ID,
process.env.ACCOUNT_ID,
operatorPrKey.publicKey,
client,
operatorPrKey
Expand Down

0 comments on commit c06981e

Please sign in to comment.