Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Jan 14, 2025
1 parent ece5850 commit 7306ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,7 @@ jobs:
fi
# Always run the chain-specific fee tests
ci_run zkstack dev test fees --no-deps --no-kill -v --chain era
ci_run zkstack dev test fees --no-deps --no-kill -v --chain validium
ci_run zkstack dev test fees --no-deps --no-kill -v --chain custom_token
ci_run zkstack dev test fees --no-deps --no-kill -v --chain consensus
ci_run ./bin/run_on_all_chains.sh "zkstack dev test fees --no-deps --no-kill" ${{ env.CHAINS }} ${{ env.FEES_LOGS_DIR }}
- name: Run revert tests
run: |
Expand Down
1 change: 1 addition & 0 deletions core/tests/ts-integration/tests/fees.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ async function updateReport(
oldReport: string
): Promise<string> {
const expectedL1Price = +ethers.formatEther(l1Receipt.gasUsed * newL1GasPrice);
// This is flaky without multiplying by 3.
const estimatedL2GasPrice = ethers.getBigInt(await sender.provider.send('eth_gasPrice', [])) * 3n;
transactionRequest.maxFeePerGas = estimatedL2GasPrice;
const estimatedL2GasLimit = await sender.estimateGas(transactionRequest);
Expand Down

0 comments on commit 7306ae0

Please sign in to comment.