diff --git a/docs/get-started/how-to/linea-safe.mdx b/docs/get-started/how-to/linea-safe.mdx index 563a0538e..b39105bf9 100644 --- a/docs/get-started/how-to/linea-safe.mdx +++ b/docs/get-started/how-to/linea-safe.mdx @@ -4,6 +4,9 @@ description: Use Safe to create a multi-signature smart contract wallet on Linea image: /img/socialCards/create-a-multi-signature-smart-contract-wallet.jpg --- +import Tabs from "@theme/Tabs"; +import TabItem from "@theme/TabItem"; + Safe is a multi-signature smart contract wallet, which means it requires a minimum number of signatures to approve a transaction before it can occur. For example, if your business has three main stakeholders, you can configure the wallet to require approval from either two out of three @@ -18,3 +21,106 @@ To create your Safe wallet click [here](https://app.safe.global/), and select Li To use the app on Linea Sepolia, click [here](https://safe.linea.build). If you need guidance on using the Safe app, check out their support page [here](https://help.safe.global/). + +## Contracts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ContractAddress
`CompatibilityFallbackHandler`0xf48f2B2d2a534e402487b3ee7C18c33Aec0Fe5e4
`CreateCall`0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4
`DefaultCallbackHandler`0x1AC114C2099aFAf5261731655Dc6c306bFcd4Dbd
`GnosisSafe`0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552
`GnosisSafeL2`0x3E5c63644E683549055b9Be8653de26E0B4CD36E
`GnosisSafeProxyFactory`0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2
`MultiSend`0xA238CBeb142c10Ef7Ad8442C6D1f9E89e07e7761
`MultiSendCallOnly`0x40A2aCCbd92BCA938b02010E17A5b8929b49130D
`SignMessageLib`0xA65387F16B013cf2Af4605Ad8aA5ec25a2cbA3a2
`SimulateTxAccessor`0x59AD6735bCd8152B84860Cb256dD9e96b85F69Da
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ContractAddress
`CompatibilityFallbackHandler`0xf48f2B2d2a534e402487b3ee7C18c33Aec0Fe5e4
`CreateCall`0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4
`DefaultCallbackHandler`0x1AC114C2099aFAf5261731655Dc6c306bFcd4Dbd
`GnosisSafe`0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552
`GnosisSafeL2`0x3E5c63644E683549055b9Be8653de26E0B4CD36E
`GnosisSafeProxyFactory`0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2
`MultiSend`0xA238CBeb142c10Ef7Ad8442C6D1f9E89e07e7761
`MultiSendCallOnly`0x40A2aCCbd92BCA938b02010E17A5b8929b49130D
`SignMessageLib`0xA65387F16B013cf2Af4605Ad8aA5ec25a2cbA3a2
`SimulateTxAccessor`0x59AD6735bCd8152B84860Cb256dD9e96b85F69Da
+
+
+ +