From 7420f6fc3bdc3c81bfede0c0a5f04e89f2134a5f Mon Sep 17 00:00:00 2001 From: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:10:03 +0000 Subject: [PATCH 1/2] Add L2 contracts to Safe page (#881) --- docs/get-started/how-to/linea-safe.mdx | 106 +++++++++++++++++++++++++ 1 file changed, 106 insertions(+) diff --git a/docs/get-started/how-to/linea-safe.mdx b/docs/get-started/how-to/linea-safe.mdx index 563a0538ed..b39105bf94 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
+
+
+ + From 9e2f4dabe9ed852fe8f49be140fa88fa18cc6a61 Mon Sep 17 00:00:00 2001 From: sammysango <136692631+sammysango@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:02:06 +0000 Subject: [PATCH 2/2] Searchbar display fix (#882) * setting consistent sidebar item line height * fixing searchbar height/width problems on mobile --- src/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 1499a1d40c..ba18b5c2d4 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -1011,6 +1011,10 @@ html[data-theme="dark"] .header-dockerhub-link::before { right: 0; margin-right: 9px; } + + .navbar__search-input:not(.navbar .navbar__search-input) { + width: 40vw; + } } @media (width <= 1080px) { @@ -1037,6 +1041,7 @@ html[data-theme="dark"] .header-dockerhub-link::before { .navbar__search-input:not(.navbar .navbar__search-input) { max-width: 450px; width: 450px; + height: 65px; } .support-link {