diff --git a/docs/learn/migrate/evm/smart-contract-deployment.mdx b/docs/learn/migrate/evm/smart-contract-deployment.mdx index 0411e4e8a9..d8b242e2bf 100644 --- a/docs/learn/migrate/evm/smart-contract-deployment.mdx +++ b/docs/learn/migrate/evm/smart-contract-deployment.mdx @@ -99,8 +99,7 @@ import time from stellar_sdk import Network, Keypair, TransactionBuilder from stellar_sdk import xdr as stellar_xdr -from stellar_sdk.soroban import SorobanServer -from stellar_sdk.soroban.soroban_rpc import TransactionStatus +from stellar_sdk import SorobanServer # TODO: You need to replace the following parameters according to the actual situation secret = "SAAPYAPTTRZMCUZFPG3G66V4ZMHTK4TWA6NS7U4F7Z3IMUD52EK4DDEV"