Skip to content

Commit

Permalink
refactor: change binanry output
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnt1811 committed Jul 5, 2024
1 parent 4da9000 commit ddcab2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
go.work

#Airdrop tool
airdrop
airdropd
balance.json
config.toml
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
build: airdrop-tool
airdrop-tool:
go build ./cmd/airdrop
go build -o airdropd ./cmd/airdrop
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To run the airdrop tool, specify the path to the configuration file using the -c

```bash
make build
LOG_LEVEL=debug ./airdrop -c configs/config.toml.example
LOG_LEVEL=debug ./airdropd -c configs/config.toml.example
```

This repo has SDK 47 dependencies and style, but you can change the version of the sdk referenced in go.mod and it should work on 50, 47, 46, and 45.
Expand Down

0 comments on commit ddcab2a

Please sign in to comment.