wormhole/cosmwasm/contracts/token-bridge/src/lib.rs

14 lines
192 B
Rust
Raw Normal View History

2022-06-16 09:48:01 -07:00
#[cfg(test)]
extern crate lazy_static;
pub mod contract;
pub mod msg;
pub mod state;
pub mod token_address;
2022-06-16 09:48:01 -07:00
#[cfg(test)]
mod testing;
// Chain ID of Terra 2.0
pub const CHAIN_ID: u16 = 18;