File tree Expand file tree Collapse file tree 5 files changed +1
-9
lines changed
Expand file tree Collapse file tree 5 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 4343 # Local node to have target for deploy
4444 - name : Era Test Node Action
4545 uses : dutterbutter/anvil-zksync-action@v1.1.0
46- with :
47- releaseTag : ' v0.6.1'
4846
4947 - name : Deploy contracts
5048 run : pnpm run deploy --file ../auth-server/stores/local-node.json
Original file line number Diff line number Diff line change 4646 # Local node to have target for deploy
4747 - name : Era Test Node Action
4848 uses : dutterbutter/anvil-zksync-action@v1.1.0
49- with :
50- releaseTag : ' v0.6.1'
5149
5250 - name : Deploy contracts
5351 run : pnpm run deploy --file ../auth-server/stores/local-node.json
Original file line number Diff line number Diff line change 4343 # Local node to have target for deploy
4444 - name : Era Test Node Action
4545 uses : dutterbutter/anvil-zksync-action@v1.1.0
46- with :
47- releaseTag : ' v0.6.1'
4846
4947 - name : Deploy contracts
5048 run : pnpm run deploy --file ../auth-server/stores/local-node.json
Original file line number Diff line number Diff line change 4444 # Local node to have target for deploy
4545 - name : Era Test Node Action
4646 uses : dutterbutter/anvil-zksync-action@v1.1.0
47- with :
48- releaseTag : ' v0.6.1'
4947
5048 - name : Deploy contracts
5149 run : pnpm run deploy --file ../auth-server/stores/local-node.json
Original file line number Diff line number Diff line change 33set -euo pipefail
44
55REPO_URL=" https://github.com/matter-labs/anvil-zksync.git"
6- RELEASE_VERSION=" v0.6.1 "
6+ RELEASE_VERSION=" v0.6.3 "
77RELEASE_FILE_NAME=" anvil-zksync-${RELEASE_VERSION} -aarch64-apple-darwin.tar.gz"
88RELEASE_URL=" https://github.com/matter-labs/anvil-zksync/releases/download/${RELEASE_VERSION} /${RELEASE_FILE_NAME} "
99INSTALL_DIR=" /usr/local/bin"
You can’t perform that action at this time.
0 commit comments