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
Even with AU enabled for user, wasm smart contract has no way to get his/her mapped evm address, that makes it impossible to approve/transfer assets on his behalf using XVM since we don't know what his/her evm address will be in order to construct the XVM call to ERC20 evm contract
Solution: Add a getter method in XVM a new CE & Precompile for AU to fetch the mapped address from AU respectively.
Even with AU enabled for user, wasm smart contract has no way to get his/her mapped evm address, that makes it impossible to approve/transfer assets on his behalf using XVM since we don't know what his/her evm address will be in order to construct the XVM call to ERC20 evm contract
Solution: Add a getter method in
XVMa new CE & Precompile for AU to fetch the mapped address from AU respectively.Originally posted by @ashutoshvarma in #1033 (comment)
Tasks,
The text was updated successfully, but these errors were encountered: