Skip to content

Commit

Permalink
highlight the form link and redirect to safe installation for adding …
Browse files Browse the repository at this point in the history
…new networks (#662)
  • Loading branch information
zzuziak authored Dec 16, 2024
1 parent 4a096c0 commit 16e5bc4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/SupportedNetworks/Networks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const SupportedNetworks: React.FC = () => {
const sidebar = (
<>
<NextLink
href='/core-api/safe-contracts-deployment'
href='/core-api/safe-installation-overview'
target='_blank'
rel='noreferrer'
>
Expand Down
4 changes: 4 additions & 0 deletions pages/core-api/safe-contracts-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Callout type="info" emoji="ℹ️">
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.
</Callout>

## Prerequisites

Open a [pull request](https://github.com/ethereum-lists/chains) to add your chain to [chainlist.org](https://chainlist.org/).
Expand Down
5 changes: 3 additions & 2 deletions pages/core-api/safe-infrastructure-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<Callout type="info" emoji="ℹ️">
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).
</Callout>
### Hard requirements

- EVM-compatible chain.
Expand Down
2 changes: 1 addition & 1 deletion pages/core-api/safe-installation-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 16e5bc4

Please sign in to comment.