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
I then attempt to make a stake transaction for the wallet, which has no gas.
However, as seen in the screenshot below, the "Please top up your wallet" button still appears.
Clicking the button leads to an endless redirect loop that crashes the popup (which I would expect since its a custom chain, there is no native onramper to buy coins).
The ideal behavior here would be for the topup string to be hidden completely, since topupHide is true.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
I init torus with the following code, that I would expect to disable the topup functionality:
I then attempt to make a stake transaction for the wallet, which has no gas.
However, as seen in the screenshot below, the "Please top up your wallet" button still appears.
Clicking the button leads to an endless redirect loop that crashes the popup (which I would expect since its a custom chain, there is no native onramper to buy coins).
The ideal behavior here would be for the topup string to be hidden completely, since topupHide is true.
Screenshots
The text was updated successfully, but these errors were encountered: