Uniswap / universal-router

Uniswap's Universal Router for NFT and ERC20 swapping
GNU General Public License v3.0
410 stars 210 forks source link

Abdk cvf105 #386

Closed dianakocsis closed 2 months ago

dianakocsis commented 2 months ago

Related Issue

ABDK-CVF105:

Description of changes

use uint8 instead of bytes1 to avoid shift operation to save gas

it actually doesn't save gas (i'm not sure why there would be a shift operation when converting from bytes1 to uint8?) but it does save some bytecode. thoughts?