cartesi / rollups-contracts

Smart Contracts for Cartesi Rollups
https://cartesi.github.io/rollups-contracts/
Apache License 2.0
18 stars 38 forks source link

implement eip-165 for dapps #159

Closed ZzzzHui closed 9 months ago

guidanoli commented 9 months ago

You don't need to make CartesiDApp inherit from ERC1155Receiver, because it already inherits from ERC1155Holder, which in turn inherits from ERC1155Receiver.

ZzzzHui commented 9 months ago

You don't need to make CartesiDApp inherit from ERC1155Receiver, because it already inherits from ERC1155Holder, which in turn inherits from ERC1155Receiver.

But CartesiDApp didn't inherit from ERC1155Receiver directly