0.7.47-1FE5
This commit is contained in:
@@ -18,6 +18,9 @@ pub const ASSOCIATED_TOKEN_PROGRAM_ID: &str = "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25e
|
||||
/// @see solana_sdk_ids::address_lookup_table::ID
|
||||
pub const ADDRESS_LOOKUP_TABLE_PROGRAM_ID: &str = "AddressLookupTab1e1111111111111111111111111";
|
||||
|
||||
/// SPL Memo program id. ("MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr").
|
||||
pub const MEMO_PROGRAM_ID: &str = "MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr";
|
||||
|
||||
/// BPF Loader program identifier. ("BPFLoader1111111111111111111111111111111111").
|
||||
/// @see solana_sdk_ids::bpf_loader_deprecated::ID
|
||||
pub const BPF_LOADER_DEPRECATED_PROGRAM_ID: &str = "BPFLoader1111111111111111111111111111111111";
|
||||
@@ -164,6 +167,57 @@ pub const DEXLAB_PROGRAM_ID: &str = "DSwpgjMvXhtGn6BsbqmacdBZyfLj6jSWf3HJpdJtmg6
|
||||
/// FluxBeam program id. ("FLUXubRmkEi2q6K3Y9kBPg9248ggaZVsoSFhtJHSrm1X").
|
||||
pub const FLUXBEAM_PROGRAM_ID: &str = "FLUXubRmkEi2q6K3Y9kBPg9248ggaZVsoSFhtJHSrm1X";
|
||||
|
||||
/// GooseFX v1 program id from Vybe supported DEX/AMM documentation.
|
||||
pub const GOOSEFX_V1_PROGRAM_ID: &str = "GAMMA7meSFWaBXF25oSUgmGRwaW6sCMFLmBNiMSdbHVT";
|
||||
|
||||
/// Obric v2 program id from Vybe supported DEX/AMM documentation.
|
||||
pub const OBRIC_V2_PROGRAM_ID: &str = "obriQD1zbpyLz95G5n7nJe6a4DPjpFwa5XYPoNm113y";
|
||||
|
||||
/// Ondo Global Market program id from Vybe supported DEX/AMM documentation.
|
||||
pub const ONDO_GLOBAL_MARKET_PROGRAM_ID: &str = "XzTT4XB8m7sLD2xi6snefSasaswsKCxx5Tifjondogm";
|
||||
|
||||
/// Scorch program id from Vybe supported DEX/AMM documentation.
|
||||
pub const SCORCH_PROGRAM_ID: &str = "SCoRcH8c2dpjvcJD6FiPbCSQyQgu3PcUAWj2Xxx3mqn";
|
||||
|
||||
/// ZeroFi program id from Vybe supported DEX/AMM documentation.
|
||||
pub const ZEROFI_PROGRAM_ID: &str = "ZERor4xhbUycZ6gb9ntrhqscUcZmAbQDjEAtCf4hbZY";
|
||||
|
||||
/// Manifest CLOB program id from Vybe supported DEX/AMM documentation.
|
||||
pub const MANIFEST_CLOB_PROGRAM_ID: &str = "MNFSTqtC93rEfYHB6hF82sKdZpUDFWkViLByLd1k1Ms";
|
||||
|
||||
/// AlphaQ program id from Vybe supported DEX/AMM documentation.
|
||||
pub const ALPHAQ_PROGRAM_ID: &str = "ALPHAQmeA7bjrVuccPsYPiCvsi428SNwte66Srvs4pHA";
|
||||
|
||||
/// Goonfi program id from Vybe supported DEX/AMM documentation.
|
||||
pub const GOONFI_PROGRAM_ID: &str = "goonERTdGsjnkZqWuVjs73BZ3Pb9qoCUdBUL17BnS5j";
|
||||
|
||||
/// Goonfi v2 program id from Vybe supported DEX/AMM documentation.
|
||||
pub const GOONFI_V2_PROGRAM_ID: &str = "goonuddtQRrWqqn5nFyczVKaie28f3kDkHWkHtURSLE";
|
||||
|
||||
/// Byreal program id from Vybe supported DEX/AMM documentation.
|
||||
pub const BYREAL_PROGRAM_ID: &str = "REALQqNEomY6cQGZJUGwywTBD2UmDT32rZcNnfxQ5N2";
|
||||
|
||||
/// BisonFi program id from Vybe supported DEX/AMM documentation.
|
||||
pub const BISONFI_PROGRAM_ID: &str = "BiSoNHVpsVZW2F7rx2eQ59yQwKxzU5NvBcmKshCSUypi";
|
||||
|
||||
/// FusionAMM program id from Vybe supported DEX/AMM documentation.
|
||||
pub const FUSIONAMM_PROGRAM_ID: &str = "fUSioN9YKKSa3CUC2YUc4tPkHJ5Y6XW1yz8y6F7qWz9";
|
||||
|
||||
/// Woofi program id from Vybe supported DEX/AMM documentation.
|
||||
pub const WOOFI_PROGRAM_ID: &str = "WooFif76YGRNjk1pA8wCsN67aQsD9f9iLsz4NcJ1AVb";
|
||||
|
||||
/// Aquifer program id from Vybe supported DEX/AMM documentation.
|
||||
pub const AQUIFER_PROGRAM_ID: &str = "AQU1FRd7papthgdrwPTTq5JacJh8YtwEXaBfKU3bTz45";
|
||||
|
||||
/// Humidifi program id from Vybe supported DEX/AMM documentation.
|
||||
pub const HUMIDIFI_PROGRAM_ID: &str = "9H6tua7jkLhdm3w8BvgpTn5LZNU7g4ZynDmCiNN3q6Rp";
|
||||
|
||||
/// SolFi v2 program id from Vybe supported DEX/AMM documentation.
|
||||
pub const SOLFI_V2_PROGRAM_ID: &str = "SV2EYYJyRz2YhfXwXnhNAevDEui5Q6yrfyo13WtupPF";
|
||||
|
||||
/// Gavel program id extracted from upstream Git decoder source.
|
||||
pub const GAVEL_PROGRAM_ID: &str = "srAMMzfVHVAtgSJc8iH6CfKzuWuUTzLHVCE81QU1rgi";
|
||||
|
||||
/// Meteora DAMM v1 program id. ("Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB").
|
||||
pub const METEORA_DAMM_V1_PROGRAM_ID: &str = "Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB";
|
||||
|
||||
@@ -178,32 +232,17 @@ pub const METEORA_DBC_PROGRAM_ID: &str = "dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4Du
|
||||
/// DLMM = Dynamic Liquidity Market Maker.
|
||||
pub const METEORA_DLMM_PROGRAM_ID: &str = "LBUZKhRxPF3XUpBCjp4YzTKgLccjZhTSDM9YuVaPwxo";
|
||||
|
||||
/// MetaDAO META active token mint identifier from MetaDAO documentation.
|
||||
pub const METADAO_META_MINT_ID: &str = "METAwkXcqyXKy1AtsSgJ8JiUHwGCafnZL38n3vYmeta";
|
||||
|
||||
/// MetaDAO METAC legacy token mint identifier from MetaDAO documentation.
|
||||
pub const METADAO_METAC_LEGACY_MINT_ID: &str = "METADDFL6wWMWEoKTFJwcThTbUmtarRJZjRpzUvkxhr";
|
||||
|
||||
/// MetaDAO-linked P2P token mint candidate observed on Solscan.
|
||||
///
|
||||
/// This is a token mint, not a DEX program id. It is exposed for discovery only.
|
||||
pub const METADAO_P2P_MINT_ID: &str = "P2PXup1ZvMpCDkJn3PQxtBYgxeCSfH39SFeurGSmeta";
|
||||
|
||||
/// MetaDAO Launchpad v0.7.0 program id from MetaDAO documentation and Solscan.
|
||||
pub const METADAO_LAUNCHPAD_V0_7_0_PROGRAM_ID: &str =
|
||||
"moontUzsdepotRGe5xsfip7vLPTJnVuafqdUWexVnPM";
|
||||
pub const METADAO_LAUNCHPAD_V0_7_0_PROGRAM_ID: &str = "moontUzsdepotRGe5xsfip7vLPTJnVuafqdUWexVnPM";
|
||||
|
||||
/// MetaDAO Bid Wall v0.7.0 program id from MetaDAO documentation.
|
||||
pub const METADAO_BID_WALL_V0_7_0_PROGRAM_ID: &str =
|
||||
"WALL8ucBuUyL46QYxwYJjidaFYhdvxUFrgvBxPshERx";
|
||||
pub const METADAO_BID_WALL_V0_7_0_PROGRAM_ID: &str = "WALL8ucBuUyL46QYxwYJjidaFYhdvxUFrgvBxPshERx";
|
||||
|
||||
/// MetaDAO Futarchy v0.6.0 program id from MetaDAO documentation.
|
||||
pub const METADAO_FUTARCHY_V0_6_0_PROGRAM_ID: &str =
|
||||
"FUTARELBfJfQ8RDGhg1wdhddq1odMAJUePHFuBYfUxKq";
|
||||
pub const METADAO_FUTARCHY_V0_6_0_PROGRAM_ID: &str = "FUTARELBfJfQ8RDGhg1wdhddq1odMAJUePHFuBYfUxKq";
|
||||
|
||||
/// MetaDAO AMM v0.5.0 program id from MetaDAO documentation.
|
||||
pub const METADAO_AMM_V0_5_0_PROGRAM_ID: &str =
|
||||
"AMMJdEiCCa8mdugg6JPF7gFirmmxisTfDJoSNSUi5zDJ";
|
||||
pub const METADAO_AMM_V0_5_0_PROGRAM_ID: &str = "AMMJdEiCCa8mdugg6JPF7gFirmmxisTfDJoSNSUi5zDJ";
|
||||
|
||||
/// Printr program id candidate observed on Solscan.
|
||||
///
|
||||
@@ -224,6 +263,9 @@ pub const PUMP_FUN_PROGRAM_ID: &str = "6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF
|
||||
/// PumpSwap / PumpAMM program id. ("pAMMBay6oceH9fJKBRHGP5D4bD4sWpmSwMn52FMfXEA").
|
||||
pub const PUMP_SWAP_PROGRAM_ID: &str = "pAMMBay6oceH9fJKBRHGP5D4bD4sWpmSwMn52FMfXEA";
|
||||
|
||||
/// Pump Fees program id extracted from upstream Git decoder source.
|
||||
pub const PUMP_FEES_PROGRAM_ID: &str = "pfeeUxB6jkeY1Hxd7CsFCAjcbHA9rWtchMGdZ6VojVZ";
|
||||
|
||||
/// Raydium AmmV4 program id. ("675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8").
|
||||
pub const RAYDIUM_AMM_V4_PROGRAM_ID: &str = "675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8";
|
||||
|
||||
@@ -233,7 +275,7 @@ pub const RAYDIUM_CLMM_PROGRAM_ID: &str = "CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7gr
|
||||
/// Raydium CPMM mainnet program id. ("CPMMoo8L3F4NbTegBCKVNunggL7H1ZpdTHKxQB5qKP1C").
|
||||
pub const RAYDIUM_CPMM_PROGRAM_ID: &str = "CPMMoo8L3F4NbTegBCKVNunggL7H1ZpdTHKxQB5qKP1C";
|
||||
|
||||
/// Raydium LaunchLab program id. ("LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj").
|
||||
/// Raydium LaunchLab / Launchpad program id. ("LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj").
|
||||
pub const RAYDIUM_LAUNCHLAB_PROGRAM_ID: &str = "LanMV9sAd7wArD4vJFi2qDdfnVhFxYSUg6eADduJ3uj";
|
||||
|
||||
/// Raydium AMM routing program id. ("routeUGWgWzqBWFcrCfv8tritsqukccJPu3q5GPP3xS").
|
||||
@@ -242,6 +284,132 @@ pub const RAYDIUM_AMM_ROUTING_PROGRAM_ID: &str = "routeUGWgWzqBWFcrCfv8tritsqukc
|
||||
/// Raydium Stable Swap AMM program id, deprecated. ("5quBtoiQqxF9Jv6KYKctB59NT3gtJD2Y65kdnB1Uev3h").
|
||||
pub const RAYDIUM_STABLE_SWAP_AMM_PROGRAM_ID: &str = "5quBtoiQqxF9Jv6KYKctB59NT3gtJD2Y65kdnB1Uev3h";
|
||||
|
||||
/// Bonkswap program id extracted from upstream Git decoder source.
|
||||
pub const BONKSWAP_PROGRAM_ID: &str = "BSwp6bEBihVLdqJRKGgzjcGLHkcTuzmSo1TQkHepzH8p";
|
||||
|
||||
/// Boop program id extracted from upstream Git decoder source.
|
||||
pub const BOOP_PROGRAM_ID: &str = "boop8hVGQGqehUK2iVEMEnMrL5RbjywRzHKBmBE7ry4";
|
||||
|
||||
/// DFlow Aggregator v4 program id extracted from upstream Git decoder source.
|
||||
pub const DFLOW_AGGREGATOR_V4_PROGRAM_ID: &str = "DF1ow4tspfHX9JwWJsAb9epbkA8hmpSEAtxXy1V27QBH";
|
||||
|
||||
/// Drift v2 program id extracted from upstream Git decoder source.
|
||||
pub const DRIFT_V2_PROGRAM_ID: &str = "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH";
|
||||
|
||||
/// Heaven program id extracted from upstream Git decoder source.
|
||||
pub const HEAVEN_PROGRAM_ID: &str = "HEAVENoP2qxoeuF8Dj2oT1GHEnu49U5mJYkdeC8BAX2o";
|
||||
|
||||
/// Jupiter Swap program id extracted from upstream Git decoder source.
|
||||
pub const JUPITER_SWAP_PROGRAM_ID: &str = "JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4";
|
||||
|
||||
/// Jupiter DCA program id extracted from upstream Git decoder source.
|
||||
pub const JUPITER_DCA_PROGRAM_ID: &str = "DCA265Vj8a9CEuX1eb1LWRnDT7uK6q1xMipnNyatn23M";
|
||||
|
||||
/// Jupiter Lend program id extracted from upstream Git decoder source.
|
||||
pub const JUPITER_LEND_PROGRAM_ID: &str = "jupeiUmn818Jg1ekPURTpr4mFo29p46vygyykFJ3wZC";
|
||||
|
||||
/// Jupiter Limit Order program id extracted from upstream Git decoder source.
|
||||
pub const JUPITER_LIMIT_ORDER_PROGRAM_ID: &str = "jupoNjAxXgZ4rjzxzPMP4oxduvQsQtZzyknqvzYNrNu";
|
||||
|
||||
/// Jupiter Limit Order 2 program id extracted from upstream Git decoder source.
|
||||
pub const JUPITER_LIMIT_ORDER_2_PROGRAM_ID: &str = "j1o2qRpjcyUwEvwtcfhEQefh773ZgjxcVRry7LDqg5X";
|
||||
|
||||
/// Jupiter Perpetuals program id extracted from upstream Git decoder source.
|
||||
pub const JUPITER_PERPETUALS_PROGRAM_ID: &str = "PERPHjGBqRHArX4DySjwM6UJHiR3sWAatqfdBS2qQJu";
|
||||
|
||||
/// Kamino Farms program id extracted from upstream Git decoder source.
|
||||
pub const KAMINO_FARMS_PROGRAM_ID: &str = "FarmsPZpWu9i7Kky8tPN37rs2TpmMrAZrC7S7vJa91Hr";
|
||||
|
||||
/// Kamino Lending program id extracted from upstream Git decoder source.
|
||||
pub const KAMINO_LENDING_PROGRAM_ID: &str = "KLend2g3cP87fffoy8q1mQqGKjrxjC8boSyAYavgmjD";
|
||||
|
||||
/// Kamino Limit Order program id extracted from upstream Git decoder source.
|
||||
pub const KAMINO_LIMIT_ORDER_PROGRAM_ID: &str = "LiMoM9rMhrdYrfzUCxQppvxCSG1FcrUK9G8uLq4A1GF";
|
||||
|
||||
/// Kamino Vault program id extracted from upstream Git decoder source.
|
||||
pub const KAMINO_VAULT_PROGRAM_ID: &str = "kvauTFR8qm1dhniz6pYuBZkuene3Hfrs1VQhVRgCNrr";
|
||||
|
||||
/// Lifinity AMM v2 program id extracted from upstream Git decoder source.
|
||||
pub const LIFINITY_AMM_V2_PROGRAM_ID: &str = "2wT8Yq49kHgDzXuPxZSaeLaH1qbmGXtEyPy64bL7aD3c";
|
||||
|
||||
/// Marginfi v2 program id extracted from upstream Git decoder source.
|
||||
pub const MARGINFI_V2_PROGRAM_ID: &str = "MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA";
|
||||
|
||||
/// Marinade Finance program id extracted from upstream Git decoder source.
|
||||
pub const MARINADE_FINANCE_PROGRAM_ID: &str = "MarBmsSgKXdrN1egZf5sqe1TMai9K1rChYNDJgjq7aD";
|
||||
|
||||
/// Meteora Vault program id extracted from upstream Git decoder source.
|
||||
pub const METEORA_VAULT_PROGRAM_ID: &str = "24Uqj9JCLxUeoC3hGfh5W3s9FM9uCHDS2SG3LYwBpyTi";
|
||||
|
||||
/// Moonshot program id extracted from upstream Git decoder source.
|
||||
pub const MOONSHOT_PROGRAM_ID: &str = "MoonCVVNZFSYkqNXP6bxHLPL6QQJiMagDL3qcqUQTrG";
|
||||
|
||||
/// OKX DEX program id extracted from upstream Git decoder source.
|
||||
pub const OKX_DEX_PROGRAM_ID: &str = "6m2CDdhRgxpH4WjvdzxAYbGxwdGUz5MziiL5jek2kBma";
|
||||
|
||||
/// Onchain Labs DEX v2 program id extracted from upstream Git decoder source.
|
||||
pub const ONCHAIN_LABS_DEX_V2_PROGRAM_ID: &str = "proVF4pMXVaYqmy4NjniPh4pqKNfMmsihgd4wdkCX3u";
|
||||
|
||||
/// OpenBook v2 program id extracted from upstream Git decoder source.
|
||||
pub const OPENBOOK_V2_PROGRAM_ID: &str = "opnb2LAfJYbRMAHHvqjCwQxanZn7ReEHp1k81EohpZb";
|
||||
|
||||
/// Pancake Swap program id extracted from upstream Git decoder source.
|
||||
pub const PANCAKE_SWAP_PROGRAM_ID: &str = "HpNfyc2Saw7RKkQd8nEL4khUcuPhQ7WwY1B2qjx8jxFq";
|
||||
|
||||
/// Phoenix v1 program id extracted from upstream Git decoder source.
|
||||
pub const PHOENIX_V1_PROGRAM_ID: &str = "PhoeNiXZ8ByJGLkxNfZRnkUfjvmuYqLR89jjFHGqdXY";
|
||||
|
||||
/// Raydium Liquidity Locking program id extracted from upstream Git decoder source.
|
||||
pub const RAYDIUM_LIQUIDITY_LOCKING_PROGRAM_ID: &str =
|
||||
"LockrWmn6K5twhz3y9w1dQERbmgSaRkfnTeTKbpofwE";
|
||||
|
||||
/// Sharky program id extracted from upstream Git decoder source.
|
||||
pub const SHARKY_PROGRAM_ID: &str = "SHARKobtfF1bHhxD2eqftjHBdVSCbKo9JtgK71FhELP";
|
||||
|
||||
/// Solayer Restaking program id extracted from upstream Git decoder source.
|
||||
pub const SOLAYER_RESTAKING_PROGRAM_ID: &str = "sSo1iU21jBrU9VaJ8PJib1MtorefUV4fzC9GURa2KNn";
|
||||
|
||||
/// Stabble stable-swap program id extracted from upstream Git decoder source.
|
||||
pub const STABBLE_STABLE_SWAP_PROGRAM_ID: &str = "swapNyd8XiQwJ6ianp9snpu4brUqFxadzvHebnAXjJZ";
|
||||
|
||||
/// Stabble weighted-swap program id extracted from upstream Git decoder source.
|
||||
pub const STABBLE_WEIGHTED_SWAP_PROGRAM_ID: &str = "swapFpHZwjELNnjvThjajtiVmkz3yPQEHjLtka2fwHW";
|
||||
|
||||
/// Swig program id extracted from upstream Git decoder source.
|
||||
pub const SWIG_PROGRAM_ID: &str = "swigypWHEksbC64pWKwah1WTeh9JXwx8H1rJHLdbQMB";
|
||||
|
||||
/// Vertigo program id extracted from upstream Git decoder source.
|
||||
pub const VERTIGO_PROGRAM_ID: &str = "vrTGoBuy5rYSxAfV3jaRJWHH6nN9WK4NRExGxsk1bCJ";
|
||||
|
||||
/// Virtuals program id extracted from upstream Git decoder source.
|
||||
pub const VIRTUALS_PROGRAM_ID: &str = "5U3EU2ubXtK84QcRjWVmYt9RaDyA8gKxdUrPFXmZyaki";
|
||||
|
||||
/// Wavebreak program id extracted from upstream Git decoder source.
|
||||
pub const WAVEBREAK_PROGRAM_ID: &str = "waveQX2yP3H1pVU8djGvEHmYg8uamQ84AuyGtpsrXTF";
|
||||
|
||||
/// Zeta program id extracted from upstream Git decoder source.
|
||||
pub const ZETA_PROGRAM_ID: &str = "ZETAxsqBRek56DhiGXrn75yj2NHU3aYUnxvHXpkf3aD";
|
||||
|
||||
/// Circle Message Transmitter v2 program id extracted from upstream Git decoder source.
|
||||
pub const CIRCLE_MESSAGE_TRANSMITTER_V2_PROGRAM_ID: &str =
|
||||
"CCTPV2Sm4AdWt5296sk4P66VBZ7bEhcARwFaaS9YPbeC";
|
||||
|
||||
/// Circle Token Messenger v2 program id extracted from upstream Git decoder source.
|
||||
pub const CIRCLE_TOKEN_MESSENGER_V2_PROGRAM_ID: &str =
|
||||
"CCTPV2vPZJS2u2BBsUoscuikbYjnpFmbFsvVuJdgUMQe";
|
||||
|
||||
/// MPL Token Metadata program id extracted from upstream Git decoder source.
|
||||
pub const MPL_TOKEN_METADATA_PROGRAM_ID: &str = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s";
|
||||
|
||||
/// MPL Core program id extracted from upstream Git decoder source.
|
||||
pub const MPL_CORE_PROGRAM_ID: &str = "CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d";
|
||||
|
||||
/// Bubblegum program id extracted from upstream Git decoder source.
|
||||
pub const BUBBLEGUM_PROGRAM_ID: &str = "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY";
|
||||
|
||||
/// Solana Name Service program id extracted from upstream Git decoder source.
|
||||
pub const NAME_SERVICE_PROGRAM_ID: &str = "namesLPneVptA9Z5rqUDD9tMTWEJwofgaYwp8cawRkX";
|
||||
|
||||
/// Known Solana arbitrage/sandwich bot program id observed in local corpus.
|
||||
///
|
||||
/// This is not treated as a DEX program. It is used only to tag protocol
|
||||
|
||||
Reference in New Issue
Block a user