Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Withdrawal does not create a voucher #8

Open
riseandshaheen opened this issue Jun 28, 2024 · 0 comments
Open

Withdrawal does not create a voucher #8

riseandshaheen opened this issue Jun 28, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@riseandshaheen
Copy link
Contributor

riseandshaheen commented Jun 28, 2024

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.
@riseandshaheen riseandshaheen added the bug Something isn't working label Jun 28, 2024
@riseandshaheen riseandshaheen self-assigned this Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant