Skip to content

Commit

Permalink
fix: update devnet makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Sep 6, 2024
1 parent cc671df commit 040eb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devnet/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Define variables for architecture-specific settings
ARCH_ARM64 := $(shell if [ "$$(uname -m)" = "arm64" ] || [ "$$(uname -m)" = "aarch64" ]; then echo "-arm64"; else echo ""; fi)
ARCH_OTHER := $(shell if [ "$$(uname -m)" != "arm64" ] && [ "$$(uname -m)" != "aarch64" ]; then echo "scroll-"; else echo ""; fi)
L2_IMAGE_TAG := $(ARCH_OTHER)v5.7.5$(ARCH_ARM64)
L2_IMAGE_TAG := $(ARCH_OTHER)v5.7.10$(ARCH_ARM64)
L1_RPC_HOST := l1-devnet.scrollsdk

bootstrap:
Expand Down

0 comments on commit 040eb99

Please sign in to comment.