Skip to content

Commit bda2664

Browse files
authored
Add faucets to ecosystem (#1513)
* init&finish * cont * minor fixes * init
1 parent 819421d commit bda2664

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

.htaccess

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,4 +962,6 @@ RewriteRule ^tools/api-services/$ /tools/fullnodes-rpc-providers? [R=301,L]
962962

963963
RewriteRule ^tools/ref-block-explorers/$ /tools/block-explorers-monitoring-tools? [R=301,L]
964964

965-
RewriteRule ^tools/data-indexers/$ ^tools/indexers-enhanced-api-providers? [R=301,L]
965+
RewriteRule ^tools/data-indexers/$ ^tools/indexers-enhanced-api-providers? [R=301,L]
966+
967+
RewriteRule ^tools/oracles/$ ^tools/oracles-faucets? [R=301,L]

components/Starknet/modules/tools/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
** xref:indexers-enhanced-api-providers.adoc[Indexers and enhanced API providers]
1111
** xref:block-explorers-monitoring-tools.adoc[Block explorers and monitoring tools]
1212
** xref:audit.adoc[Auditors and security platforms]
13-
** xref:oracles.adoc[Oracles]
13+
** xref:oracles-faucets.adoc[Oracles and faucets]
1414
** https://immunefi.com/bug-bounty/starknet/information/[Bug bounty program ↗^]

components/Starknet/modules/tools/pages/oracles.adoc renamed to components/Starknet/modules/tools/pages/oracles-faucets.adoc

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
= Oracles
1+
= Oracles and faucets
2+
3+
== Oracles
24

35
[cols="1,1,3",options="header"]
46
|===
@@ -18,3 +20,19 @@
1820
| https://www.pyth.network/[pyth.network^]
1921
| https://docs.pyth.network/price-feeds/use-real-time-data/starknet/[docs.pyth.network/price-feeds/use-real-time-data/starknet^]
2022
|===
23+
24+
== Faucets
25+
[%autowidth.stretch,cols=",",options="header"]
26+
|===
27+
| Provider
28+
| URL
29+
30+
| Alchemy
31+
| https://www.alchemy.com/faucets/starknet-sepolia[alchemy.com/faucets/starknet-sepolia^]
32+
33+
| Blast
34+
| https://blastapi.io/faucets/starknet-sepolia-strk[blastapi.io/faucets/starknet-sepolia-strk^]
35+
36+
| Starknet Foundation
37+
| https://starknet-faucet.vercel.app/[starknet-faucet.vercel.app^]
38+
|===

0 commit comments

Comments
 (0)