fix: fee overwithdraw, bump compiler settings

* use istanbul hardfork
This commit is contained in:
2024-10-29 16:06:09 +03:00
parent 47a1ea0ffd
commit 5189aec53a
4 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
SOLC = /usr/local/bin/solc
EVM_VERSION = byzantium
SOLC = solc
EVM_VERSION = istanbul
all:
$(SOLC) --bin SwapPool.sol --evm-version $(EVM_VERSION)| awk 'NR>3' > SwapPool.bin