You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tooltip={<StyledTooltiptip="Unique identifier for the source blockchain network."/>}
140
+
>
141
+
<CopyValuevalue={sourceAddress}/>
142
+
</DetailItem>
143
+
)}
144
144
145
-
{inOutbound===LaneFilter.Outbound&&(
145
+
{destinationAddress&&(
146
146
<DetailItem
147
-
label="Out of Order Execution"
148
-
clipboardType="out-of-order-execution"
149
-
tooltip={
150
-
<StyledTooltiptip="Controls the execution order of your messages on the destination blockchain. Setting this to true allows messages to be executed in any order. Setting it to false ensures messages are executed in sequence, so a message will only be executed if the preceding one has been executed. On lanes where 'Out of Order Execution' is required, you must set this to true; otherwise, the transaction will revert."/>
151
-
}
147
+
label="Destination chain selector"
148
+
clipboardType="destination-chain-selector"
149
+
tooltip={<StyledTooltiptip="Unique identifier for the destination blockchain network."/>}
0 commit comments