Interface: Lane<V>
Defined in: types.ts:143
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:147
Destination chain selector.
onRamp
onRamp:
string
Defined in: types.ts:149
OnRamp contract address on source chain.
sourceChainSelector
sourceChainSelector:
bigint
Defined in: types.ts:145
Source chain selector.
version
version:
V
Defined in: types.ts:151
CCIP protocol version for this lane.