/**
 * NoriTokenBridge — in-flight mint invalidation fix, green proof (Finding 41428, Lightnet)
 *
 * This lightnet test demonstrates the fix: with `noriMint` taking the window
 * start as a WITNESS (no on-chain `windowStart` precondition), a mint proven
 * before an `update` is still accepted after that update — the only remaining
 * shared precondition is `actionState`, which tolerates the last ~4 updates.
 *
 * Runs with maxWindow = 2 so filling the window is only a couple of real txs.
 *
 * Requires: Lightnet at http://localhost:8080/graphql (accountManager :8181,
 * archive :8282) and the test-only `adminSetDepositRoot` method enabled.
 */
export {};
