Skip to content

Commit

Permalink
Fix smart contract result integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Feb 3, 2025
1 parent 16999cb commit f69cd4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/abi/smartContractResults.local.net.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ describe("fetch transactions from local testnet", function () {
});
deployTransaction.nonce = alice.nonce;
deployTransaction.signature = await alice.signTransaction(deployTransaction);
alice.incrementNonce();

const contractAddress = SmartContract.computeAddress(alice.address, alice.nonce);

alice.incrementNonce();
const smartContractCallTransaction = factory.createTransactionForExecute(alice.address, {
contract: contractAddress,
function: "increment",
Expand Down

0 comments on commit f69cd4b

Please sign in to comment.