Skip to main content
Version: 1.14.0

Interface: Lane<V extends CCIPVersion = CCIPVersion>

Defined in: types.ts:98

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 ParameterDefault type
V extends CCIPVersionCCIPVersion

Properties​

destChainSelector​

destChainSelector: bigint

Defined in: types.ts:102

Destination chain selector.


onRamp​

onRamp: string

Defined in: types.ts:104

OnRamp contract address on source chain.


sourceChainSelector​

sourceChainSelector: bigint

Defined in: types.ts:100

Source chain selector.


version​

version: V

Defined in: types.ts:106

CCIP protocol version for this lane.