Skip to content

Commit e931b0d

Browse files
authored
Fixing the supported chain inaccuracy. You need to pass in the chain id for untagged chains, not the chain name. Thank you, Christoph. (#133)
1 parent 9677557 commit e931b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evm/supported-chains.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ When using `chain_ids`, you can request chains in several ways:
126126

127127
Some supported chains have **no tag assigned**.
128128
A chain may be untagged due to higher latency, restrictive rate limits, RPC cost, or a temporary incident.
129-
Untagged chains stay out of default requests to keep them fast, but you can still query them with `chain_ids` by passing the chain name (e.g. `?chain_ids=corn,funkichain`).
129+
Untagged chains stay out of default requests to keep them fast, but you can still query them with `chain_ids` by passing their numerical chain id (e.g. `chain_ids=21000000` for corn).
130130

131131
Open the accordion above and scan the table to see which chains carry tags and which are untagged.
132132

0 commit comments

Comments
 (0)