Skip to content

Commit 27ba17b

Browse files
[WIP] Adding Arbitrum pages for L2 Transfer Tools (#415)
* Initial commit * Removing video GIFs * Adding images * Add “Scaling with Arbitrum” section to the nav * Update links to Arbitrum FAQ since the URL changed * Make the changes in the other languages, too * Actually, these pages don’t yet exist in languages other than English * Fix headings --------- Co-authored-by: Benoît Rouleau <benoit.rouleau@icloud.com>
1 parent 160941e commit 27ba17b

File tree

70 files changed

+653
-227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+653
-227
lines changed

pnpm-lock.yaml

Lines changed: 107 additions & 193 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/pages/ar/arbitrum/_meta.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default {
2+
'arbitrum-faq': '',
3+
}

website/pages/ar/cookbook/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Once your subgraph has been deployed to the Subgraph Studio, you have tested it
145145

146146
In the Subgraph Studio, click on your subgraph. On the subgraph’s page, you will be able to click the publish button on the top right.
147147

148-
Select the network you would like to publish your subgraph to. It is recommended to publish subgraphs to Arbitrum One to take advantage of the [faster transaction speeds and lower gas costs](../arbitrum-faq).
148+
Select the network you would like to publish your subgraph to. It is recommended to publish subgraphs to Arbitrum One to take advantage of the [faster transaction speeds and lower gas costs](/arbitrum/arbitrum-faq).
149149

150150
Before you can query your subgraph, Indexers need to begin serving queries on it. In order to streamline this process, you can curate your own subgraph using GRT.
151151

website/pages/de/cookbook/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Once your subgraph has been deployed to the Subgraph Studio, you have tested it
145145

146146
In the Subgraph Studio, click on your subgraph. On the subgraph’s page, you will be able to click the publish button on the top right.
147147

148-
Select the network you would like to publish your subgraph to. It is recommended to publish subgraphs to Arbitrum One to take advantage of the [faster transaction speeds and lower gas costs](../arbitrum-faq).
148+
Select the network you would like to publish your subgraph to. It is recommended to publish subgraphs to Arbitrum One to take advantage of the [faster transaction speeds and lower gas costs](/arbitrum/arbitrum-faq).
149149

150150
Before you can query your subgraph, Indexers need to begin serving queries on it. In order to streamline this process, you can curate your own subgraph using GRT.
151151

website/pages/en/_meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export default {
88
billing: '',
99
'network-transition-faq': '',
1010
glossary: '',
11-
'arbitrum-faq': '',
1211
tokenomics: 'Tokenomics',
12+
arbitrum: 'Scaling with Arbitrum',
1313
'---2': {
1414
type: 'separator',
1515
},

website/pages/en/arbitrum/_meta.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export default {
2+
'arbitrum-faq': '',
3+
'l2-transfer-tools-faq': '',
4+
'l2-transfer-tools-guide': '',
5+
}

website/pages/en/arbitrum-faq.mdx renamed to website/pages/en/arbitrum/arbitrum-faq.mdx

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ title: Arbitrum FAQ
44

55
Click [here](#billing-on-arbitrum-faqs) if you would like to skip to the Arbitrum Billing FAQs.
66

7-
## General FAQs
8-
9-
### Why is The Graph implementing an L2 Solution?
7+
## Why is The Graph implementing an L2 Solution?
108

119
By scaling The Graph on L2, network participants can expect:
1210

@@ -20,7 +18,7 @@ Scaling the protocol smart contracts onto L2 allows network participants to inte
2018

2119
The Graph community decided to move forward with Arbitrum last year after the outcome of the [GIP-0031](https://forum.thegraph.com/t/gip-0031-arbitrum-grt-bridge/3305) discussion.
2220

23-
### What do I need to do to use The Graph on L2?
21+
## What do I need to do to use The Graph on L2?
2422

2523
Users bridge their GRT and ETH  using one of the following methods:
2624

@@ -33,47 +31,47 @@ To take advantage of using The Graph on L2, use this dropdown switcher to toggle
3331

3432
![Dropdown switcher to toggle Arbitrum](/img/arbitrum-screenshot-toggle.png)
3533

36-
### As a subgraph developer, data consumer, Indexer, Curator, or Delegator, what do I need to do now?
34+
## As a subgraph developer, data consumer, Indexer, Curator, or Delegator, what do I need to do now?
3735

3836
There is no immediate action required, however, network participants are encouraged to begin moving to Arbitrum to take advantage of the benefits of L2.
3937

4038
Core developer teams are working to create L2 transfer tools that will make it significantly easier to move delegation, curation, and subgraphs to Arbitrum. Network participants can expect L2 transfer tools to be available by summer of 2023.
4139

4240
As of April 10th, 2023, 5% of all indexing rewards are being minted on Arbitrum. As network participation increases, and as the Council approves it, indexing rewards will gradually shift from Ethereum to Arbitrum, eventually moving entirely to Arbitrum.
4341

44-
### If I would like to participate in the network on L2, what should I do?
42+
## If I would like to participate in the network on L2, what should I do?
4543

4644
Please help [test the network](https://testnet.thegraph.com/explorer) on L2 and report feedback about your experience in [Discord](https://discord.gg/vtvv7FP).
4745

48-
### Are there any risks associated with scaling the network to L2?
46+
## Are there any risks associated with scaling the network to L2?
4947

5048
All smart contracts have been thoroughly [audited](https://github.com/graphprotocol/contracts/blob/dev/audits/OpenZeppelin/2022-07-graph-arbitrum-bridge-audit.pdf).
5149

5250
Everything has been tested thoroughly, and a contingency plan is in place to ensure a safe and seamless transition. Details can be found [here](https://forum.thegraph.com/t/gip-0037-the-graph-arbitrum-deployment-with-linear-rewards-minted-in-l2/3551#risks-and-security-considerations-20).
5351

54-
### Will existing subgraphs on Ethereum continue to work?
52+
## Will existing subgraphs on Ethereum continue to work?
5553

5654
Yes, The Graph Network contracts will operate in parallel on both Ethereum and Arbitrum until moving fully to Arbitrum at a later date.
5755

58-
### Will GRT have a new smart contract deployed on Arbitrum?
56+
## Will GRT have a new smart contract deployed on Arbitrum?
5957

6058
Yes, GRT has an additional [smart contract on Arbitrum](https://arbiscan.io/address/0x9623063377ad1b27544c965ccd7342f7ea7e88c7). However, the Ethereum mainnet [GRT contract](https://etherscan.io/token/0xc944e90c64b2c07662a292be6244bdf05cda44a7) will remain operational.
6159

6260
## Billing on Arbitrum FAQs
6361

64-
### What do I need to do about the GRT in my billing balance?
62+
## What do I need to do about the GRT in my billing balance?
6563

6664
Nothing! Your GRT has been securely migrated to Arbitrum and is being used to pay for queries as you read this.
6765

68-
### How do I know my funds have migrated securely to Arbitrum?
66+
## How do I know my funds have migrated securely to Arbitrum?
6967

7068
All GRT billing balances have already been successfully migrated to Arbitrum. You can view the billing contract on Arbitrum [here](https://arbiscan.io/address/0x1B07D3344188908Fb6DEcEac381f3eE63C48477a).
7169

72-
### How do I know the Arbitrum bridge is secure?
70+
## How do I know the Arbitrum bridge is secure?
7371

7472
The bridge has been [heavily audited](https://code4rena.com/contests/2022-10-the-graph-l2-bridge-contest) to ensure safety and security for all users.
7573

76-
### What do I need to do if I'm adding fresh GRT from my Ethereum mainnet wallet?
74+
## What do I need to do if I'm adding fresh GRT from my Ethereum mainnet wallet?
7775

7876
Adding GRT to your Arbitrum billing balance can be done with a one-click experience in [Subgraph Studio](https://thegraph.com/studio/). You'll be able to easily bridge your GRT to Arbitrum and fill your API keys in one transaction.
7977

0 commit comments

Comments
 (0)