File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 8282 " eslint --fix" ,
8383 " prettier --write"
8484 ]
85- }
85+ },
86+ "packageManager" : " yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
8687}
Original file line number Diff line number Diff line change @@ -62,13 +62,22 @@ export const PeerInfo: React.FC = () => {
6262 < InfoRow >
6363 < Info >
6464 < Text size = { 10 } weight = { 700 } uppercase color = "grey400" >
65- Peer ID
65+ Peer ID (base58)
6666 </ Text >
6767 < TextWithIcon >
6868 < Text size = { 12 } > { id } </ Text >
6969 < Copyable value = { id ?? '' } />
7070 </ TextWithIcon >
7171 </ Info >
72+ < Info >
73+ < Text size = { 10 } weight = { 700 } uppercase color = "grey400" >
74+ Peer ID (bytes)
75+ </ Text >
76+ < TextWithIcon >
77+ < Text size = { 12 } > { peer . idHex ?? '-' } </ Text >
78+ < Copyable value = { peer . idHex ?? '' } />
79+ </ TextWithIcon >
80+ </ Info >
7281 < Info >
7382 < Text size = { 10 } weight = { 700 } uppercase color = "grey400" >
7483 CU in deals
You can’t perform that action at this time.
0 commit comments