Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions yarn-project/end-to-end/src/e2e_bot.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ describe('e2e_bot', () => {
// TODO: this should be taken from the `setup` call above
l1Mnemonic: new SecretValue('test test test test test test test test test test test junk'),
flushSetupTransactions: true,
// Increase fee headroom to handle fee volatility from rapid block building in tests
minFeePadding: 9,
};

{
Expand Down Expand Up @@ -172,6 +174,8 @@ describe('e2e_bot', () => {
// TODO: this should be taken from the `setup` call above
l1Mnemonic: new SecretValue('test test test test test test test test test test test junk'),
flushSetupTransactions: true,
// Increase fee headroom to handle fee volatility from rapid block building in tests
minFeePadding: 9,
};

{
Expand Down
Loading