Comparing version 0.2.0 to 0.2.2
{ | ||
"name": "erc7656", | ||
"version": "0.2.0", | ||
"version": "0.2.2", | ||
"description": "ERC7656 Reference Implementation", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -35,2 +35,3 @@ # ERC-7656 | ||
Base Sepolia | ||
Arbitrum Sepolia | ||
``` | ||
@@ -51,3 +52,2 @@ | ||
``` | ||
[README.md](README.md) | ||
Make your nft able to deploy plugins | ||
@@ -83,3 +83,3 @@ | ||
if (_msgSender() != ownerOf(tokenId)) revert NotTheTokenOwner(); | ||
// passing address(0) as the manager address, since the token is the manager | ||
// passing address(0) as the registry address because we use the canonical one | ||
_deploy(implementation, salt, address(this), tokenId, address(0)); | ||
@@ -101,2 +101,1 @@ | ||
Copyright (C) 2023+ Cruna | ||
[README.md](README.md) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19934