effeaucarre

Results 3 comments of effeaucarre

so is there a better way to deploy the program ? because i'm stuck for many days trying to deploy... or may be priority fees support will be added in...

thanks ! i guess i just ghave to wait then...

@acheroncrypto here is a simple program to reproduce it: ```rust use anchor_lang::prelude::*; use anchor_spl::token::{self, Mint, TokenAccount}; declare_id!("xxxx"); const METADATA_ACCOUNT_PREFIX: &str = "xxxx"; #[program] pub mod real_program { use super::*; pub...