From a8d186c23e4a1540168ae4a65307a866604ebd4b Mon Sep 17 00:00:00 2001 From: Tanay Pant <7481165+tanay1337@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:08:16 +0100 Subject: [PATCH] docs: add 7702 video to resource hub (#648) Co-authored-by: Tanay Pant --- components/ResourceHub/company-resources.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/components/ResourceHub/company-resources.json b/components/ResourceHub/company-resources.json index 498c9ba2..cc60c463 100644 --- a/components/ResourceHub/company-resources.json +++ b/components/ResourceHub/company-resources.json @@ -152,5 +152,19 @@ ], "image": "https://i.ytimg.com/vi/zDe3zl7yApk/maxresdefault.jpg", "lastChecked": "2024-09-23" + }, + { + "name": "Convert an EOA to a Smart Account with EIP-7702", + "url": "https://www.youtube.com/watch?v=dx4mk6tKHCo", + "type": "Video", + "date": "2024-10-25", + "description": "EIP-7702 will ship with the upcoming Ethereum hardfork (Pectra) in 2025.With this POC you can already try out, how to convert an EOA into a Smart Account and...", + "tags": [ + "Tutorial", + "Safe Smart Account", + "7702" + ], + "image": "https://i.ytimg.com/vi/dx4mk6tKHCo/maxresdefault.jpg", + "lastChecked": "2024-11-25" } -] \ No newline at end of file +]