Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,4 @@ echo "2.0.3" > .gaztecrc
# use `gaztec` where you would use `aztec`
gaztec --version
#> 2.0.3

# replacement for `aztec-nargo`
gaztec-nargo

# replacement for `aztec-postprocess-contract`
gaztec-postprocess-contract
```
4 changes: 2 additions & 2 deletions gaztec-install
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ export VERSION=$AZTEC_VERSION

install_aztec $AZTEC_VERSION

export VERSION=$AZTEC_VERSION

AZTEC="$HOME/.aztec/v$AZTEC_VERSION/bin/aztec"
AZTEC_NARGO="$HOME/.aztec/v$AZTEC_VERSION/bin/aztec-nargo"
AZTEC_POSTPROCESS_CONTRACT="$HOME/.aztec/v$AZTEC_VERSION/bin/aztec-postprocess-contract"
6 changes: 0 additions & 6 deletions gaztec-nargo

This file was deleted.

6 changes: 0 additions & 6 deletions gaztec-postprocess-contract

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gaztec",
"version": "0.1.0",
"version": "0.1.1-nightly.20251128-3",
"type": "module",
"description": "Aztec version manager",
"packageManager": "[email protected]",
Expand All @@ -10,8 +10,6 @@
},
"bin": {
"gaztec-install": "./gaztec-install",
"gaztec": "./gaztec",
"gaztec-nargo": "./gaztec-nargo",
"gaztec-postprocess-contract": "./gaztec-postprocess-contract"
"gaztec": "./gaztec"
}
}