Skip to content

Commit a1bde74

Browse files
dianakocsisclaude
andcommitted
chore: regenerate stale Quoter gas snapshots
Not related to the hook-funded fix in the previous commit. The committed Quoter numbers on fix/exact-output-underfill no longer match what the code produces, and CI runs with FORGE_SNAPSHOT_CHECK=true, so the check fails regardless of any change made here: Error: Snapshots differ from previous run - [Quoter_quoteExactOutput_twoHops] 204880 -> 207219 Confirmed independent of this branch by stashing the router change and re-running: the drift is still there. Both exactInput and exactOutput entries move, while this branch touches only exact-output paths, so it cannot be the cause. Kept as its own commit so it can be cherry-picked onto fix/exact-output-underfill, where the drift actually lives. If it is fixed there instead, drop this commit rather than merging both. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent d4a3f26 commit a1bde74

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

snapshots/QuoterTest.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"Quoter_exactInputSingle_oneForZero_multiplePositions": "146134",
3-
"Quoter_exactInputSingle_zeroForOne_multiplePositions": "152349",
4-
"Quoter_exactOutputSingle_oneForZero": "79477",
5-
"Quoter_exactOutputSingle_zeroForOne": "84722",
6-
"Quoter_quoteExactInput_oneHop_1TickLoaded": "122938",
7-
"Quoter_quoteExactInput_oneHop_initializedAfter": "147573",
8-
"Quoter_quoteExactInput_oneHop_startingInitialized": "80848",
9-
"Quoter_quoteExactInput_twoHops": "205152",
10-
"Quoter_quoteExactOutput_oneHop_1TickLoaded": "122434",
11-
"Quoter_quoteExactOutput_oneHop_2TicksLoaded": "153089",
12-
"Quoter_quoteExactOutput_oneHop_initializedAfter": "122461",
13-
"Quoter_quoteExactOutput_oneHop_startingInitialized": "98755",
14-
"Quoter_quoteExactOutput_twoHops": "204880"
2+
"Quoter_exactInputSingle_oneForZero_multiplePositions": "146990",
3+
"Quoter_exactInputSingle_zeroForOne_multiplePositions": "153216",
4+
"Quoter_exactOutputSingle_oneForZero": "80586",
5+
"Quoter_exactOutputSingle_zeroForOne": "85833",
6+
"Quoter_quoteExactInput_oneHop_1TickLoaded": "124253",
7+
"Quoter_quoteExactInput_oneHop_initializedAfter": "148867",
8+
"Quoter_quoteExactInput_oneHop_startingInitialized": "82142",
9+
"Quoter_quoteExactInput_twoHops": "207236",
10+
"Quoter_quoteExactOutput_oneHop_1TickLoaded": "123886",
11+
"Quoter_quoteExactOutput_oneHop_2TicksLoaded": "154541",
12+
"Quoter_quoteExactOutput_oneHop_initializedAfter": "123913",
13+
"Quoter_quoteExactOutput_oneHop_startingInitialized": "100207",
14+
"Quoter_quoteExactOutput_twoHops": "207219"
1515
}

0 commit comments

Comments
 (0)