1#![allow(missing_docs)] 2//! Tracks different code IDs and instantiated contracts on testnet. 3//! 4//! This is used by perps on testnet, not in production. 5pub mod entry; 6pub mod events;