8 lines
493 B
Markdown
8 lines
493 B
Markdown
# Tezos / Etherlink Integration Testing
|
|
|
|
Integration tests for Tezos and Etherlink bridging.
|
|
|
|
- Unit: forge test --match-path test/bridge/adapters/TezosAdapter.t.sol. BridgeRegistry/ChainRegistry tests with 42793 and chainId 1.
|
|
- Integration: Deploy on local/anvil; run lock -> event -> relay (mock confirmTransaction); test BridgeRegistry, ChainRegistry, integration contracts with 42793 and 1.
|
|
- Cross-chain sim: Anvil fork + relay or DON simulator; Tezos Ghostnet per TEZOS_E2E_RUNBOOK.md.
|