38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`SwapRouter gas tests #exactInput 0 -> 1 -> 2 1`] = `175302`;
|
|
|
|
exports[`SwapRouter gas tests #exactInput 0 -> 1 1`] = `110495`;
|
|
|
|
exports[`SwapRouter gas tests #exactInput 0 -> 1 minimal 1`] = `98059`;
|
|
|
|
exports[`SwapRouter gas tests #exactInput 0 -> WETH9 1`] = `127401`;
|
|
|
|
exports[`SwapRouter gas tests #exactInput 2 trades (directly to sender) 1`] = `178981`;
|
|
|
|
exports[`SwapRouter gas tests #exactInput 2 trades (via router) 1`] = `188487`;
|
|
|
|
exports[`SwapRouter gas tests #exactInput 3 trades (directly to sender) 1`] = `257705`;
|
|
|
|
exports[`SwapRouter gas tests #exactInput WETH9 -> 0 1`] = `108832`;
|
|
|
|
exports[`SwapRouter gas tests #exactInputSingle 0 -> 1 1`] = `109826`;
|
|
|
|
exports[`SwapRouter gas tests #exactInputSingle 0 -> WETH9 1`] = `126732`;
|
|
|
|
exports[`SwapRouter gas tests #exactInputSingle WETH9 -> 0 1`] = `108163`;
|
|
|
|
exports[`SwapRouter gas tests #exactOutput 0 -> 1 -> 2 1`] = `169268`;
|
|
|
|
exports[`SwapRouter gas tests #exactOutput 0 -> 1 1`] = `111692`;
|
|
|
|
exports[`SwapRouter gas tests #exactOutput 0 -> WETH9 1`] = `128610`;
|
|
|
|
exports[`SwapRouter gas tests #exactOutput WETH9 -> 0 1`] = `119706`;
|
|
|
|
exports[`SwapRouter gas tests #exactOutputSingle 0 -> 1 1`] = `111826`;
|
|
|
|
exports[`SwapRouter gas tests #exactOutputSingle 0 -> WETH9 1`] = `128744`;
|
|
|
|
exports[`SwapRouter gas tests #exactOutputSingle WETH9 -> 0 1`] = `112627`;
|