croncat_integration_testing/
lib.rs1#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]
2
3pub mod contracts;
4pub mod test_helpers;
5
6pub use croncat_sdk_tasks::types::TaskExecutionInfo as CronCatTaskExecutionInfo;
8
9pub const DENOM: &str = "TOKEN";
12
13pub const ALICE: &str = "cosmos1a7uhnpqthunr2rzj0ww0hwurpn42wyun6c5puz";
15pub const BOB: &str = "cosmos17muvdgkep4ndptnyg38eufxsssq8jr3wnkysy8";
16pub const CHARLIZE: &str = "cosmos1qxywje86amll9ptzxmla5ah52uvsd9f7drs2dl";
17pub const VERY_RICH: &str = "cosmos1c3cy3wzzz3698ypklvh7shksvmefj69xhm89z2";
18pub const AGENT: &str = "cosmos1dkm8nxgj7mvh0ejp9gr09shyr94ypsx24ty2cp";
19
20pub const VERSION: &str = "0.1";
22pub const PAUSE_ADMIN: &str = "juno18rzed6k8qupl209f3myhp6hlt6d4gldskyjjrdnc2q9qyrntwutqc2cntn";