Skip to content

Commit

Permalink
refactor(mm-bot): rename withdraw to claim_payment
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Feb 7, 2024
1 parent c79c693 commit 1aa2c73
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 6,303 deletions.
2 changes: 1 addition & 1 deletion mm-bot/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ POSTGRES_PASSWORD=<postgres_password>
POSTGRES_DB=<postgres_db>
LOGGING_LEVEL=<DEBUG|INFO|WARNING|ERROR|CRITICAL>
LOGGING_DIR=<logging_directory to save the logs in prod mode>
WITHDRAWER=<herodotus|ethereum>
PAYMENT_CLAIMER=<herodotus|ethereum>
2 changes: 1 addition & 1 deletion mm-bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following environment variables are used:
POSTGRES_DB=<postgres_db>
LOGGING_LEVEL=<DEBUG|INFO|WARNING|ERROR|CRITICAL>
LOGGING_DIR=<logging_directory to save the logs in prod mode>
WITHDRAWER=<herodotus|ethereum>
PAYMENT_CLAIMER=<herodotus|ethereum>


There is a example file called `.env.example` in the root of the project.
Expand Down
Loading

0 comments on commit 1aa2c73

Please sign in to comment.