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

fix some typos #537

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 website/pages/ar/cookbook/grafting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ It should return the following:

You can see that the `graft-replacement` subgraph is indexing from older `graph-example` data and newer data from the new contract address. The original contract emitted two `Withdrawal` events, [Event 1](https://goerli.etherscan.io/tx/0x800c92fcc0edbd26f74e19ad058c62008a47c7789f2064023b987028343dd498) and [Event 2](https://goerli.etherscan.io/address/0x4ed995e775d3629b0566d2279f058729ae6ea493). The new contract emitted one `Withdrawal` after, [Event 3](https://goerli.etherscan.io/tx/0xb4010e4c76f86762beb997a13cf020231778eaf7c64fa3b7794971a5e6b343d3). The two previously indexed transactions (Event 1 and 2) and the new transaction (Event 3) were combined together in the `graft-replacement` subgraph.

Congrats! You have succesfully grafted a subgraph onto another subgraph.
Congrats! You have successfully grafted a subgraph onto another subgraph.

## مصادر إضافية

Expand Down
2 changes: 1 addition & 1 deletion website/pages/ar/developing/creating-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ File data sources are a new subgraph functionality for accessing off-chain data

### نظره عامة

Rather than fetching files "in line" during handler exectuion, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.
Rather than fetching files "in line" during handler execution, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.

This is similar to the [existing data source templates](https://thegraph.com/docs/en/developing/creating-a-subgraph/#data-source-templates), which are used to dynamically create new chain-based data sources.

Expand Down
2 changes: 1 addition & 1 deletion website/pages/ar/mips-faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Yes, it is actually expected of you to do so. Several phases are on Görli and o

### 11. At what point do you expect participants to add a mainnet deployment?

There will be a requirement to have a mainnet indexer during phase 3. More infomation on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)
There will be a requirement to have a mainnet indexer during phase 3. More information on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)

### 12. Will rewards be subject to vesting?

Expand Down
2 changes: 1 addition & 1 deletion website/pages/cs/cookbook/grafting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ It should return the following:

You can see that the `graft-replacement` subgraph is indexing from older `graph-example` data and newer data from the new contract address. The original contract emitted two `Withdrawal` events, [Event 1](https://goerli.etherscan.io/tx/0x800c92fcc0edbd26f74e19ad058c62008a47c7789f2064023b987028343dd498) and [Event 2](https://goerli.etherscan.io/address/0x4ed995e775d3629b0566d2279f058729ae6ea493). The new contract emitted one `Withdrawal` after, [Event 3](https://goerli.etherscan.io/tx/0xb4010e4c76f86762beb997a13cf020231778eaf7c64fa3b7794971a5e6b343d3). The two previously indexed transactions (Event 1 and 2) and the new transaction (Event 3) were combined together in the `graft-replacement` subgraph.

Congrats! You have succesfully grafted a subgraph onto another subgraph.
Congrats! You have successfully grafted a subgraph onto another subgraph.

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion website/pages/cs/developing/creating-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ File data sources are a new subgraph functionality for accessing off-chain data

### Overview

Rather than fetching files "in line" during handler exectuion, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.
Rather than fetching files "in line" during handler execution, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.

This is similar to the [existing data source templates](https://thegraph.com/docs/en/developing/creating-a-subgraph/#data-source-templates), which are used to dynamically create new chain-based data sources.

Expand Down
2 changes: 1 addition & 1 deletion website/pages/cs/mips-faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Yes, it is actually expected of you to do so. Several phases are on Görli and o

### 11. At what point do you expect participants to add a mainnet deployment?

There will be a requirement to have a mainnet indexer during phase 3. More infomation on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)
There will be a requirement to have a mainnet indexer during phase 3. More information on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)

### 12. Will rewards be subject to vesting?

Expand Down
2 changes: 1 addition & 1 deletion website/pages/de/cookbook/grafting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ It should return the following:

You can see that the `graft-replacement` subgraph is indexing from older `graph-example` data and newer data from the new contract address. The original contract emitted two `Withdrawal` events, [Event 1](https://goerli.etherscan.io/tx/0x800c92fcc0edbd26f74e19ad058c62008a47c7789f2064023b987028343dd498) and [Event 2](https://goerli.etherscan.io/address/0x4ed995e775d3629b0566d2279f058729ae6ea493). The new contract emitted one `Withdrawal` after, [Event 3](https://goerli.etherscan.io/tx/0xb4010e4c76f86762beb997a13cf020231778eaf7c64fa3b7794971a5e6b343d3). The two previously indexed transactions (Event 1 and 2) and the new transaction (Event 3) were combined together in the `graft-replacement` subgraph.

Congrats! You have succesfully grafted a subgraph onto another subgraph.
Congrats! You have successfully grafted a subgraph onto another subgraph.

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion website/pages/de/developing/creating-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ File data sources are a new subgraph functionality for accessing off-chain data

### Overview

Rather than fetching files "in line" during handler exectuion, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.
Rather than fetching files "in line" during handler execution, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.

This is similar to the [existing data source templates](https://thegraph.com/docs/en/developing/creating-a-subgraph/#data-source-templates), which are used to dynamically create new chain-based data sources.

Expand Down
2 changes: 1 addition & 1 deletion website/pages/de/mips-faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Yes, it is actually expected of you to do so. Several phases are on Görli and o

### 11. At what point do you expect participants to add a mainnet deployment?

There will be a requirement to have a mainnet indexer during phase 3. More infomation on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)
There will be a requirement to have a mainnet indexer during phase 3. More information on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)

### 12. Will rewards be subject to vesting?

Expand Down
2 changes: 1 addition & 1 deletion website/pages/en/cookbook/grafting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ It should return the following:

You can see that the `graft-replacement` subgraph is indexing from older `graph-example` data and newer data from the new contract address. The original contract emitted two `Withdrawal` events, [Event 1](https://goerli.etherscan.io/tx/0x800c92fcc0edbd26f74e19ad058c62008a47c7789f2064023b987028343dd498) and [Event 2](https://goerli.etherscan.io/address/0x4ed995e775d3629b0566d2279f058729ae6ea493). The new contract emitted one `Withdrawal` after, [Event 3](https://goerli.etherscan.io/tx/0xb4010e4c76f86762beb997a13cf020231778eaf7c64fa3b7794971a5e6b343d3). The two previously indexed transactions (Event 1 and 2) and the new transaction (Event 3) were combined together in the `graft-replacement` subgraph.

Congrats! You have succesfully grafted a subgraph onto another subgraph.
Congrats! You have successfully grafted a subgraph onto another subgraph.

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion website/pages/en/developing/creating-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ File data sources are a new subgraph functionality for accessing off-chain data

### Overview

Rather than fetching files "in line" during handler exectuion, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.
Rather than fetching files "in line" during handler execution, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.

This is similar to the [existing data source templates](https://thegraph.com/docs/en/developing/creating-a-subgraph/#data-source-templates), which are used to dynamically create new chain-based data sources.

Expand Down
2 changes: 1 addition & 1 deletion website/pages/en/mips-faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Yes, it is actually expected of you to do so. Several phases are on Görli and o

### 11. At what point do you expect participants to add a mainnet deployment?

There will be a requirement to have a mainnet indexer during phase 3. More infomation on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)
There will be a requirement to have a mainnet indexer during phase 3. More information on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)

### 12. Will rewards be subject to vesting?

Expand Down
2 changes: 1 addition & 1 deletion website/pages/fr/developing/creating-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ File data sources are a new subgraph functionality for accessing off-chain data

### Vue d'ensemble

Rather than fetching files "in line" during handler exectuion, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.
Rather than fetching files "in line" during handler execution, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.

This is similar to the [existing data source templates](https://thegraph.com/docs/en/developing/creating-a-subgraph/#data-source-templates), which are used to dynamically create new chain-based data sources.

Expand Down
2 changes: 1 addition & 1 deletion website/pages/fr/mips-faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Yes, it is actually expected of you to do so. Several phases are on Görli and o

### 11. At what point do you expect participants to add a mainnet deployment?

There will be a requirement to have a mainnet indexer during phase 3. More infomation on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)
There will be a requirement to have a mainnet indexer during phase 3. More information on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)

### 12. Will rewards be subject to vesting?

Expand Down
2 changes: 1 addition & 1 deletion website/pages/ha/cookbook/grafting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ It should return the following:

You can see that the `graft-replacement` subgraph is indexing from older `graph-example` data and newer data from the new contract address. The original contract emitted two `Withdrawal` events, [Event 1](https://goerli.etherscan.io/tx/0x800c92fcc0edbd26f74e19ad058c62008a47c7789f2064023b987028343dd498) and [Event 2](https://goerli.etherscan.io/address/0x4ed995e775d3629b0566d2279f058729ae6ea493). The new contract emitted one `Withdrawal` after, [Event 3](https://goerli.etherscan.io/tx/0xb4010e4c76f86762beb997a13cf020231778eaf7c64fa3b7794971a5e6b343d3). The two previously indexed transactions (Event 1 and 2) and the new transaction (Event 3) were combined together in the `graft-replacement` subgraph.

Congrats! You have succesfully grafted a subgraph onto another subgraph.
Congrats! You have successfully grafted a subgraph onto another subgraph.

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion website/pages/ha/developing/creating-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ File data sources are a new subgraph functionality for accessing off-chain data

### Overview

Rather than fetching files "in line" during handler exectuion, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.
Rather than fetching files "in line" during handler execution, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.

This is similar to the [existing data source templates](https://thegraph.com/docs/en/developing/creating-a-subgraph/#data-source-templates), which are used to dynamically create new chain-based data sources.

Expand Down
2 changes: 1 addition & 1 deletion website/pages/ha/mips-faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Yes, it is actually expected of you to do so. Several phases are on Görli and o

### 11. At what point do you expect participants to add a mainnet deployment?

There will be a requirement to have a mainnet indexer during phase 3. More infomation on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)
There will be a requirement to have a mainnet indexer during phase 3. More information on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)

### 12. Will rewards be subject to vesting?

Expand Down
2 changes: 1 addition & 1 deletion website/pages/it/cookbook/grafting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ It should return the following:

You can see that the `graft-replacement` subgraph is indexing from older `graph-example` data and newer data from the new contract address. The original contract emitted two `Withdrawal` events, [Event 1](https://goerli.etherscan.io/tx/0x800c92fcc0edbd26f74e19ad058c62008a47c7789f2064023b987028343dd498) and [Event 2](https://goerli.etherscan.io/address/0x4ed995e775d3629b0566d2279f058729ae6ea493). The new contract emitted one `Withdrawal` after, [Event 3](https://goerli.etherscan.io/tx/0xb4010e4c76f86762beb997a13cf020231778eaf7c64fa3b7794971a5e6b343d3). The two previously indexed transactions (Event 1 and 2) and the new transaction (Event 3) were combined together in the `graft-replacement` subgraph.

Congrats! You have succesfully grafted a subgraph onto another subgraph.
Congrats! You have successfully grafted a subgraph onto another subgraph.

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion website/pages/it/developing/creating-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ File data sources are a new subgraph functionality for accessing off-chain data

### Overview

Rather than fetching files "in line" during handler exectuion, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.
Rather than fetching files "in line" during handler execution, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.

This is similar to the [existing data source templates](https://thegraph.com/docs/en/developing/creating-a-subgraph/#data-source-templates), which are used to dynamically create new chain-based data sources.

Expand Down
2 changes: 1 addition & 1 deletion website/pages/it/mips-faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Yes, it is actually expected of you to do so. Several phases are on Görli and o

### 11. At what point do you expect participants to add a mainnet deployment?

There will be a requirement to have a mainnet indexer during phase 3. More infomation on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)
There will be a requirement to have a mainnet indexer during phase 3. More information on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)

### 12. Will rewards be subject to vesting?

Expand Down
2 changes: 1 addition & 1 deletion website/pages/ko/cookbook/grafting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ It should return the following:

You can see that the `graft-replacement` subgraph is indexing from older `graph-example` data and newer data from the new contract address. The original contract emitted two `Withdrawal` events, [Event 1](https://goerli.etherscan.io/tx/0x800c92fcc0edbd26f74e19ad058c62008a47c7789f2064023b987028343dd498) and [Event 2](https://goerli.etherscan.io/address/0x4ed995e775d3629b0566d2279f058729ae6ea493). The new contract emitted one `Withdrawal` after, [Event 3](https://goerli.etherscan.io/tx/0xb4010e4c76f86762beb997a13cf020231778eaf7c64fa3b7794971a5e6b343d3). The two previously indexed transactions (Event 1 and 2) and the new transaction (Event 3) were combined together in the `graft-replacement` subgraph.

Congrats! You have succesfully grafted a subgraph onto another subgraph.
Congrats! You have successfully grafted a subgraph onto another subgraph.

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion website/pages/ko/developing/creating-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ File data sources are a new subgraph functionality for accessing off-chain data

### Overview

Rather than fetching files "in line" during handler exectuion, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.
Rather than fetching files "in line" during handler execution, this introduces templates which can be spawned as new data sources for a given file identifier. These new data sources fetch the files, retrying if they are unsuccessful, running a dedicated handler when the file is found.

This is similar to the [existing data source templates](https://thegraph.com/docs/en/developing/creating-a-subgraph/#data-source-templates), which are used to dynamically create new chain-based data sources.

Expand Down
2 changes: 1 addition & 1 deletion website/pages/ko/mips-faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Yes, it is actually expected of you to do so. Several phases are on Görli and o

### 11. At what point do you expect participants to add a mainnet deployment?

There will be a requirement to have a mainnet indexer during phase 3. More infomation on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)
There will be a requirement to have a mainnet indexer during phase 3. More information on this will be [shared in this notion page soon.](https://thegraphfoundation.notion.site/MIPs-Home-911e1187f1d94d12b247317265f81059)

### 12. Will rewards be subject to vesting?

Expand Down
2 changes: 1 addition & 1 deletion website/pages/nl/cookbook/grafting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ It should return the following:

You can see that the `graft-replacement` subgraph is indexing from older `graph-example` data and newer data from the new contract address. The original contract emitted two `Withdrawal` events, [Event 1](https://goerli.etherscan.io/tx/0x800c92fcc0edbd26f74e19ad058c62008a47c7789f2064023b987028343dd498) and [Event 2](https://goerli.etherscan.io/address/0x4ed995e775d3629b0566d2279f058729ae6ea493). The new contract emitted one `Withdrawal` after, [Event 3](https://goerli.etherscan.io/tx/0xb4010e4c76f86762beb997a13cf020231778eaf7c64fa3b7794971a5e6b343d3). The two previously indexed transactions (Event 1 and 2) and the new transaction (Event 3) were combined together in the `graft-replacement` subgraph.

Congrats! You have succesfully grafted a subgraph onto another subgraph.
Congrats! You have successfully grafted a subgraph onto another subgraph.

## Additional Resources

Expand Down
Loading