pm_utils_cli/constants.rs
1pub const PRAGMA_ACCOUNTS_STORAGE_FILE: &str = "pragma_miden.json";
2pub const ORACLE_ACCOUNT_COLUMN: &str = "oracle_account_id";
3pub const PUBLISHER_ACCOUNT_COLUMN: &str = "publisher_account_id";
4pub const STORE_FILENAME: &str = "local-node/store.sqlite3";
5pub const STORE_TEST_FILENAME: &str = "local-node/store.sqlite3";