···2233import type { NodeStore } from './node-store.js';
44import { NodeWalker } from './node-walker.js';
55-import { MSTNode } from './node.js';
6576/**
87 * Type of change to a record
···155154 }
156155}
157156158158-const EMPTY_NODE_CID = (await MSTNode.empty().cid()).$link;
157157+// precomputed from `(await MSTNode.empty().cid()).$link`
158158+const EMPTY_NODE_CID = 'bafyreie5737gdxlw5i64vzichcalba3z2v5n6icifvx5xytvske7mr3hpm';
159159160160/**
161161 * Efficiently computes the difference between two MSTs