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
In the process of prax-wallet/prax#85 and #1419, which specifically addressed the rendering of fees in the transaction approval dialogue and transaction details page for swaps, there have been several stacked changes that seemed to have caused a regression. As a result, the proper fee denomination is no longer being rendered correctly in the approval dialogue and transaction details page.
Additionally, the fee estimation in minifront needs to display the proper fee denom. cc @vacekj
The text was updated successfully, but these errors were encountered:
update: cargo run --release --bin pd testnet generate produces a testnet genesis file where the FeeParameters are set to zero, which accurately reflects the regressions we're seeing on the testnet.
On mainnet, the fee parameters in the genesis file are non-zero, so this is not an issue there. To sanity check, modifying the testnet genesis parameters to match the mainnet genesis parameters resolves this.
However, the fee estimation in minifront using the fixed staking asset denomination remains incorrect.
In the process of prax-wallet/prax#85 and #1419, which specifically addressed the rendering of fees in the transaction approval dialogue and transaction details page for swaps, there have been several stacked changes that seemed to have caused a regression. As a result, the proper fee denomination is no longer being rendered correctly in the approval dialogue and transaction details page.
Additionally, the fee estimation in minifront needs to display the proper fee denom. cc @vacekj
The text was updated successfully, but these errors were encountered: