We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d01a997 + 1216efe commit 039a567Copy full SHA for 039a567
packages/blockchain-wallet-v4-frontend/src/scenes/app.tsx
@@ -136,14 +136,14 @@ const excludedStaging = [
136
// '/deeplink',
137
'/exchange',
138
'/prove/instant-link/callback',
139
- '/refer',
+ // '/refer',
140
'/sofi',
141
// '/#/verify-email',
142
'/#/login?product=exchange',
143
'/wallet-options-v4.json',
144
- '/#/prove',
+ '/#/prove'
145
// '/#/reset-two-factor'
146
- '/#/open'
+ // '/#/open'
147
]
148
149
const App = ({
@@ -190,7 +190,7 @@ const App = ({
190
}
191
192
// OBTAIN THE THRESHOLD - STATICALLY SET, DECIDED BY TEAM.
193
- const THRESHOLD = 60
+ const THRESHOLD = 100
194
195
// THE DYNAMIC ROUTING IS DISABLED, SEND TO V4
196
// @ts-ignore
0 commit comments