pub const BT_WALLET_NAME: &str = "default";
pub const BT_WALLET_HOTKEY: &str = "default";
pub const BT_WALLET_PATH: &str = "~/.bittensor/wallets/";
/// Substrate MultiSignature crypto type for ED25519 (index 0).
pub const CRYPTO_ED25519: u8 = 0;
/// Substrate MultiSignature crypto type for SR25519 (index 1).
pub const CRYPTO_SR25519: u8 = 1;