Skip to content

Commit

Permalink
Update personalized staking recommendation message
Browse files Browse the repository at this point in the history
  • Loading branch information
refi93 committed May 30, 2023
1 parent bce36dc commit 742b7e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/frontend/components/pages/login/wantedAddressesModal.tsx
Expand Up @@ -9,9 +9,9 @@ const WantedAddressesModal = () => {
return (
<Modal onRequestClose={closeWantedAddressModal} title={'Direct message - Action required'}>
<p className="wanted-text">
You are delegating to our pool NUFI8 and we are very happy that you chose to stake with us.
However, your substantial stake is saturating the pool to 150%. By doing so, you are missing
out on around 35% of your staking rewards from your stake there.
You are delegating to our pool NUFIB and we are very happy that you chose to stake with us.
However, your substantial stake is saturating the pool to 120%. By doing so, you are missing
out on around 15% of your staking rewards from your stake there.
</p>
<p className="wanted-text">
Don't worry, for such cases, we have setup a dedicated staking infrastructure. To optimize
Expand Down
4 changes: 2 additions & 2 deletions app/frontend/wallet/constants.ts
Expand Up @@ -76,10 +76,10 @@ export const BIG_DELEGATOR_THRESHOLD = 10000000000000
export const CATALYST_MIN_THRESHOLD = 500000000

export const WANTED_DELEGATOR_STAKING_ADDRESSES = [
'stake1ux2936h9zvwe45pahh73kv0x7a42gvzjy537dwkql0eu4dgswu6up',
'stake1u8dn2se7yl4qhdqwtry7945z73p0z43ap93xm3arggvfkuqx5th8a',
]

export const POOLS_TO_DESATURATE = ['03fbee96b84daa1bf91c44b51d2e1cbdda53fd504c98aeb6fd4a55b6']
export const POOLS_TO_DESATURATE = ['7d7ac07a2f2a25b7a4db868a40720621c4939cf6aefbb9a11464f1a6']

export const SATURATION_POINT = 69400000000000

Expand Down

0 comments on commit 742b7e7

Please sign in to comment.