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
As discussed before in #3174, the Governor and TimelockController contracts are able to receive ERC721 and ERC1155 tokens, so they should implement the respective Receiver interfaces. This was fixed in #3230, but due to storage layout compatibility (#3174 (comment)) we didn't use ERC721Holder and ERC1155Holder. We should do that now.
The text was updated successfully, but these errors were encountered:
As discussed before in #3174, the Governor and TimelockController contracts are able to receive ERC721 and ERC1155 tokens, so they should implement the respective Receiver interfaces. This was fixed in #3230, but due to storage layout compatibility (#3174 (comment)) we didn't use
ERC721Holder
andERC1155Holder
. We should do that now.The text was updated successfully, but these errors were encountered: