From e468b6f3d8f3f117bb53b1d1acf7ca1b9b0cb47f Mon Sep 17 00:00:00 2001 From: Pablo <55535804+Pabl0cks@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:34:01 +0200 Subject: [PATCH] Add eip-5792 extension (#98) --- docs/extensions/availableExtensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/extensions/availableExtensions.md b/docs/extensions/availableExtensions.md index 22d0968..c43c966 100644 --- a/docs/extensions/availableExtensions.md +++ b/docs/extensions/availableExtensions.md @@ -25,6 +25,7 @@ Here are the core extensions: - [onchainkit](https://github.com/scaffold-eth/create-eth-extensions/tree/onchainkit): Pre-configured with [onchainkit](https://onchainkit.xyz/),providing an example to help you get started quickly with the ready-to-use React components and TypeScript utilities built by Coinbase team. - [erc-20](https://github.com/scaffold-eth/create-eth-extensions/tree/erc-20): An implementation of ERC-20 token contract, allowing you to interact with the contract in a user-friendly manner, including getting a holder balance and transferring tokens. - [eip-712](https://github.com/scaffold-eth/create-eth-extensions/tree/eip-712): An implementation of EIP-712, allowing you to send, sign, and verify typed messages. +- [eip-5792](https://github.com/scaffold-eth/create-eth-extensions/tree/eip-5792): An implementation of EIP-5792 wallet capabilities, allowing you to use the new JSON-RPC methods for sending multiple calls from the user wallet, and checking their status. ## Third-party Extensions