Skip to content

Commit

Permalink
Merge pull request #126 from zkLinkProtocol/feat/withdraw_merge
Browse files Browse the repository at this point in the history
remove debugger
  • Loading branch information
zkLeonardo authored Apr 17, 2024
2 parents 43ea917 + ecef897 commit 4c0d7d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zksync-web3-nova/src/adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ export function AdapterL1<TBase extends Constructor<TxSender>>(Base: TBase) {
tx.gasPerPubdataByte,
to,
];
debugger;
overrides.value ??= baseCost.add(operatorTip);
await checkBaseCost(baseCost, overrides.value);

Expand Down

0 comments on commit 4c0d7d4

Please sign in to comment.