From 52a9b9fbc32fd31f84262912ae82c36f2eba3ca3 Mon Sep 17 00:00:00 2001 From: Tanay Pant <7481165+tanay1337@users.noreply.github.com> Date: Sat, 16 Mar 2024 08:32:12 +0100 Subject: [PATCH] feat: add ackee article to RH (#401) * feat: add ackee article to RH * fix: add the security tag --------- Co-authored-by: Tanay Pant <tanaypantprotonmail.com> --- components/ResourceHub/community-resources.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/components/ResourceHub/community-resources.json b/components/ResourceHub/community-resources.json index 5acb5055..1ff6bd66 100644 --- a/components/ResourceHub/community-resources.json +++ b/components/ResourceHub/community-resources.json @@ -197,6 +197,22 @@ "image": "https://i.ytimg.com/vi/v_V4Wqcn7vE/maxresdefault.jpg" } }, + { + "name": "Staying safe with Safe", + "url": "https://ackeeblockchain.com/blog/staying-safe-with-safe/", + "type": "Blog Post", + "date": "2024-03-15", + "abstract": "Since we audited Safe version 1.4.0, we realized its importance in the ecosystem. Here is the list of tips and resources for those who decide to go deeper.", + "tags": [ + "Safe Smart Account", + "Security" + ], + "og": { + "title": "Staying safe with Safe - Ackee Blockchain", + "description": "Since we audited Safe version 1.4.0, we realized its importance in the ecosystem. Here is the list of tips and resources for those who decide to go deeper.", + "image": "https://ackeeblockchain.com/blog/wp-content/uploads/2023/10/Safe-1.png" + } + }, { "name": "How to create and use a Safe account with permissionless.js", "url": "https://docs.pimlico.io/permissionless/how-to/accounts/use-safe-account",