Skip to content

Commit

Permalink
feat/100=percent: set threshold to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
jhagerman-bc committed Oct 2, 2024
1 parent d01a997 commit 1216efe
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 1216efe

Please sign in to comment.