From ca9366e3fed955419faf10e880c146e878c5b317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADnez?= Date: Thu, 31 Oct 2024 15:41:24 +0100 Subject: [PATCH] List deployment guides in the overview --- pages/sdk/protocol-kit.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/sdk/protocol-kit.mdx b/pages/sdk/protocol-kit.mdx index 00bf7e29..bfd985ab 100644 --- a/pages/sdk/protocol-kit.mdx +++ b/pages/sdk/protocol-kit.mdx @@ -14,6 +14,8 @@ The Protocol Kit enables developers to interact with [Safe Smart Accounts](https The following guides show how to use the Protocol Kit and integrate it into your project: +- [Safe deployment](./protocol-kit/guides/safe-deployment.mdx) +- [Multichain Safe deployment](./protocol-kit/guides/multichain-safe-deployment.mdx) - [Execute transactions](./protocol-kit/guides/execute-transactions.mdx) - [Transactions signatures](./protocol-kit/guides/signatures/transactions.mdx) - [Message signatures](./protocol-kit/guides/signatures/messages.mdx)