Skip to content

Commit

Permalink
chore_: move uniswap token downloading to makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Sep 30, 2024
1 parent 2bbcce6 commit b85d05d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ generate: ##@other Regenerate assets and other auto-generated stuff
generate-appdatabase:
go generate ./appdatabase/...

download-uniswap-tokens:
go run ./services/wallet/token/downloader/main.go

prepare-release: clean-release
mkdir -p $(RELEASE_DIR)
mv build/bin/statusgo.aar $(RELEASE_DIR)/status-go-android.aar
Expand Down
3 changes: 0 additions & 3 deletions services/wallet/token/gen.go

This file was deleted.

0 comments on commit b85d05d

Please sign in to comment.