Skip to content

Commit

Permalink
draft: testing HIP-583
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node committed Jun 11, 2024
1 parent 4bf0a5d commit 31ab19c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/hip-583/HIP583.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe('HIP583 Test Suite', function () {
});
});

describe('Fungible Token Test', function () {
describe.only('Fungible Token Test', function () {
let hollowWalletAddress;
let amount;

Expand Down Expand Up @@ -263,6 +263,9 @@ describe('HIP583 Test Suite', function () {
value: ethers.parseEther('14'),
});

console.log(hollowWalletAddress);
console.log(await ethers.provider.getBalance(hollowWalletAddress));

await utils.updateAccountKeysViaHapi(
[
await tokenCreateContract.getAddress(),
Expand Down

0 comments on commit 31ab19c

Please sign in to comment.