File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ network-down:
2424# ------------------------------------------------------------------------------
2525.PHONY :deploy
2626deploy : dep
27- $(DOCKER_COMPOSE ) run -e USE_UPGRADE_TEST=$(USE_UPGRADE_TEST ) -e LCP_ENCLAVE_DEBUG=$(LCP_ENCLAVE_DEBUG ) -e NO_RUN_LCP=$(NO_RUN_LCP ) -e ZKDCAP=$(ZKDCAP ) -e LCP_ZKDCAP_RISC0_MOCK=$(LCP_ZKDCAP_RISC0_MOCK ) contracts $(HARDHAT ) run ./scripts/deploy.js --network eth_local
27+ $(DOCKER_COMPOSE ) run --rm - e USE_UPGRADE_TEST=$(USE_UPGRADE_TEST ) -e LCP_ENCLAVE_DEBUG=$(LCP_ENCLAVE_DEBUG ) -e NO_RUN_LCP=$(NO_RUN_LCP ) -e ZKDCAP=$(ZKDCAP ) -e LCP_ZKDCAP_RISC0_MOCK=$(LCP_ZKDCAP_RISC0_MOCK ) contracts $(HARDHAT ) run ./scripts/deploy.js --network eth_local
2828
2929.PHONY : dep
3030dep :
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ module.exports = {
1212 {
1313 version : "0.8.28" ,
1414 settings : {
15- evmVersion : "cancun" ,
1615 viaIR : true ,
1716 optimizer : {
1817 enabled : true ,
@@ -25,7 +24,6 @@ module.exports = {
2524 "contracts/App.sol" : {
2625 version : "0.8.28" ,
2726 settings : {
28- evmVersion : "cancun" ,
2927 viaIR : false ,
3028 optimizer : {
3129 enabled : true ,
You can’t perform that action at this time.
0 commit comments