Skip to content

Commit 039a567

Browse files
authored
Merge pull request #6474 from blockchain/feat/100=percent
feat/100-percent: set threshold to 100
2 parents d01a997 + 1216efe commit 039a567

File tree

1 file changed

+4
-4
lines changed
  • packages/blockchain-wallet-v4-frontend/src/scenes

1 file changed

+4
-4
lines changed

packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,14 @@ const excludedStaging = [
136136
// '/deeplink',
137137
'/exchange',
138138
'/prove/instant-link/callback',
139-
'/refer',
139+
// '/refer',
140140
'/sofi',
141141
// '/#/verify-email',
142142
'/#/login?product=exchange',
143143
'/wallet-options-v4.json',
144-
'/#/prove',
144+
'/#/prove'
145145
// '/#/reset-two-factor'
146-
'/#/open'
146+
// '/#/open'
147147
]
148148

149149
const App = ({
@@ -190,7 +190,7 @@ const App = ({
190190
}
191191

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

195195
// THE DYNAMIC ROUTING IS DISABLED, SEND TO V4
196196
// @ts-ignore

0 commit comments

Comments
 (0)