Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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