Skip to content

Commit 04c0e88

Browse files
committed
docs: recommend vscode extensions
chore: reorder paths in ignore files docs: relative links in README style: update prettier rules
1 parent 7f8b7d0 commit 04c0e88

12 files changed

+142
-274
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ node_modules
88
# files
99
*.env
1010
*.log
11-
.DS_Store
1211
*.tsbuildinfo
12+
.DS_Store
1313
.pnp.*
1414
package-lock.json
1515
pnpm-lock.yaml

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ repos
99
# files
1010
*.env
1111
*.log
12-
.DS_Store
1312
*.tsbuildinfo
13+
.DS_Store
1414
.pnp.*
1515
bun.lockb
1616
package-lock.json

.prettierrc.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
plugins: ["@trivago/prettier-plugin-sort-imports"]
21
printWidth: 120
3-
proseWrap: "always"
4-
singleQuote: false
5-
tabWidth: 2
2+
plugins: ["@trivago/prettier-plugin-sort-imports"]
3+
trailingComma: "all"
64

75
overrides:
6+
- files: "*.md"
7+
options:
8+
proseWrap: "always"
89
- files: ["*.ts", "*.tsx"]
910
options:
1011
# https://github.com/trivago/prettier-plugin-sort-imports#importorder

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
3+
}

CONTRIBUTING.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Contributing
22

