pub const METEORA_PROGRAM_KEY: &str = "Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB";
pub const METEORA_VAULT_PROGRAM_KEY: &str = "24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi";
pub const QUOTE_MINT: &str = "So11111111111111111111111111111111111111112";
pub const CREATION_AUTHORITY_PUBKEY: &str = "Hce3sP3t82MZFSt42ZmMQMF34sghycvjiQXsSEp6afui";
// Developer trying to test with local Meteora deployment
// Must deploy with exact address or modify source code
let meteora = await anchor.deploy("meteora", {
    address: "Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB" // Must match hardcoded ID
});
