@@ -47,6 +47,7 @@ new [Lockup](/api/lockup/overview) streams.
47
47
| Blast | [ sablier-airdrops-blast] [ explorer-airdrops-blast ] | [ Studio] [ studio-airdrops-blast ] | [ De. Network] [ network-airdrops-blast ] |
48
48
| BNB Chain | [ sablier-airdrops-bsc] [ explorer-airdrops-bsc ] | [ Studio] [ studio-airdrops-bsc ] | [ De. Network] [ network-airdrops-bsc ] |
49
49
| Chiliz Chain | [ sablier-airdrops-chiliz] [ explorer-airdrops-chiliz ] | [ Studio] [ studio-airdrops-chiliz ] | [ De. Network] [ network-airdrops-chiliz ] |
50
+ | Ethereum Sepolia | [ sablier-airdrops-sepolia] [ explorer-airdrops-sepolia ] | [ Studio] [ studio-airdrops-sepolia ] | [ De. Network] [ network-airdrops-sepolia ] |
50
51
| Gnosis | [ sablier-airdrops-gnosis] [ explorer-airdrops-gnosis ] | [ Studio] [ studio-airdrops-gnosis ] | [ De. Network] [ network-airdrops-gnosis ] |
51
52
| IoTeX | [ sablier-airdrops-iotex] [ explorer-airdrops-iotex ] | [ Studio] [ studio-airdrops-iotex ] | [ De. Network] [ network-airdrops-iotex ] |
52
53
| Linea | [ sablier-airdrops-linea] [ explorer-airdrops-linea ] | [ Studio] [ studio-airdrops-linea ] | [ De. Network] [ network-airdrops-linea ] |
@@ -57,7 +58,6 @@ new [Lockup](/api/lockup/overview) streams.
57
58
| Optimism Sepolia | [ sablier-airdrops-optimism-sepolia] [ explorer-airdrops-optimism-sepolia ] | [ Studio] [ studio-airdrops-optimism-sepolia ] | [ De. Network] [ network-airdrops-optimism-sepolia ] |
58
59
| Polygon | [ sablier-airdrops-polygon] [ explorer-airdrops-polygon ] | [ Studio] [ studio-airdrops-polygon ] | [ De. Network] [ network-airdrops-polygon ] |
59
60
| Scroll | [ sablier-airdrops-scroll] [ explorer-airdrops-scroll ] | [ Studio] [ studio-airdrops-scroll ] | [ De. Network] [ network-airdrops-scroll ] |
60
- | Sepolia | [ sablier-airdrops-sepolia] [ explorer-airdrops-sepolia ] | [ Studio] [ studio-airdrops-sepolia ] | [ De. Network] [ network-airdrops-sepolia ] |
61
61
| Superseed | N/A [ Envio] | N/A [ Envio] | N/A [ Envio] |
62
62
| Tangle | N/A [ Envio] | N/A [ Envio] | N/A [ Envio] |
63
63
| XDC | [ sablier-airdrops-xdc\* ] [ explorer-airdrops-xdc ] | N/A | [ XDC Node\* ] [ custom-airdrops-xdc ] |
@@ -186,6 +186,13 @@ recipient's claims.
186
186
[ explorer-airdrops-chiliz ] : https://thegraph.com/explorer/subgraphs/6LK1aqrhzZCp6c88MEBDAR1VDLpZQiXpBKkceJ5Lu4LU
187
187
[ studio-airdrops-chiliz ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-chiliz/version/latest
188
188
189
+ { /* Chain: Ethereum Sepolia */ }
190
+
191
+ [ network-airdrops-sepolia] :
192
+ https://gateway.thegraph.com/api/API_KEY/subgraphs/id/8PLGDyXEsPgRTAnozL7MAjmTUFY4TBzs8i4F9Pq3wwSh
193
+ [ explorer-airdrops-sepolia ] : https://thegraph.com/explorer/subgraphs/8PLGDyXEsPgRTAnozL7MAjmTUFY4TBzs8i4F9Pq3wwSh
194
+ [ studio-airdrops-sepolia ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-sepolia/version/latest
195
+
189
196
{ /* Chain: Gnosis */ }
190
197
191
198
[ network-airdrops-gnosis] :
@@ -258,13 +265,6 @@ recipient's claims.
258
265
[ explorer-airdrops-scroll ] : https://thegraph.com/explorer/subgraphs/Ev4xS8VxuoUcpgqz5A2BkTgQxQeskm4Fg41XzVJ2DX9
259
266
[ studio-airdrops-scroll ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-scroll/version/latest
260
267
261
- { /* Chain: Sepolia */ }
262
-
263
- [ network-airdrops-sepolia] :
264
- https://gateway.thegraph.com/api/API_KEY/subgraphs/id/8PLGDyXEsPgRTAnozL7MAjmTUFY4TBzs8i4F9Pq3wwSh
265
- [ explorer-airdrops-sepolia ] : https://thegraph.com/explorer/subgraphs/8PLGDyXEsPgRTAnozL7MAjmTUFY4TBzs8i4F9Pq3wwSh
266
- [ studio-airdrops-sepolia ] : https://api.studio.thegraph.com/query/57079/sablier-airdrops-sepolia/version/latest
267
-
268
268
{ /* Chain: XDC */ }
269
269
270
270
[ explorer-airdrops-xdc ] : https://graphql.xinfin.network/subgraphs/name/xdc/sablier-airdrops-xdc/graphql
@@ -296,7 +296,7 @@ recipient's claims.
296
296
[ ^ 2 ] : The Graph's Studio endpoints are considered for testing purposes and may be rate-limited
297
297
298
298
[ ^ 3 ] :
299
- All-Networks means most of the networks supported by Sablier, e.g., Mainnet, Optimism, Polygon, Sepolia. The full
300
- list can be found [ here] ( https://github.com/sablier-labs/subgraphs/blob/main/packages/constants/src ) . To add a new
301
- chain to our Envio indexer, create a new list of contracts (` /addresses ` ) and import that configuration into our
302
- bundles (see ` /bundles ` ).
299
+ All-Networks means most of the networks supported by Sablier, e.g., Mainnet, Optimism, Polygon, Ethereum Sepolia.
300
+ The full list can be found [ here] ( https://github.com/sablier-labs/subgraphs/blob/main/packages/constants/src ) . To
301
+ add a new chain to our Envio indexer, create a new list of contracts (` /addresses ` ) and import that configuration
302
+ into our bundles (see ` /bundles ` ).
0 commit comments