Skip to content

Commit 4182eb4

Browse files
committed
change hardhat
1 parent 3eb00a8 commit 4182eb4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/e2e/chains/bsc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ network-down:
2424
#------------------------------------------------------------------------------
2525
.PHONY:deploy
2626
deploy: 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
3030
dep:

tests/e2e/chains/bsc/contracts/hardhat.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)