File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -70,18 +70,18 @@ devnet-down:
7070 @ENCLAVE=$$(kurtosis enclave ls | awk 'NR==2 {print $$1}' ) ; kurtosis enclave rm -f $$ ENCLAVE
7171 kurtosis engine stop
7272
73- PHONY : sync-lock
73+ . PHONY : sync-lock
7474sync-lock :
7575 cargo update -p kona-client
7676 cd scripts && python sync_lock.py
7777 # Check build
7878 # Downgrade the crate that does not exist in op-rs, which was unnecessarily upgraded by cargo update.
7979 cargo build
8080
81- PHONY : test-deploy-tx
81+ . PHONY : test-deploy-tx
8282test-deploy-tx :
8383 cd tx && npx hardhat run ./scripts/deploy.js --network eth_local
8484
85- PHONY : test-tx
85+ . PHONY : test-tx
8686test-tx :
8787 cd tx && npx hardhat run ./scripts/exec.js --network eth_local
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1"
88 },
9- "license" : " TBD" ,
109 "devDependencies" : {
1110 "@nomicfoundation/hardhat-toolbox" : " ^4.0.0" ,
1211 "@openzeppelin/hardhat-upgrades" : " ^3.7.0" ,
You can’t perform that action at this time.
0 commit comments