Commit b6476f4
committed
fix: add resilient Starknet mainnet RPC fallbacks
The sole configured Starknet mainnet RPC (rpc.starknet.lava.build/rpc/v0_9)
has been discontinued and now returns intermittent malformed/non-JSON bodies
and StarknetError(BlockNotFound), wedging the relayer and validator
contract-sync cursors. Added healthy public fallbacks (publicnode, cartridge;
both at chain head, spec 0.10.2) ahead of the Lava endpoint.1 parent 32171f7 commit b6476f4
3 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8458 | 8458 | | |
8459 | 8459 | | |
8460 | 8460 | | |
| 8461 | + | |
| 8462 | + | |
8461 | 8463 | | |
8462 | 8464 | | |
8463 | 8465 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
0 commit comments