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
A new Djed on sepolia has been deployed. In its initial state, the reserve is equal to zero. It should be possible to buy reservecoins. However, as shown in the screenshot below, the "Buy SOR" button is not getting activated.
I'm sure that the contract allows the reservecoins to be bought in this state. I suspect that the frontend has stricter (and wrong) conditions to decide whether to active the button to allow reservecoins to be bought.
The text was updated successfully, but these errors were encountered:
When we input a float value suppose say 0.01,the parseInt value is set
to true(because it cannot handle float values,it truncates the digits
after decimal points and returns 0) and the button is disabled even when
the transaction is valid.
#117
A new Djed on sepolia has been deployed. In its initial state, the reserve is equal to zero. It should be possible to buy reservecoins. However, as shown in the screenshot below, the "Buy SOR" button is not getting activated.
I'm sure that the contract allows the reservecoins to be bought in this state. I suspect that the frontend has stricter (and wrong) conditions to decide whether to active the button to allow reservecoins to be bought.
The text was updated successfully, but these errors were encountered: