Skip to content

Commit 162326b

Browse files
authored
feat: use latest anvil version (#141)
1 parent c87218e commit 162326b

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

.github/workflows/deploy-auth-server.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
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

.github/workflows/deploy-nft-quest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
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

.github/workflows/deploy-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
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

.github/workflows/deploy-preview.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
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

.github/workflows/scripts/install-anvil-zksync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
REPO_URL="https://github.com/matter-labs/anvil-zksync.git"
6-
RELEASE_VERSION="v0.6.1"
6+
RELEASE_VERSION="v0.6.3"
77
RELEASE_FILE_NAME="anvil-zksync-${RELEASE_VERSION}-aarch64-apple-darwin.tar.gz"
88
RELEASE_URL="https://github.com/matter-labs/anvil-zksync/releases/download/${RELEASE_VERSION}/${RELEASE_FILE_NAME}"
99
INSTALL_DIR="/usr/local/bin"

0 commit comments

Comments
 (0)