chore: remove celo specifics

This commit is contained in:
2024-09-27 14:55:05 +03:00
parent 8c15109238
commit 404e769655
8 changed files with 26 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
BIN := celo-tracker
BOOTSTRAP_BIN := celo-tracker-cache-bootstrap
BIN := eth-tracker
BOOTSTRAP_BIN := eth-tracker-cache-bootstrap
DB_FILE := tracker_db
BUILD_CONF := CGO_ENABLED=1 GOOS=linux GOARCH=amd64
BUILD_COMMIT := $(shell git rev-parse --short HEAD 2> /dev/null)