Skip to content

Commit 7e741de

Browse files
committed
Build 7.90.89 to test envs
1 parent c030552 commit 7e741de

5 files changed

Lines changed: 62 additions & 11 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ android {
187187
applicationId "io.metamask"
188188
minSdkVersion rootProject.ext.minSdkVersion
189189
targetSdkVersion rootProject.ext.targetSdkVersion
190-
versionName "7.74.0"
190+
versionName "7.90.89"
191191
versionCode 4138
192192
testBuildType System.getProperty('testBuildType', 'debug')
193193
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

app/components/Views/Settings/AppInformation/index.js

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ const createStyles = (colors) =>
100100

101101
const foxImage = require('../../../../images/branding/fox.png'); // eslint-disable-line import-x/no-commonjs
102102

103+
const maskSecret = (val) =>
104+
val && val.length > 6
105+
? `${val.slice(0, 3)}...${val.slice(-3)}`
106+
: val
107+
? '***'
108+
: '—';
109+
103110
/**
104111
* View that contains app information
105112
*/
@@ -216,7 +223,7 @@ class AppInformation extends PureComponent {
216223
<ScrollView contentContainerStyle={styles.wrapperContent}>
217224
<View style={styles.logoWrapper}>
218225
<TouchableOpacity
219-
delayLongPress={10 * 1000} // 10 seconds
226+
delayLongPress={2 * 1000} // 2 seconds
220227
onLongPress={this.handleLongPressFox}
221228
activeOpacity={1}
222229
>
@@ -276,6 +283,50 @@ class AppInformation extends PureComponent {
276283
</>
277284
)}
278285

286+
<Text style={styles.branchInfo}>
287+
{'--- Build Config (public) ---'}
288+
</Text>
289+
<Text style={styles.branchInfo}>
290+
{`BRIDGE_USE_DEV_APIS: ${process.env.BRIDGE_USE_DEV_APIS ?? '—'}`}
291+
</Text>
292+
<Text style={styles.branchInfo}>
293+
{`RAMPS_ENVIRONMENT: ${process.env.RAMPS_ENVIRONMENT ?? '—'}`}
294+
</Text>
295+
<Text style={styles.branchInfo}>
296+
{`RAMP_DEV_BUILD: ${process.env.RAMP_DEV_BUILD ?? '—'}`}
297+
</Text>
298+
<Text style={styles.branchInfo}>
299+
{`SEEDLESS_ONBOARDING_ENABLED: ${process.env.SEEDLESS_ONBOARDING_ENABLED ?? '—'}`}
300+
</Text>
301+
<Text style={styles.branchInfo}>
302+
{`MM_PORTFOLIO_API_URL: ${process.env.MM_PORTFOLIO_API_URL ?? '—'}`}
303+
</Text>
304+
305+
<Text style={styles.branchInfo}>
306+
{'--- Secrets (first3...last3) ---'}
307+
</Text>
308+
<Text style={styles.branchInfo}>
309+
{`MM_INFURA_PROJECT_ID: ${maskSecret(process.env.MM_INFURA_PROJECT_ID)}`}
310+
</Text>
311+
<Text style={styles.branchInfo}>
312+
{`SEGMENT_WRITE_KEY: ${maskSecret(process.env.SEGMENT_WRITE_KEY)}`}
313+
</Text>
314+
<Text style={styles.branchInfo}>
315+
{`QUICKNODE_BSC_URL: ${maskSecret(process.env.QUICKNODE_BSC_URL)}`}
316+
</Text>
317+
<Text style={styles.branchInfo}>
318+
{`QUICKNODE_SEI_URL: ${maskSecret(process.env.QUICKNODE_SEI_URL)}`}
319+
</Text>
320+
<Text style={styles.branchInfo}>
321+
{`EXPO_TOKEN: ${maskSecret(process.env.EXPO_TOKEN)}`}
322+
</Text>
323+
<Text style={styles.branchInfo}>
324+
{`MM_SENTRY_DSN: ${maskSecret(process.env.MM_SENTRY_DSN)}`}
325+
</Text>
326+
<Text style={styles.branchInfo}>
327+
{`MM_CHARTING_LIBRARY_URL: ${maskSecret(process.env.MM_CHARTING_LIBRARY_URL)}`}
328+
</Text>
329+
279330
{this.props.preinstalledSnaps.map((snap) => (
280331
<Text key={snap.name} style={styles.branchInfo}>
281332
{snap.name}: {snap.version} ({snap.status})

bitrise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3555,13 +3555,13 @@ app:
35553555
PROJECT_LOCATION_IOS: ios
35563556
- opts:
35573557
is_expand: false
3558-
VERSION_NAME: 7.74.0
3558+
VERSION_NAME: 7.90.89
35593559
- opts:
35603560
is_expand: false
35613561
VERSION_NUMBER: 4138
35623562
- opts:
35633563
is_expand: false
3564-
FLASK_VERSION_NAME: 7.74.0
3564+
FLASK_VERSION_NAME: 7.90.89
35653565
- opts:
35663566
is_expand: false
35673567
FLASK_VERSION_NUMBER: 4138

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@
13191319
"${inherited}",
13201320
);
13211321
LLVM_LTO = YES;
1322-
MARKETING_VERSION = 7.74.0;
1322+
MARKETING_VERSION = 7.90.89;
13231323
ONLY_ACTIVE_ARCH = YES;
13241324
OTHER_CFLAGS = "$(inherited)";
13251325
OTHER_LDFLAGS = (
@@ -1385,7 +1385,7 @@
13851385
"${inherited}",
13861386
);
13871387
LLVM_LTO = YES;
1388-
MARKETING_VERSION = 7.74.0;
1388+
MARKETING_VERSION = 7.90.89;
13891389
ONLY_ACTIVE_ARCH = NO;
13901390
OTHER_CFLAGS = "$(inherited)";
13911391
OTHER_LDFLAGS = (
@@ -1454,7 +1454,7 @@
14541454
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
14551455
);
14561456
LLVM_LTO = YES;
1457-
MARKETING_VERSION = 7.74.0;
1457+
MARKETING_VERSION = 7.90.89;
14581458
ONLY_ACTIVE_ARCH = YES;
14591459
OTHER_CFLAGS = "$(inherited)";
14601460
OTHER_LDFLAGS = (
@@ -1518,7 +1518,7 @@
15181518
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
15191519
);
15201520
LLVM_LTO = YES;
1521-
MARKETING_VERSION = 7.74.0;
1521+
MARKETING_VERSION = 7.90.89;
15221522
ONLY_ACTIVE_ARCH = NO;
15231523
OTHER_CFLAGS = "$(inherited)";
15241524
OTHER_LDFLAGS = (
@@ -1684,7 +1684,7 @@
16841684
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
16851685
);
16861686
LLVM_LTO = YES;
1687-
MARKETING_VERSION = 7.74.0;
1687+
MARKETING_VERSION = 7.90.89;
16881688
ONLY_ACTIVE_ARCH = YES;
16891689
OTHER_CFLAGS = (
16901690
"$(inherited)",
@@ -1751,7 +1751,7 @@
17511751
"\"$(SRCROOT)/MetaMask/System/Library/Frameworks\"",
17521752
);
17531753
LLVM_LTO = YES;
1754-
MARKETING_VERSION = 7.74.0;
1754+
MARKETING_VERSION = 7.90.89;
17551755
ONLY_ACTIVE_ARCH = NO;
17561756
OTHER_CFLAGS = (
17571757
"$(inherited)",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamask",
3-
"version": "7.74.0",
3+
"version": "7.90.89",
44
"private": true,
55
"scripts": {
66
"install:foundryup": "yarn mm-foundryup",

0 commit comments

Comments
 (0)