Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "go-ethereum"]
path = go-ethereum
url = https://github.com/morph-l2/go-ethereum.git
tag = v0.3.0-beta
branch = release/0.3.x
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ go-work-sync: ## update the dependencies

submodules:
git submodule update --init
.PHONY: submodules

submodule-update:
git submodule update --remote
.PHONY: submodule-update
.PHONY: submodules

format: ## format the code
go work sync
Expand Down