infrastructure-upgrade/lib/v3-periphery/test/__snapshots__/SwapRouter.gas.spec.ts.snap
T-Hax 735546619e
init
Signed-off-by: T-Hax <>
2023-04-08 18:46:18 +00:00

32 lines
1.1 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`SwapRouter gas tests #exactInput 0 -> 1 -> 2 1`] = `172498`;
exports[`SwapRouter gas tests #exactInput 0 -> 1 1`] = `107759`;
exports[`SwapRouter gas tests #exactInput 0 -> 1 minimal 1`] = `98059`;
exports[`SwapRouter gas tests #exactInput 0 -> WETH9 1`] = `127590`;
exports[`SwapRouter gas tests #exactInput WETH9 -> 0 1`] = `106083`;
exports[`SwapRouter gas tests #exactInputSingle 0 -> 1 1`] = `107221`;
exports[`SwapRouter gas tests #exactInputSingle 0 -> WETH9 1`] = `127046`;
exports[`SwapRouter gas tests #exactInputSingle WETH9 -> 0 1`] = `105727`;
exports[`SwapRouter gas tests #exactOutput 0 -> 1 -> 2 1`] = `169275`;
exports[`SwapRouter gas tests #exactOutput 0 -> 1 1`] = `111757`;
exports[`SwapRouter gas tests #exactOutput 0 -> WETH9 1`] = `128821`;
exports[`SwapRouter gas tests #exactOutput WETH9 -> 0 1`] = `114156`;
exports[`SwapRouter gas tests #exactOutputSingle 0 -> 1 1`] = `111986`;
exports[`SwapRouter gas tests #exactOutputSingle 0 -> WETH9 1`] = `129050`;
exports[`SwapRouter gas tests #exactOutputSingle WETH9 -> 0 1`] = `114567`;