Skip to content

Commit ab41c99

Browse files
feat: change address to 8 len prefix (#3278)
1 parent 65a4051 commit ab41c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/component/NameAndAddress/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const NameAndAddress = ({
137137
.slice(0, 6)}...${address?.toLowerCase().slice(-4)})`
138138
: `${address
139139
?.toLowerCase()
140-
.slice(0, 6)}...${address?.toLowerCase().slice(-4)}`}
140+
.slice(0, 8)}...${address?.toLowerCase().slice(-6)}`}
141141
</div>
142142
{addressSuffix || null}
143143
{openExternal && (

0 commit comments

Comments
 (0)