From 07c5ef2291484d9ef9de121813fd6602d77f8350 Mon Sep 17 00:00:00 2001 From: Zuza Zuber Date: Mon, 16 Dec 2024 12:21:55 +0000 Subject: [PATCH] highlight the form link and redirect to safe installation for adding new networks --- components/SupportedNetworks/Networks.tsx | 2 +- pages/core-api/safe-contracts-deployment.mdx | 4 ++++ pages/core-api/safe-infrastructure-deployment.mdx | 5 +++-- pages/core-api/safe-installation-overview.mdx | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/components/SupportedNetworks/Networks.tsx b/components/SupportedNetworks/Networks.tsx index 3c9d50f0..acc59917 100644 --- a/components/SupportedNetworks/Networks.tsx +++ b/components/SupportedNetworks/Networks.tsx @@ -271,7 +271,7 @@ const SupportedNetworks: React.FC = () => { const sidebar = ( <> diff --git a/pages/core-api/safe-contracts-deployment.mdx b/pages/core-api/safe-contracts-deployment.mdx index ed4cbf47..18ad8f14 100644 --- a/pages/core-api/safe-contracts-deployment.mdx +++ b/pages/core-api/safe-contracts-deployment.mdx @@ -4,6 +4,10 @@ import { Callout, Steps, Tabs, Tab } from 'nextra/components' In this section, you will deploy the Safe\{Core\} contracts on your chain. All Safe contract deployments on any network follow the same procedure to ensure a deterministic address for all singleton contracts (proxy-factory, mastercopy, etc.) and verify the deployment. + + You can also use the [Platform-as-a-Service deployment run by Safe Core Contributors](https://noteforms.com/forms/request-safe-ui-and-infra-support-4weugt) or third-party integrators. + + ## Prerequisites Open a [pull request](https://github.com/ethereum-lists/chains) to add your chain to [chainlist.org](https://chainlist.org/). diff --git a/pages/core-api/safe-infrastructure-deployment.mdx b/pages/core-api/safe-infrastructure-deployment.mdx index 08dfe1ed..cf8cda6a 100644 --- a/pages/core-api/safe-infrastructure-deployment.mdx +++ b/pages/core-api/safe-infrastructure-deployment.mdx @@ -10,8 +10,9 @@ You have three options for deploying the Safe stack, depending on your needs. We roll out new networks quarterly, depending on our internal capacity, and only for medium to large chains based on a strict scoring framework. -If you want to submit your chain for assessment in the next quarter, please fill out this [form](https://noteforms.com/forms/request-safe-ui-and-infra-support-4weugt). - + + If you want to submit your chain for assessment in the next quarter, please fill out this [form](https://noteforms.com/forms/request-safe-ui-and-infra-support-4weugt). + ### Hard requirements - EVM-compatible chain. diff --git a/pages/core-api/safe-installation-overview.mdx b/pages/core-api/safe-installation-overview.mdx index 0fbb0377..e7693529 100644 --- a/pages/core-api/safe-installation-overview.mdx +++ b/pages/core-api/safe-installation-overview.mdx @@ -29,7 +29,7 @@ Safe reviews registrations of canonical deployments on a two-week cadence. You have three options available: -1. Use the Platform-as-a-Service run by Safe Core Contributors. +1. [Use the Platform-as-a-Service run by Safe Core Contributors](https://noteforms.com/forms/request-safe-ui-and-infra-support-4weugt). 2. Use the Platform-as-a-Service run by third-party integrators. 3. Self-host the infrastructure.