Skip to content

Commit 88e454c

Browse files
committed
show version
1 parent a268b2e commit 88e454c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/CCIP/Tables/ChainTable.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ function ChainTable({ lanes, explorer, sourceNetwork, environment }: TableProps)
109109
"OffRamp address"
110110
)}
111111
</th>
112+
<th>Version</th>
112113
</tr>
113114
</thead>
114115
<tbody>
@@ -165,6 +166,7 @@ function ChainTable({ lanes, explorer, sourceNetwork, environment }: TableProps)
165166
)}
166167
/>
167168
</td>
169+
<td>{inOutbound === LaneFilter.Outbound ? network.onRamp?.version : network.offRamp?.version}</td>
168170
</tr>
169171
))}
170172
</tbody>

0 commit comments

Comments
 (0)