Skip to content

Commit 4899cb8

Browse files
authored
display lane versions , new tokens (smartcontractkit#3168)
* update * show version
1 parent 04d96f2 commit 4899cb8

File tree

5 files changed

+740
-104
lines changed

5 files changed

+740
-104
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)