Skip to content

Commit

Permalink
20% threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-babylonlabs authored and vitsalis committed Aug 21, 2024
1 parent 17db220 commit 6a97a9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-staking",
"version": "0.2.39",
"version": "0.2.40",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion src/app/common/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const OVERFLOW_TVL_WARNING_THRESHOLD = 0.8;
export const OVERFLOW_TVL_WARNING_THRESHOLD = 0.2;
export const OVERFLOW_HEIGHT_WARNING_THRESHOLD = 3;
export const UTXO_KEY = "UTXOs";

0 comments on commit 6a97a9e

Please sign in to comment.