From 0a7b634d33c4fca91aa3a46f1e667f5e64e6443c Mon Sep 17 00:00:00 2001 From: Kaan Kacar Date: Thu, 16 Jul 2026 18:17:57 +0300 Subject: [PATCH] Fix broken py-stellar-base imports in Hardhat migration example --- docs/learn/migrate/evm/smart-contract-deployment.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"