Skip to content

Commit

Permalink
New translations contracts.mdx (Yoruba)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed May 26, 2024
1 parent 8d8df6a commit 448e29c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions website/pages/yo/network/contracts.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Protocol Contracts
---

import { ProtocolContractsTable } from '@/src/contracts'

Below are the deployed contracts which power The Graph Network. Visit the official [contracts repository](https://github.com/graphprotocol/contracts) to learn more.

## Arbitrum

This is the principal deployment of The Graph Network.

<ProtocolContractsTable networkId={42161} />

## Mainnet

This was the original deployment of The Graph Network. [Learn more](/arbitrum/arbitrum-faq) about The Graph's scaling with Arbitrum.

<ProtocolContractsTable networkId={1} />

## Arbitrum Sepolia

This is the primary testnet for The Graph Network. Testnet is predominantly used by core developers and ecosystem participants for testing purposes. There are no guarantees of service or availability on The Graph's testnets.

<ProtocolContractsTable networkId={421614} />

## Sepolia

<ProtocolContractsTable networkId={11155111} />

0 comments on commit 448e29c

Please sign in to comment.