Skip to content

Commit

Permalink
Merge pull request #144 from dappnode/tb/20240724-prepare
Browse files Browse the repository at this point in the history
config: Set auto-redeeming min value
  • Loading branch information
tolbrino authored Jul 24, 2024
2 parents 3c6e8eb + be84039 commit 818e535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
# The actual image name will be set automatically by the sdk.
# This tag only serves to pull the correct image during build.
image: >-
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:1.2.2
europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin:2.1.2
ports:
- "3000:80"
restart: unless-stopped
Expand Down
1 change: 1 addition & 0 deletions hoprd.cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ hopr:
- !AutoRedeeming
redeem_only_aggregated: true
on_close_redeem_single_tickets_value_min: "90000000000000000 HOPR"
minimum_redeem_ticket_value: "30000000000000000000 HOPR"
- !ClosureFinalizer
max_closure_overdue: 3600
network_options:
Expand Down

0 comments on commit 818e535

Please sign in to comment.