Skip to content

Commit

Permalink
fix: update snapshot for linea mainnet (#6790)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman authored Jul 11, 2023
1 parent 33b2e33 commit ead1b05
Showing 1 changed file with 88 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,94 @@ exports[`Network Selector renders correctly 1`] = `
/>
</View>
</TouchableOpacity>
<TouchableOpacity
disabled={false}
onPress={[Function]}
style={
Object {
"opacity": 1,
"position": "relative",
}
}
>
<View
accessibilityRole="none"
accessible={true}
style={
Object {
"alignItems": "flex-start",
"backgroundColor": "#FFFFFF",
"borderRadius": 4,
"flexDirection": "row",
"padding": 16,
}
}
>
<View
style={
Object {
"flexDirection": "row",
}
}
>
<View
style={
Object {
"backgroundColor": "#FFFFFF",
"borderRadius": 16,
"height": 32,
"marginRight": 16,
"overflow": "hidden",
"width": 32,
}
}
>
<Image
onError={[Function]}
resizeMode="contain"
source={
Object {
"uri": "MockImage",
}
}
style={
Object {
"flex": 1,
"height": undefined,
"width": undefined,
}
}
testID="network-avatar-image"
/>
</View>
<View
style={
Object {
"alignItems": "flex-start",
"flex": 1,
}
}
>
<Text
numberOfLines={1}
style={
Object {
"color": "#24272A",
"fontFamily": "Euclid Circular B",
"fontSize": 16,
"fontWeight": "400",
"letterSpacing": 0,
"lineHeight": 24,
}
}
testID="cell-title"
>
Linea Main Network
</Text>
</View>
</View>
</View>
</TouchableOpacity>
<TouchableOpacity
disabled={false}
onPress={[Function]}
Expand Down

0 comments on commit ead1b05

Please sign in to comment.