From ddc0bc3b397e44d41668c38d4676a0b299b15107 Mon Sep 17 00:00:00 2001 From: Nando Vieira Date: Wed, 2 Oct 2024 17:08:22 -0700 Subject: [PATCH] Update cookbook. --- cookbook/deploy-stellar-asset-contract.mdx | 1 - cookbook/payments-and-assets.mdx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cookbook/deploy-stellar-asset-contract.mdx b/cookbook/deploy-stellar-asset-contract.mdx index 7233acc60..8fca51c48 100644 --- a/cookbook/deploy-stellar-asset-contract.mdx +++ b/cookbook/deploy-stellar-asset-contract.mdx @@ -42,7 +42,6 @@ For any asset, the contract address can be fetched with: ```bash stellar contract id asset \ - --source S... \ --network testnet \ --asset native ``` diff --git a/cookbook/payments-and-assets.mdx b/cookbook/payments-and-assets.mdx index 9849bf3d9..e3be8dafc 100644 --- a/cookbook/payments-and-assets.mdx +++ b/cookbook/payments-and-assets.mdx @@ -35,7 +35,7 @@ stellar keys fund bob 3. Obtain the stellar asset contract ID: ```bash -stellar contract id asset --asset native --source-account alice +stellar contract id asset --asset native ``` 4. Get Bob's public key: