You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Objective:
Ensure Correct Fetching and Display of Transaction Prices:
The Sepolia frontend must accurately fetch and display the current transaction prices for Stablecoin and Reservecoin transactions. This involves correctly interpreting and applying the rcDecimals, scDecimals, and BC_decimals parameters to calculate and present transaction costs accurately.
Current Behavior:
Incorrect Estimation of Transaction Costs:
Users attempting to obtain 10,000 Stablecoins are currently being estimated to require 0 ETH for the transaction. This discrepancy indicates a fundamental issue with how the rcDecimals, scDecimals, and BC_decimals parameters are configured or utilized within the frontend's calculation logic.
The text was updated successfully, but these errors were encountered:
Objective:
Ensure Correct Fetching and Display of Transaction Prices:
The Sepolia frontend must accurately fetch and display the current transaction prices for Stablecoin and Reservecoin transactions. This involves correctly interpreting and applying the
rcDecimals
,scDecimals
, andBC_decimals
parameters to calculate and present transaction costs accurately.Current Behavior:
Incorrect Estimation of Transaction Costs:
Users attempting to obtain 10,000 Stablecoins are currently being estimated to require 0 ETH for the transaction. This discrepancy indicates a fundamental issue with how the
rcDecimals
,scDecimals
, andBC_decimals
parameters are configured or utilized within the frontend's calculation logic.The text was updated successfully, but these errors were encountered: