From 973d687bbeb073df6848e22e54340190a217bcb3 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Wed, 30 Oct 2024 15:42:05 +0530 Subject: [PATCH] Update perform swaps instructions --- testnet-nitro-node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testnet-nitro-node.md b/testnet-nitro-node.md index ecb7626..282d4b7 100644 --- a/testnet-nitro-node.md +++ b/testnet-nitro-node.md @@ -623,7 +623,7 @@ Perform swaps using a swap channel created with another Nitro node over the mirr ### Performing swaps -* Ensure that environment variables for asset addresses are set: +* Ensure that environment variables for asset addresses are set (should be done by both parties): ```bash export GETH_CHAIN_ID="1212" @@ -633,7 +633,7 @@ Perform swaps using a swap channel created with another Nitro node over the mirr export ASSET_ADDRESS_2=$(jq -r --arg chainId "$GETH_CHAIN_ID" '.[$chainId][0].contracts.TestToken2.address' assets.json) ``` -* Get all active swap channels for a specific mirrored ledger channel +* Get all active swap channels for a specific mirrored ledger channel (should be done by both parties) * To get mirrored ledger channels: