Skip to content

Commit

Permalink
New translations grafting.mdx (French)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Dec 24, 2023
1 parent ca8ad85 commit be91f4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/pages/fr/cookbook/grafting.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Remplacer un contrat tout en conservant son histoire grâce à la greffe
title: Remplacer un contrat et conserver son historique grâce au « greffage »
---

In this guide, you will learn how to build and deploy new subgraphs by grafting existing subgraphs.
Expand Down Expand Up @@ -89,11 +89,11 @@ Le greffage nécessite l'ajout de deux nouveaux éléments au manifeste du subgr

```yaml
---
caractéristiques:
caractéristiques :
- greffage # nom de l'élément
greffe:
base: Qm... # ID du subgraph de base
bloc: 1502122 # numéro du bloc
greffe :
base : Qm... # ID du subgraph de base
bloc : 1502122 # numéro du bloc
```

- `features :` est une liste de tous les [noms de fonctionnalités](developing/creating-a-subgraph/#experimental-features) utilisés.
Expand Down Expand Up @@ -151,7 +151,7 @@ Le subgraph.yaml de remplacement du greffon aura une nouvelle adresse de contrat

```graphql
{
withdrawals(first: 5) {
withdrawals(first : 5) {
id
montant
quand
Expand Down

0 comments on commit be91f4b

Please sign in to comment.