From 4fc29bfb6bc98256c089a1d2a5610fbdb791d77b Mon Sep 17 00:00:00 2001 From: drewstone Date: Thu, 21 Nov 2024 10:55:21 -0800 Subject: [PATCH] feat: add safe docs --- pages/resources/safe.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pages/resources/safe.mdx b/pages/resources/safe.mdx index e69de29b..467f5ebe 100644 --- a/pages/resources/safe.mdx +++ b/pages/resources/safe.mdx @@ -0,0 +1,16 @@ +# Safe Deployments + +Safe (formerly Gnosis Safe) is a smart contract wallet focused on secure management of digital assets. It provides multi-signature functionality and other advanced security features for managing digital assets on EVM-compatible blockchains. Safe enables users to require multiple signatures to execute transactions, enhancing security for digital asset management. + +Safe contracts deployed deployed and a [Safe UI is hosted by Den](https://safe.onchainden.com/welcome?chain=tnt). + +## Contract Deployments + +Below are the key contract deployments for Safe on the Tangle network. You can view each contract on our [Blockscout Explorer](https://explorer.tangle.tools/). + +| Contract Name | Address | +| ------------ | -------------------------------------------------------------------------------------------------------------------------------- | +| **Safe Implementation** | [`0xfb1bffC9d739B8D520DaF37dF666da4C687191EA`](https://explorer.tangle.tools/address/0xfb1bffC9d739B8D520DaF37dF666da4C687191EA) | +| **Proxy Factory** | [`0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC`](https://explorer.tangle.tools/address/0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC) | + +These contract addresses are essential for interacting with Safe on Tangle. Ensure you understand the functionality and security implications when interacting with these contracts.