Skip to content

Commit

Permalink
fix: add constant
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jul 25, 2024
1 parent 0949900 commit f6a5789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export const localStorageKeys = {

export const ONCHAIN_DUST_SATS = 1000;
export const ALBY_HIDE_HOSTED_BALANCE_BELOW = 100;
export const ALBY_MIN_HOSTED_BALANCE_FOR_FIRST_CHANNEL = 30_000;

0 comments on commit f6a5789

Please sign in to comment.