1
2
3
4
5
6
#![allow(missing_docs)]
//! Faucet contract for providing assets on testnet.
//!
//! This is used by perps on testnet, not in production.
pub mod entry;
pub mod events;