herald-exchange-onramp_offramp-widget 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Readme.md CHANGED
@@ -43,10 +43,16 @@ Initialize the widget:
43
43
 
44
44
  ---
45
45
 
46
- > **Note:**
47
- > In development mode, the widget uses **testnet** to detect and simulate transactions.
48
- > In production mode, it switches to **mainnet** for real transaction processing.
49
- > ⚠️ Make sure to deploy your application in a **production environment** when going live to ensure accurate transaction tracking and wallet interactions.
46
+ > **Note:**
47
+ >
48
+ > - In development mode, the widget operates on **testnet** and runs in a sandbox environment.
49
+ > - Transactions are simulated based on the fromAmount value:
50
+ > - 100 → Success
51
+ > - 200 → Failure
52
+ > - Any other value → Initiated
53
+ > - In development mode, when you'll be manually entering a transaction hash, ensure the hash is valid, and that the amount and currency match the transaction. If they don’t, the simulation will fail.
54
+ > - In production mode, the widget uses **mainnet** to process real transactions.
55
+ > - ⚠️ Ensure your application is deployed in a **production environment** when going live to enable accurate transaction tracking and wallet interactions.
50
56
 
51
57
  ## 🔧 Props
52
58