Skip to content

Commit

Permalink
Merge pull request #6474 from blockchain/feat/100=percent
Browse files Browse the repository at this point in the history
feat/100-percent: set threshold to 100
  • Loading branch information
jhagerman-bc authored Oct 3, 2024
2 parents d01a997 + 1216efe commit 039a567
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ const excludedStaging = [
// '/deeplink',
'/exchange',
'/prove/instant-link/callback',
'/refer',
// '/refer',
'/sofi',
// '/#/verify-email',
'/#/login?product=exchange',
'/wallet-options-v4.json',
'/#/prove',
'/#/prove'
// '/#/reset-two-factor'
'/#/open'
// '/#/open'
]

const App = ({
Expand Down Expand Up @@ -190,7 +190,7 @@ const App = ({
}

// OBTAIN THE THRESHOLD - STATICALLY SET, DECIDED BY TEAM.
const THRESHOLD = 60
const THRESHOLD = 100

// THE DYNAMIC ROUTING IS DISABLED, SEND TO V4
// @ts-ignore
Expand Down

0 comments on commit 039a567

Please sign in to comment.