Open rya-sge opened 9 months ago
Add a CMTAT deployment version supporting ERC-1363.
See also ERC-1363 Standard Explained
OpenZeppelin already supports this standard ERC-1363.sol
The easier way to do this is to create a contract inheriting from CMTAT_PROXY or CMTAT_BASE which adds the support of ERC-1363. This is similar to the version for UUPS proxy.
Add a CMTAT deployment version supporting ERC-1363.
See also ERC-1363 Standard Explained
OpenZeppelin already supports this standard ERC-1363.sol
The easier way to do this is to create a contract inheriting from CMTAT_PROXY or CMTAT_BASE which adds the support of ERC-1363. This is similar to the version for UUPS proxy.