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
Withdrawing 0.002 eth from my 0.003 comet balance does not create a voucher. I pushed a fix for it in this commit but it seems to be reverted on later commits.
This fix will be incorporated in the next redeployment of the app un till then please use below workaround.
Workaround: You can generate voucher via cartesiscan on base-sepolia.
Send transaction of type - Raw Input.
Select application address as 0x6A1390AD9B3e6468A55BFAa003efA812adBB8587.
The Raw Input will be the hex encoding of a JSON withdrawal request string. If you're withdrawing 0.002 Eth, it will look like this -> {"action":"eth.withdraw", "amount":"0.002"} . You'll need to convert this JSON string in hex format as accepted by the cartesiscan.
The text was updated successfully, but these errors were encountered:
Withdrawing 0.002 eth from my 0.003 comet balance does not create a voucher. I pushed a fix for it in this commit but it seems to be reverted on later commits.
This fix will be incorporated in the next redeployment of the app un till then please use below workaround.
Workaround: You can generate voucher via cartesiscan on base-sepolia.
0x6A1390AD9B3e6468A55BFAa003efA812adBB8587
.{"action":"eth.withdraw", "amount":"0.002"}
. You'll need to convert this JSON string in hex format as accepted by the cartesiscan.The text was updated successfully, but these errors were encountered: