static IDENTIFIERS: LazyLock<Mutex<HashMap<u64, Option<Arc<Mutex<ExternalIdentifier>>>>>>Expand description
The ExternalIdentifier in use for each chain, shared by every test in the process.
One identifier per chain rather than one per lookup: it carries the metadata it has already fetched and the budget for how long identification may go on for, and neither means anything unless it survives across calls.