Interface: Lane<V>
Defined in: types.ts:142
CCIP lane configuration connecting source and destination chains.
Example
TypeScript
const lane: Lane = {
sourceChainSelector: 16015286601757825753n, // Ethereum Sepolia
destChainSelector: 12532609583862916517n, // Polygon Mumbai
onRamp: '0x1234...abcd',
version: '1.6.0',
}
Type Parameters
| Type Parameter | Default type |
|---|---|
V extends CCIPVersion | CCIPVersion |
Properties
destChainSelector
destChainSelector:
bigint
Defined in: types.ts:146
Destination chain selector.
onRamp
onRamp:
string
Defined in: types.ts:148
OnRamp contract address on source chain.
sourceChainSelector
sourceChainSelector:
bigint
Defined in: types.ts:144
Source chain selector.
version
version:
V
Defined in: types.ts:150
CCIP protocol version for this lane.