Skip to content

Commit 8f98d41

Browse files
authored
Update billing.mdx (#473)
* Update billing.mdx added videos showing how to add grt using crypto wallet and multisig wallet * added more embedded videos
1 parent 8574e61 commit 8f98d41

File tree

10 files changed

+22
-13
lines changed

10 files changed

+22
-13
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ build/
3737
.eslintcache
3838
dist/
3939
.turbo/
40+
41+
.git
42+
.gitignore

website/pages/cs/network-transition-faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ A max query budget of $0.0004 is recommended to maintain low average query price
137137

138138
### How can I migrate my subgraph to The Graph's decentralized network?
139139

140-
Learn how to migrate your subgraph to The Graph Network with this simple [step-by-step guide](https://thegraph.com/blog/how-to-migrate-ethereum-subgraph) or [this video](https://www.youtube.com/watch?v=syXwYEk-VnU&t=1s).
140+
<VideoEmbed youtube="syXwYEk-VnU" />
141141

142142
### Are there Network Grants for subgraphs that migrate early to The Graph Network?
143143

website/pages/cs/network/delegating.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Imagine an Indexer has 100,000,000 GRT delegated to them, and their capacity is
8383

8484
Therefore a Delegator should always consider the Delegation Capacity of an Indexer, and factor it into their decision making.
8585

86+
Get started delegating with this quickstart video:
87+
88+
<VideoEmbed youtube="xcegvXxgR4Y" />
89+
8690
## Delegator FAQs and Bugs
8791

8892
### MetaMask "Pending Transaction" Bug

website/pages/cs/publishing/publishing-a-subgraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Once your subgraph has been [deployed to the Subgraph Studio](/deploying/deployi
66

77
Publishing a Subgraph to the decentralized network makes it available for [Curators](/network/curating) to begin curating on it, and [Indexers](/network/indexing) to begin indexing it.
88

9-
For a walkthrough of how to publish a subgraph to the decentralized network, see [this video](https://youtu.be/HfDgC2oNnwo?t=580).
9+
<VideoEmbed youtube="HfDgC2oNnwo" />
1010

1111
You can find the list of the supported networks [Here](/developing/supported-networks).
1212

website/pages/de/publishing/publishing-a-subgraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Once your subgraph has been [deployed to the Subgraph Studio](/deploying/deployi
66

77
Publishing a Subgraph to the decentralized network makes it available for [Curators](/network/curating) to begin curating on it, and [Indexers](/network/indexing) to begin indexing it.
88

9-
For a walkthrough of how to publish a subgraph to the decentralized network, see [this video](https://youtu.be/HfDgC2oNnwo?t=580).
9+
<VideoEmbed youtube="HfDgC2oNnwo" />
1010

1111
You can find the list of the supported networks [Here](/developing/supported-networks).
1212

website/pages/en/arbitrum/l2-transfer-tools-faq.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ To transfer your stake, you will need to complete the following steps:
128128

129129
\*Note that you must confirm the transfer within 7 days otherwise your stake may be lost. In most cases, this step will run automatically, but a manual confirmation may be needed if there is a gas price spike on Arbitrum. If there are any issues during this process, there will be resources to help: contact support at [email protected] or on [Discord](https://discord.gg/vtvv7FP).
130130

131+
<VideoEmbed youtube="5lTq_V4YbWc" />
132+
131133
## Will all of my stake transfer?
132134

133135
You can choose how much of your stake to transfer. If you choose to transfer all of your stake at once, you will need to close any open allocations first.
@@ -178,6 +180,8 @@ To transfer your delegation, you will need to complete the following steps:
178180

179181
\*\*\*\*You must confirm the transaction to complete the delegation transfer on Arbitrum. This step must be completed within 7 days or the delegation could be lost. In most cases, this step will run automatically, but a manual confirmation may be needed if there is a gas price spike on Arbitrum. If there are any issues during this process, there will be resources to help: contact support at [email protected] or on [Discord](https://discord.gg/vtvv7FP).
180182

183+
<VideoEmbed youtube="CAAQCKw5eV4" />
184+
181185
## What happens to my rewards if I initiate a transfer with an open allocation on Ethereum mainnet?
182186

183187
If the indexer to whom you're delegating is still operating on L1, when you transfer to Arbitrum you will forfeit any delegation rewards from open allocations on Ethereum mainnet. This means that you will lose the rewards from, at most, the last 28-day period. If you time the transfer right after the indexer has closed allocations you can make sure this is the least amount possible. If you have a communication channel with your indexer(s), consider discussing with them to find the best time to do your transfer.

website/pages/en/arbitrum/l2-transfer-tools-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Some frequent questions about these tools are answered in the [L2 Transfer Tools
1010

1111
## How to transfer your subgraph to Arbitrum (L2)
1212

13-
Watch a [video walkthrough](https://youtu.be/R8_vz4lx2Co) of this process.
13+
<VideoEmbed youtube="R8_vz4lx2Co" />
1414

1515
## Benefits of transferring your subgraphs
1616

website/pages/en/billing.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ While The Graph protocol operates on Ethereum Mainnet, [the billing contract](ht
3737

3838
### Adding GRT using a crypto wallet
3939

40+
<VideoEmbed youtube="4Bw2sh0FxCg" />
41+
4042
> This section is written assuming you already have GRT in your crypto wallet, and you're on Ethereum mainnet. If you don't have GRT, you can learn how to get GRT [here](#getting-grt).
4143
4244
1. Go to the [Subgraph Studio Billing page](https://thegraph.com/studio/billing/).
@@ -71,6 +73,8 @@ While The Graph protocol operates on Ethereum Mainnet, [the billing contract](ht
7173

7274
### Adding GRT using a multisig wallet
7375

76+
<VideoEmbed youtube="eCgxp1Rag_0" />
77+
7478
1. Go to the [Subgraph Studio Billing page](https://thegraph.com/studio/billing/).
7579

7680
2. Click on the "Connect Wallet" button on the top right corner of the page. Select your wallet and click on "Connect". If you're using [Gnosis-Safe](https://gnosis-safe.io/), you'll be able to connect your multisig as well as your signing wallet. Then, sign the associated message. This will not cost any gas.

website/pages/en/deploying/subgraph-studio.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,9 @@ Querying subgraphs generates query fees, used to reward [Indexers](/network/inde
3030
1. Sign in with your wallet - you can do this via MetaMask or WalletConnect
3131
1. Once you sign in, you will see your unique deploy key on your account home page. This will allow you to either publish your subgraphs or manage your API keys + billing. You will have a unique deploy key that can be re-generated if you think it has been compromised.
3232

33-
## How to Create your Subgraph in Subgraph Studio
33+
## How to Create a Subgraph in Subgraph Studio
3434

35-
The best part! When you first create a subgraph, you’ll be directed to fill out:
36-
37-
- Your Subgraph Name
38-
- Image
39-
- Description
40-
- Categories (e.g. `DeFi`, `NFTs`, `Governance`)
41-
- Website
35+
<VideoEmbed youtube="nGIFuC69bSA" />
4236

4337
## Subgraph Compatibility with The Graph Network
4438

website/pages/en/publishing/publishing-a-subgraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Once your subgraph has been [deployed to the Subgraph Studio](/deploying/deployi
66

77
Publishing a Subgraph to the decentralized network makes it available for [Curators](/network/curating) to begin curating on it, and [Indexers](/network/indexing) to begin indexing it.
88

9-
For a walkthrough of how to publish a subgraph to the decentralized network, see [this video](https://youtu.be/HfDgC2oNnwo?t=580).
9+
<VideoEmbed youtube="HfDgC2oNnwo" />
1010

1111
You can find the list of the supported networks [Here](/developing/supported-networks).
1212

0 commit comments

Comments
 (0)