From 10e8eecdcdcfa5da93589056fe94f54adaba10f8 Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 27 Feb 2024 20:15:29 +0300 Subject: [PATCH] [Ignition]: Minor comment change --- packages/ignition/src/blueprint.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ignition/src/blueprint.rs b/packages/ignition/src/blueprint.rs index 75aab1f8..935d0c0d 100644 --- a/packages/ignition/src/blueprint.rs +++ b/packages/ignition/src/blueprint.rs @@ -38,9 +38,9 @@ //! changed at runtime after the component has been instantiated, it will be //! forever stuck with that protocol's asset. The user assets can be added and //! removed by adding and removing pools to the allowed pools list. In the case -//! of the protocol officially run by RDX Works, the protocol's asset will be -//! XRD and the user's asset will be BTC, ETH, USDC, and USDT. However, Ignition -//! is actually general enough that it can be used by projects who would like to +//! of the official protocol deployment, the protocol's asset will be XRD and +//! the user's asset will be BTC, ETH, USDC, and USDT. However, Ignition is +//! actually general enough that it can be used by projects who would like to //! improve their liquidity and who're willing to lose some tokens in the //! process. //!