Commit 6ab77bd
committed
fix(rpc): point fork test to live Alchemy endpoint, note shared demo key in README
The public.blastapi.io fork RPC returns a well-formed JSON-RPC error
("Blast API is no longer available"), which starknet-devnet fails to
parse and reports as a broken response instead of a clear upstream
error. Switch to the working Alchemy endpoint used by
base-challenge-template.
Also add a short note pointing learners to get their own free Alchemy
key for sustained use, since the shared demo key in .env.example has
one rate limit across everyone using it. Also note that yarn install
never updates an existing packages/snfoundry/.env, so a .env kept
from an old clone can still point at the now-decommissioned
public.blastapi.io.1 parent dedd09f commit 6ab77bd
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
296 | 300 | | |
297 | 301 | | |
298 | 302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments