mirror of
https://github.com/grassrootseconomics/erc20-pool.git
synced 2026-05-19 05:55:20 +02:00
fix: fee overwithdraw, bump compiler settings
* use istanbul hardfork
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user