File tree Expand file tree Collapse file tree 3 files changed +2
-69
lines changed
Expand file tree Collapse file tree 3 files changed +2
-69
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,6 @@ jobs:
131131 - name : Run other scripts
132132 run : |
133133 script -e -c "yarn fees"
134- script -e -c "yarn clear-store"
135134 script -e -c "yarn multiple-pxe"
136- script -e -c "yarn clear-store"
137135 script -e -c "yarn profile"
138- script -e -c "yarn clear-store"
139- script -e -c "yarn interaction"
140- script -e -c "yarn clear-store"
136+ script -e -c "yarn interaction-existing-contract"
Original file line number Diff line number Diff line change 1515 "compile" : " ${AZTEC_NARGO:-aztec-nargo} compile" ,
1616 "deploy" : " node --loader ts-node/esm scripts/deploy_contract.ts" ,
1717 "deploy-account" : " node --loader ts-node/esm scripts/deploy_account.ts" ,
18- "interaction" : " node --loader ts-node/esm scripts/interaction_existing_contract.ts" ,
18+ "interaction-existing-contract " : " node --loader ts-node/esm scripts/interaction_existing_contract.ts" ,
1919 "multiple-pxe" : " node --loader ts-node/esm scripts/multiple_pxe.ts" ,
2020 "get-block" : " node --loader ts-node/esm scripts/get_block.ts" ,
2121 "profile" : " node --loader ts-node/esm scripts/profile_deploy.ts" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments