-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working