Skip to content

Commit

Permalink
Add eip5792
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks authored Oct 24, 2024
1 parent 88c77cd commit 4549819
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/nextjs/public/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
"installCommand": "npx create-eth@latest -e erc-20",
"builder": "0x5dCb5f4F39Caa6Ca25380cfc42280330b49d3c93",
"coBuilders": ["0x60583563D5879C2E59973E5718c7DE2147971807"]
},
{
"name": "eip-5792",
"description": "This extension demonstrates on how to use EIP-5792 wallet capabilities. This EIP introduces new JSON-RPC methods for communication between apps and wallets.",
"github": "https://github.com/scaffold-eth/create-eth-extensions/tree/eip-5792",
"installCommand": "npx create-eth@latest -e eip-5792",
"builder": "0x1A2d838c4bbd1e73d162d0777d142c1d783Cb831",
"coBuilders": []
}
]
}

0 comments on commit 4549819

Please sign in to comment.