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 Bitcoin user who is the owner of stBTC tokens held by OrangeKit Safe should be able to request a withdrawal with a Bitcoin message signature over a transaction submitted to the Safe.
Depends on: #472Closes: #353
This PR adds support for withdrawals in SDK and Acre dapp. To request a
redemption we need to implement our custom redeemer proxy. Our redeemer
proxy builds the redemption data and sends the redemption request
transaction via Orangekit SDK.
Here we also hardcode the `ethers` version to `6.10.0` (without `^`) in
the `solidity` and `sdk` workspaces. The version of `ethers` in the
`solidity` workspace has been resolved to `6.13.1` and the `sdk`
workspace depends on it, so pnpm resolves `ethers` in `sdk` to `6.13.1`
under the hood where there are some changes in the API and causes tests
and builds to fail.
A Bitcoin user who is the owner of stBTC tokens held by OrangeKit Safe should be able to request a withdrawal with a Bitcoin message signature over a transaction submitted to the Safe.
The text was updated successfully, but these errors were encountered: