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
Currently, in the inputs table, deposits coming from the ERC20Portal and EtherPortal display the method's name when the msgSender matches the address of such portal contracts. We are already indexing information for ERC721Portal, ERC1155SinglePortal and ERC1155BatchPortal but still displaying the ?
✔️ Solution
Implement the method-resolver for each missing portal and display the method name described in the above documentation.
📈 Subtasks
implement the method resolver for ERC721Portal.
Implement the method resolver for ERC1155SinglePortal.
Implement the method resolver for ERC1155BatchPortal.
Add unit tests.
🎯 Definition of Done
The user can see the method name from inputs coming from the ERC721Portal.
The user can see the method name from inputs coming from the ERC1155SinglePortal.
The user can see the method name from inputs coming from the ERC1155BatchPortal.
The text was updated successfully, but these errors were encountered:
📄 Context
Currently, in the inputs table, deposits coming from the ERC20Portal and EtherPortal display the method's name when the
msgSender
matches the address of such portal contracts. We are already indexing information for ERC721Portal, ERC1155SinglePortal and ERC1155BatchPortal but still displaying the?
✔️ Solution
Implement the method-resolver for each missing portal and display the method name described in the above documentation.
📈 Subtasks
🎯 Definition of Done
The text was updated successfully, but these errors were encountered: