diff --git a/docs/fundamentals-and-concepts/faq.mdx b/docs/fundamentals-and-concepts/faq.mdx index 60417799..3a5f959f 100644 --- a/docs/fundamentals-and-concepts/faq.mdx +++ b/docs/fundamentals-and-concepts/faq.mdx @@ -33,7 +33,7 @@ Soroban is not a new blockchain. Soroban is a smart contract platform that is in ### How do I invoke a Soroban contract on Stellar? -A Soroban contract can be invoked by submitting a transaction that contains the new operation: `InvokeContractOp`. +A Soroban contract can be invoked by submitting a transaction that contains the new operation: `InvokeHostFunctionOp`. ### Can Soroban contracts use Stellar accounts for authentication?