3-
Feel free to dive in! [Open](https://github.com/sablier-labs/docs/issues/new) an issue,
4-
[start](https://github.com/sablier-labs/docs/discussions/new/choose) a discussion or submit a PR. For any informal
5-
concerns or feedback, please join our [Discord server](https://discord.gg/bSwRCwWRsT).
3+
Feel free to dive in! [Open](../../issues/new) an issue, [start](../../new/choose) a discussion or submit a PR. For any
4+
informal concerns or feedback, please join our [Discord server](https://discord.gg/bSwRCwWRsT).
65

76
Contributions to Sablier Docs are welcome by anyone interested in improving readability, or adding new features.
87

@@ -31,7 +30,7 @@ $ bun install
3130
Create a new branch and switch to it, this is where all development work should be done:
3231

3332
```shell
34-
$ git switch <name-of-branch>
33+
$ git switch <branch-name>
3534
```
3635

3736
Now you can start making changes.
@@ -54,17 +53,10 @@ $ bun run
5453
avoid duplicating effort.
5554
- Make your changes in a new git branch.
5655
- Commit your changes. Your commit message should follow the
57-
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification
56+
[Conventional Commits](https://conventionalcommits.org/en/v1.0.0/) specification
5857
- Make sure `bun run check` passes.
5958
- Open a pull request from your forked repository to the original repository.
6059

6160
When making a pull request, ensure that:
6261

6362
- A descriptive summary of the PR has been provided.
64-
65-
## Integration with VSCode:
66-
67-
Install the following VSCode extensions:
68-
69-
- [code-spell-checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker)
70-
- [vscode-tree-language](https://marketplace.visualstudio.com/items?itemName=CTC.vscode-tree-extension)

docs/api/07-legacy.mdx

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,12 @@ For the [first version](/apps/v1) of Sablier ([v1-app](https://v1-app.sablier.co
3737
{/* --------------------------------------------------------------------------------------------------------------------------------- */}
3838
{/* --------------------------------------------------------------------------------------------------------------------------------- */}
3939

40-
[v1-network-ethereum]:
41-
https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/DkSXWkgJD5qVqfsrfzkLC5WELVX3Dbj3ByWcYjDJieCh
42-
[v1-network-arbitrum]:
43-
https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/94SP9QVcxmGV9e2fxuTxUGcZfcv4tjpPCGyyPVyMfLP
44-
[v1-network-optimism]:
45-
https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/BEnQbvBdXnohC1DpM9rSb47C1FbowK39HfPNCEHjgrBt
46-
[v1-network-bsc]:
47-
https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/3Gyy7of99oBRqHcCMGJXpHw2xxxZgXxVmFPFR1vL6YhT
48-
[v1-network-avalanche]:
49-
https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/DK2gHCprwVaytwzwb5fUrkFS9xy7wh66NX6AFcDzMyF9
50-
[v1-network-polygon]:
51-
https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/6UMNQfMeh3pV5Qmn2NDX2UKNeUk9kh4oZhzzzn5e8rSz
40+
[v1-network-ethereum]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/DkSXWkgJD5qVqfsrfzkLC5WELVX3Dbj3ByWcYjDJieCh
41+
[v1-network-arbitrum]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/94SP9QVcxmGV9e2fxuTxUGcZfcv4tjpPCGyyPVyMfLP
42+
[v1-network-optimism]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/BEnQbvBdXnohC1DpM9rSb47C1FbowK39HfPNCEHjgrBt
43+
[v1-network-bsc]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/3Gyy7of99oBRqHcCMGJXpHw2xxxZgXxVmFPFR1vL6YhT
44+
[v1-network-avalanche]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/DK2gHCprwVaytwzwb5fUrkFS9xy7wh66NX6AFcDzMyF9
45+
[v1-network-polygon]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/6UMNQfMeh3pV5Qmn2NDX2UKNeUk9kh4oZhzzzn5e8rSz
5246
[v1-studio-arbitrum]: https://api.studio.thegraph.com/query/57079/sablier-arbitrum/version/latest
5347
[v1-studio-avalanche]: https://api.studio.thegraph.com/query/57079/sablier-avalanche/version/latest
5448
[v1-studio-bsc]: https://api.studio.thegraph.com/query/57079/sablier-bsc/version/latest

docs/api/airdrops/02-endpoints.mdx

Lines changed: 29 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -106,121 +106,102 @@ new [Lockup](/api/lockup/overview) streams.
106106

107107
{/* Chain: Ethereum Mainnet */}
108108

109-
[explorer-airdrops-ethereum-mainnet]:
110-
https://thegraph.com/explorer/subgraphs/DFD73EcSue44R7mpHvXeyvcgaT8tR1iKakZFjBsiFpjs
109+
[explorer-airdrops-ethereum-mainnet]: https://thegraph.com/explorer/subgraphs/DFD73EcSue44R7mpHvXeyvcgaT8tR1iKakZFjBsiFpjs
111110
[studio-airdrops-ethereum-mainnet]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-ethereum/version/latest
112-
[network-airdrops-ethereum-mainnet]:
113-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/DFD73EcSue44R7mpHvXeyvcgaT8tR1iKakZFjBsiFpjs
111+
[network-airdrops-ethereum-mainnet]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/DFD73EcSue44R7mpHvXeyvcgaT8tR1iKakZFjBsiFpjs
114112

115113
{/* Chain: Abstract */}
116114

117-
[network-airdrops-abstract]:
118-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/DRrf6mYEhRt9QieKvTjDHnSWcBm3GW96hpedMKVxLABx
115+
[network-airdrops-abstract]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/DRrf6mYEhRt9QieKvTjDHnSWcBm3GW96hpedMKVxLABx
119116
[explorer-airdrops-abstract]: https://thegraph.com/explorer/subgraphs/DRrf6mYEhRt9QieKvTjDHnSWcBm3GW96hpedMKVxLABx
120117
[studio-airdrops-abstract]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-abstract/version/latest
121118

122119
{/* Chain: Arbitrum */}
123120

124-
[network-airdrops-arbitrum]:
125-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/HkHDg6NVVVeobhpcU4pTPMktyC25zd6xAQBGpYrWDgRr
121+
[network-airdrops-arbitrum]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/HkHDg6NVVVeobhpcU4pTPMktyC25zd6xAQBGpYrWDgRr
126122
[explorer-airdrops-arbitrum]: https://thegraph.com/explorer/subgraphs/HkHDg6NVVVeobhpcU4pTPMktyC25zd6xAQBGpYrWDgRr
127123
[studio-airdrops-arbitrum]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-arbitrum/version/latest
128124

129125
{/* Chain: Avalanche */}
130126

131-
[network-airdrops-avalanche]:
132-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/CpbN5Ps25UzqfdoqYdrjoSK4Him6nwDvdLK6a2sGS1PA
127+
[network-airdrops-avalanche]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/CpbN5Ps25UzqfdoqYdrjoSK4Him6nwDvdLK6a2sGS1PA
133128
[explorer-airdrops-avalanche]: https://thegraph.com/explorer/subgraphs/CpbN5Ps25UzqfdoqYdrjoSK4Him6nwDvdLK6a2sGS1PA
134129
[studio-airdrops-avalanche]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-avalanche/version/latest
135130

136131
{/* Chain: Base */}
137132

138-
[network-airdrops-base]:
139-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/4SxPXkQNifgBYqje2C4yP5gz69erZwtD7GuLWgXHSLGe
133+
[network-airdrops-base]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/4SxPXkQNifgBYqje2C4yP5gz69erZwtD7GuLWgXHSLGe
140134
[explorer-airdrops-base]: https://thegraph.com/explorer/subgraphs/4SxPXkQNifgBYqje2C4yP5gz69erZwtD7GuLWgXHSLGe
141135
[studio-airdrops-base]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-base/version/latest
142136

143137
{/* Chain: Berachain */}
144138

145-
[network-airdrops-berachain]:
146-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/CnYsdmzuY3Mebwywvqv1WrXw9UZuPMTrxoGgR2UdThJE
139+
[network-airdrops-berachain]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/CnYsdmzuY3Mebwywvqv1WrXw9UZuPMTrxoGgR2UdThJE
147140
[explorer-airdrops-berachain]: https://thegraph.com/explorer/subgraphs/CnYsdmzuY3Mebwywvqv1WrXw9UZuPMTrxoGgR2UdThJE
148141
[studio-airdrops-berachain]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-berachain/version/latest
149142

150143
{/* Chain: Blast */}
151144

152-
[network-airdrops-blast]:
153-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/657bogqYaDSSeqsoJcJ1kRqGnc3jC15UmcVLzsYxyxKK
145+
[network-airdrops-blast]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/657bogqYaDSSeqsoJcJ1kRqGnc3jC15UmcVLzsYxyxKK
154146
[explorer-airdrops-blast]: https://thegraph.com/explorer/subgraphs/657bogqYaDSSeqsoJcJ1kRqGnc3jC15UmcVLzsYxyxKK
155147
[studio-airdrops-blast]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-blast/version/latest
156148

157149
{/* Chain: BSC */}
158150

159-
[network-airdrops-bsc]:
160-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/FXQT42kQPvpMJgsF5Bs6CqpxVvPP1LBqEhWThCCLMeGL
151+
[network-airdrops-bsc]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/FXQT42kQPvpMJgsF5Bs6CqpxVvPP1LBqEhWThCCLMeGL
161152
[explorer-airdrops-bsc]: https://thegraph.com/explorer/subgraphs/FXQT42kQPvpMJgsF5Bs6CqpxVvPP1LBqEhWThCCLMeGL
162153
[studio-airdrops-bsc]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-bsc/version/latest
163154

164155
{/* Chain: Chiliz */}
165156

166-
[network-airdrops-chiliz]:
167-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/6LK1aqrhzZCp6c88MEBDAR1VDLpZQiXpBKkceJ5Lu4LU
157+
[network-airdrops-chiliz]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/6LK1aqrhzZCp6c88MEBDAR1VDLpZQiXpBKkceJ5Lu4LU
168158
[explorer-airdrops-chiliz]: https://thegraph.com/explorer/subgraphs/6LK1aqrhzZCp6c88MEBDAR1VDLpZQiXpBKkceJ5Lu4LU
169159
[studio-airdrops-chiliz]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-chiliz/version/latest
170160

171161
{/* Chain: Gnosis */}
172162

173-
[network-airdrops-gnosis]:
174-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/kQEY5PYbjx4SMKyMUwqJHRLDzKH1aUqGsf1cnibU7Kn
163+
[network-airdrops-gnosis]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/kQEY5PYbjx4SMKyMUwqJHRLDzKH1aUqGsf1cnibU7Kn
175164
[explorer-airdrops-gnosis]: https://thegraph.com/explorer/subgraphs/kQEY5PYbjx4SMKyMUwqJHRLDzKH1aUqGsf1cnibU7Kn
176165
[studio-airdrops-gnosis]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-gnosis/version/latest
177166

178167
{/* Chain: Iotex */}
179168

180-
[network-airdrops-iotex]:
181-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/G39uCzr1FDY7pBFe8DwShAxhMeC6dbZetutVg6wjtks3
169+
[network-airdrops-iotex]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/G39uCzr1FDY7pBFe8DwShAxhMeC6dbZetutVg6wjtks3
182170
[explorer-airdrops-iotex]: https://thegraph.com/explorer/subgraphs/G39uCzr1FDY7pBFe8DwShAxhMeC6dbZetutVg6wjtks3
183171
[studio-airdrops-iotex]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-gnosis/version/latest
184172

185173
{/* Chain: Linea */}
186174

187-
[network-airdrops-linea]:
188-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/6koYFSd8FQizdQWLTdRpL1yTmAbpMgN1vZN5W6ajZiTN
175+
[network-airdrops-linea]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/6koYFSd8FQizdQWLTdRpL1yTmAbpMgN1vZN5W6ajZiTN
189176
[explorer-airdrops-linea]: https://thegraph.com/explorer/subgraphs/6koYFSd8FQizdQWLTdRpL1yTmAbpMgN1vZN5W6ajZiTN
190177
[studio-airdrops-linea]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-linea/version/latest
191178

192179
{/* Chain: LightLink */}
193180

194-
[explorer-airdrops-lightlink]:
195-
https://graph.phoenix.lightlink.io/query/subgraphs/name/lightlink/sablier-airdrops-lightlink/graphql
196-
[custom-airdrops-lightlink]:
197-
https://graph.phoenix.lightlink.io/query/subgraphs/name/lightlink/sablier-airdrops-lightlink
181+
[explorer-airdrops-lightlink]: https://graph.phoenix.lightlink.io/query/subgraphs/name/lightlink/sablier-airdrops-lightlink/graphql
182+
[custom-airdrops-lightlink]: https://graph.phoenix.lightlink.io/query/subgraphs/name/lightlink/sablier-airdrops-lightlink
198183

199184
{/* Chain: Mode */}
200185

201-
[network-airdrops-mode]:
202-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/HZMkVX5c2qf7BqbidwpcQMsHGWTDdEKwVjnwenzo9s6m
186+
[network-airdrops-mode]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/HZMkVX5c2qf7BqbidwpcQMsHGWTDdEKwVjnwenzo9s6m
203187
[explorer-airdrops-mode]: https://thegraph.com/explorer/subgraphs/HZMkVX5c2qf7BqbidwpcQMsHGWTDdEKwVjnwenzo9s6m
204188
[studio-airdrops-mode]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-mode/version/latest
205189

206190
{/* Chain: Optimism */}
207191

208-
[network-airdrops-optimism]:
209-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/CHJtCNDzPqngpa1YJoaVrjuufZL6k6VkEkG9ZFUMQzF7
192+
[network-airdrops-optimism]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/CHJtCNDzPqngpa1YJoaVrjuufZL6k6VkEkG9ZFUMQzF7
210193
[explorer-airdrops-optimism]: https://thegraph.com/explorer/subgraphs/CHJtCNDzPqngpa1YJoaVrjuufZL6k6VkEkG9ZFUMQzF7
211194
[studio-airdrops-optimism]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-optimism/version/latest
212195

213196
{/* Chain: Polygon */}
214197

215-
[network-airdrops-polygon]:
216-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/FRbBKiDyM5YpFAqHLXRfQWwQdMGzFL82hqoPXPpXzAHE
198+
[network-airdrops-polygon]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/FRbBKiDyM5YpFAqHLXRfQWwQdMGzFL82hqoPXPpXzAHE
217199
[explorer-airdrops-polygon]: https://thegraph.com/explorer/subgraphs/FRbBKiDyM5YpFAqHLXRfQWwQdMGzFL82hqoPXPpXzAHE
218200
[studio-airdrops-polygon]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-polygon/version/latest
219201

220202
{/* Chain: Scroll */}
221203

222-
[network-airdrops-scroll]:
223-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/Ev4xS8VxuoUcpgqz5A2BkTgQxQeskm4Fg41XzVJ2DX9
204+
[network-airdrops-scroll]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/Ev4xS8VxuoUcpgqz5A2BkTgQxQeskm4Fg41XzVJ2DX9
224205
[explorer-airdrops-scroll]: https://thegraph.com/explorer/subgraphs/Ev4xS8VxuoUcpgqz5A2BkTgQxQeskm4Fg41XzVJ2DX9
225206
[studio-airdrops-scroll]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-scroll/version/latest
226207

@@ -231,42 +212,32 @@ new [Lockup](/api/lockup/overview) streams.
231212

232213
{/* Chain: zkSync */}
233214

234-
[network-airdrops-zksync]:
235-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/64iDUwNVWKukw67nqTXif5taEfLug4Qf1c2suAv5hrqN
215+
[network-airdrops-zksync]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/64iDUwNVWKukw67nqTXif5taEfLug4Qf1c2suAv5hrqN
236216
[explorer-airdrops-zksync]: https://thegraph.com/explorer/subgraphs/64iDUwNVWKukw67nqTXif5taEfLug4Qf1c2suAv5hrqN
237217
[studio-airdrops-zksync]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-zksync/version/latest
238218

239219
{/* TESTNETS */}
240220

241221
{/* Chain: Arbitrum Sepolia */}
242222

243-
[network-airdrops-arbitrum-sepolia]:
244-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/3S7v3VkDq8XMBd8EFVhKur2Vk44xScaW8a4BRjoPuYWk
245-
[explorer-airdrops-arbitrum-sepolia]:
246-
https://thegraph.com/explorer/subgraphs/3S7v3VkDq8XMBd8EFVhKur2Vk44xScaW8a4BRjoPuYWk
247-
[studio-airdrops-arbitrum-sepolia]:
248-
https://api.studio.thegraph.com/query/57079/sablier-airdrops-arbitrum-sepolia/version/latest
223+
[network-airdrops-arbitrum-sepolia]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/3S7v3VkDq8XMBd8EFVhKur2Vk44xScaW8a4BRjoPuYWk
224+
[explorer-airdrops-arbitrum-sepolia]: https://thegraph.com/explorer/subgraphs/3S7v3VkDq8XMBd8EFVhKur2Vk44xScaW8a4BRjoPuYWk
225+
[studio-airdrops-arbitrum-sepolia]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-arbitrum-sepolia/version/latest
249226

250227
{/* Chain: Base Sepolia */}
251228

252-
[network-airdrops-base-sepolia]:
253-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/4R2hm27YJ7CVEJ97BbBJz2r4KTKYc8sTqqzrD8UzEfJt
229+
[network-airdrops-base-sepolia]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/4R2hm27YJ7CVEJ97BbBJz2r4KTKYc8sTqqzrD8UzEfJt
254230
[explorer-airdrops-base-sepolia]: https://thegraph.com/explorer/subgraphs/4R2hm27YJ7CVEJ97BbBJz2r4KTKYc8sTqqzrD8UzEfJt
255231
[studio-airdrops-base-sepolia]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-base-sepolia/version/latest
256232

257233
{/* Chain: Ethereum Sepolia */}
258234

259-
[network-airdrops-ethereum-sepolia]:
260-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/8PLGDyXEsPgRTAnozL7MAjmTUFY4TBzs8i4F9Pq3wwSh
261-
[explorer-airdrops-ethereum-sepolia]:
262-
https://thegraph.com/explorer/subgraphs/8PLGDyXEsPgRTAnozL7MAjmTUFY4TBzs8i4F9Pq3wwSh
235+
[network-airdrops-ethereum-sepolia]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/8PLGDyXEsPgRTAnozL7MAjmTUFY4TBzs8i4F9Pq3wwSh
236+
[explorer-airdrops-ethereum-sepolia]: https://thegraph.com/explorer/subgraphs/8PLGDyXEsPgRTAnozL7MAjmTUFY4TBzs8i4F9Pq3wwSh
263237
[studio-airdrops-ethereum-sepolia]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-sepolia/version/latest
264238

265239
{/* Chain: Optimism Sepolia */}
266240

267-
[network-airdrops-optimism-sepolia]:
268-
https://gateway.thegraph.com/api/API_KEY/subgraphs/id/3kp1eR2T1XpvvLkSZ7Wtt45DbDaiykTes478RZ7zwTz
269-
[explorer-airdrops-optimism-sepolia]:
270-
https://thegraph.com/explorer/subgraphs/3kp1eR2T1XpvvLkSZ7Wtt45DbDaiykTes478RZ7zwTz
271-
[studio-airdrops-optimism-sepolia]:
272-
https://api.studio.thegraph.com/query/57079/sablier-airdrops-optimism-sepolia/version/latest
241+
[network-airdrops-optimism-sepolia]: https://gateway.thegraph.com/api/API_KEY/subgraphs/id/3kp1eR2T1XpvvLkSZ7Wtt45DbDaiykTes478RZ7zwTz
242+
[explorer-airdrops-optimism-sepolia]: https://thegraph.com/explorer/subgraphs/3kp1eR2T1XpvvLkSZ7Wtt45DbDaiykTes478RZ7zwTz
243+
[studio-airdrops-optimism-sepolia]: https://api.studio.thegraph.com/query/57079/sablier-airdrops-optimism-sepolia/version/latest

0 commit comments

Comments
 (0)