Skip to content

Commit 69a5b9d

Browse files
committed
update: token drawer to include verifiers
1 parent dcf2fa0 commit 69a5b9d

File tree

2 files changed

+261
-185
lines changed

2 files changed

+261
-185
lines changed

src/components/CCIP/Drawer/LaneDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ function LaneDrawer({
262262
<td data-clipboard-type="token">
263263
<Address
264264
address={data[sourceNetwork.key].tokenAddress}
265-
endLength={6}
265+
endLength={4}
266266
contractUrl={getExplorerAddressUrl(explorer)(data[sourceNetwork.key].tokenAddress)}
267267
/>
268268
</td>

0 commit comments

Comments
 (0)