diff --git a/addons/svm/core/src/functions.rs b/addons/svm/core/src/functions.rs index 1b33f120..96a0696d 100644 --- a/addons/svm/core/src/functions.rs +++ b/addons/svm/core/src/functions.rs @@ -369,12 +369,12 @@ lazy_static! { token_mint_address: { documentation: "The address of the token mint used to compute the token account.", typing: vec![Type::string(), Type::addon(SVM_PUBKEY.into())], - optional: true + optional: false }, token_program_id: { documentation: "The address of the token program used to compute the token account.", typing: vec![Type::string(), Type::addon(SVM_PUBKEY.into())], - optional: true + optional: false } ], output: {