mint.rs 287 B

12345678910111213
  1. use anchor_lang::solana_program::declare_id;
  2. pub use srm::ID as SRM;
  3. mod srm {
  4. use super::*;
  5. declare_id!("SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt");
  6. }
  7. pub use usdc::ID as USDC;
  8. mod usdc {
  9. use super::*;
  10. declare_id!("EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v");
  11. }