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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: