Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

erc7656

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

erc7656 - npm Package Compare versions

Comparing version 0.2.0 to 0.2.2

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc