Skip to content

Commit

Permalink
typo fix Safe.Execution.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
petryshkaCODE authored Jan 3, 2025
1 parent 721acb1 commit dd06820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/Safe.Execution.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ describe("Safe", () => {
if (hre.network.zksync) {
// This test fails in zksync because of (allegedly) enormous gas cost differences
// a call to useGas(8) costs ~400k gas in evm but ~28m gas in zksync.
// I suspect the gas cost difference to play a role but the zksync docs do not mention any numbers so i cant confirm this:
// I suspect the gas cost difference to play a role but the zksync docs do not mention any numbers so i can't confirm this:
// https://docs.zksync.io/zk-stack/concepts/fee-mechanism
// From zkSync team:
// Update: in-memory node when in standalone mode assumes very high l1 gas price resulting in a very high gas consumption,
Expand Down

0 comments on commit dd06820

Please sign in to comment.