File size: 1,568 Bytes
e5277d2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | field,unit,required,evidence_rule
route_id,contract-pinned route,true,Derived from source and destination chain IDs plus both token-pool contracts
protocol,string,true,Must equal the verified bridge implementation such as chainlink_ccip
source_chain_id,EIP-155 chain ID,true,Verified by source RPC
destination_chain_id,EIP-155 chain ID,true,Verified by destination RPC
source_token_pool,address,true,Historical runtime code and official registry required
destination_token_pool,address,true,Historical runtime code and official registry required
source_router,address,true,Historical runtime code and official registry required
destination_router,address,true,Historical runtime code and official registry required
lane_activation_tx,transaction hash,true,Executed lane configuration transaction
lane_activation_block,integer,true,Block timestamp defines lane activation clock
message_id,bytes32,true,Same CCIP message identity must join source and destination
source_tx_hash,transaction hash,true,Raw source-chain log provenance
source_log_index,integer,true,Raw source-chain log provenance
destination_tx_hash,transaction hash,true,Raw destination-chain execution provenance
destination_log_index,integer,true,Raw destination-chain execution provenance
amount_wei,integer,true,Realized flow; never substituted with configured capacity
capacity_wei,integer,true,Configured lane capacity at event time; never substituted with flow
source_url,URL,true,Primary governance registry or explorer evidence
verification_status,enum,true,Must equal onchain_verified to pass
|