Skip to content

Commit

Permalink
fix prepare v2
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Sep 2, 2024
1 parent 376b8b9 commit dff3bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/blockchain/onchain-zkp-verifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export class OnChainZKPVerifier implements IOnChainZKPVerifier {
const provider = new JsonRpcProvider(chainConfig.url, chainConfig.chainId);
ethSigner = ethSigner.connect(provider);

const txDataArgs = await this.prepareZKPResponseSubmitV1TxData(txData, zkProofResponses);
const txDataArgs = await this.prepareZKPResponseSingleTxData(txData, zkProofResponses);
const feeData = await provider.getFeeData();
const maxFeePerGas = chainConfig.maxFeePerGas
? BigInt(chainConfig.maxFeePerGas)
Expand Down

0 comments on commit dff3bef

Please sign in to comment.