Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vault contracts with utils file for interactions with HTS in tests #15

Merged
merged 18 commits into from
Apr 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rename the treasury account according to env
  • Loading branch information
maksimKrukovich committed Mar 28, 2024
commit c06981ebe2ffdbeb6c5a93a001c14febf3c75455
2 changes: 1 addition & 1 deletion test/vault.test.ts
Original file line number Diff line number Diff line change
@@ -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
Loading