From 7e80de9298d77f301fb4c3be5640ec85a39f36e9 Mon Sep 17 00:00:00 2001 From: Justin Rice Date: Wed, 25 Oct 2023 09:07:26 -0400 Subject: [PATCH] Update faq.mdx (#623) I think name the op to deploy and invoke contracts changed. --- docs/fundamentals-and-concepts/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?