Skip to content

Withdrawal does not create a voucher #8

@riseandshaheen

Description

@riseandshaheen

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

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions