-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Because of the way Ethers.js implements a workaround for metamask, we have been effectively using personal.sign. Let's just switch to using personal_sign explicitly in case someone imports addressmapper without using dposuser.
Our own workaround:
loom-js/src/solidity-helpers.ts
Line 24 in a128250
| return new ethers.providers.Web3Provider(provider).getSigner() |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request