Skip to content

Commit

Permalink
Increase saturation threshold to match block explorers (cardanoscan)
Browse files Browse the repository at this point in the history
  • Loading branch information
refi93 committed May 30, 2023
1 parent 06f61d3 commit bce36dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/wallet/constants.ts
Expand Up @@ -81,7 +81,7 @@ export const WANTED_DELEGATOR_STAKING_ADDRESSES = [

export const POOLS_TO_DESATURATE = ['03fbee96b84daa1bf91c44b51d2e1cbdda53fd504c98aeb6fd4a55b6']

export const SATURATION_POINT = 66800000000000
export const SATURATION_POINT = 69400000000000

export const BITBOX02_VERSIONS = {
[CryptoProviderFeature.MINIMAL]: {
Expand Down

0 comments on commit bce36dc

Please sign in to comment.