From 865a30ded3988a86fea4fe21582bd87efa8f06b9 Mon Sep 17 00:00:00 2001 From: ahramy Date: Wed, 13 Nov 2024 09:44:32 -0800 Subject: [PATCH] chore(stellar): update cli to soroban from stellar --- stellar/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stellar/utils.js b/stellar/utils.js index 9787e09a..41717c33 100644 --- a/stellar/utils.js +++ b/stellar/utils.js @@ -19,7 +19,7 @@ const { BigNumber, } = ethers; -const stellarCmd = 'stellar'; +const stellarCmd = 'soroban'; const ASSET_TYPE_NATIVE = 'native'; function getNetworkPassphrase(networkType) {