Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight Safe network deployments #662

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading