Signed-off-by: T-Hax <>
This commit is contained in:
T-Hax 2023-04-08 18:43:42 +00:00
commit 8f085566cc
69 changed files with 19692 additions and 0 deletions

7
scripts/setup.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
sed '2s/0\.7\.0/0.6.12/g' node_modules/@uniswap/v3-core/contracts/libraries/LowGasSafeMath.sol >node_modules/@uniswap/v3-core/contracts/libraries/LowGasSafeMath.sol.temp
rm node_modules/@uniswap/v3-core/contracts/libraries/LowGasSafeMath.sol
# Too busy to read up on how I can not fuck up by overwriting file with sed right now
mv node_modules/@uniswap/v3-core/contracts/libraries/LowGasSafeMath.sol{.temp,}