init
Signed-off-by: T-Hax <>
This commit is contained in:
commit
8f085566cc
69 changed files with 19692 additions and 0 deletions
7
scripts/setup.sh
Executable file
7
scripts/setup.sh
Executable 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,}
|
Loading…
Add table
Add a link
Reference in a new issue