Skip to content

Commit

Permalink
fix gas snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakocsis committed Aug 19, 2024
1 parent e51a868 commit 8b236ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/v4-periphery
Submodule v4-periphery updated 101 files
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`UniversalRouter Gas Tests gas: bytecode size 1`] = `18762`;
exports[`UniversalRouter Gas Tests gas: bytecode size 1`] = `18717`;
Original file line number Diff line number Diff line change
Expand Up @@ -31,34 +31,34 @@ Object {
exports[`V3 to V4 Migration Gas Tests V4 Commands increase gas: increase 1`] = `
Object {
"calldataByteLength": 2308,
"gasUsed": 223285,
"gasUsed": 222248,
}
`;

exports[`V3 to V4 Migration Gas Tests V4 Commands increase gas: migrate and increase 1`] = `
Object {
"calldataByteLength": 3204,
"gasUsed": 449115,
"gasUsed": 448285,
}
`;

exports[`V3 to V4 Migration Gas Tests V4 Commands mint gas: migrate and mint 1`] = `
Object {
"calldataByteLength": 2500,
"gasUsed": 555242,
"gasUsed": 551981,
}
`;

exports[`V3 to V4 Migration Gas Tests V4 Commands mint gas: migrate weth position into eth position with forwarding 1`] = `
Object {
"calldataByteLength": 2788,
"gasUsed": 575511,
"gasUsed": 572219,
}
`;

exports[`V3 to V4 Migration Gas Tests V4 Commands mint gas: mint 1`] = `
Object {
"calldataByteLength": 1604,
"gasUsed": 392956,
"gasUsed": 388880,
}
`;

0 comments on commit 8b236ec

Please sign in to comment.