Skip to content

Commit ac81887

Browse files
authored
add v0_9 support to starknet faqs and change sei payg and enterprise pricing (#797)
1 parent 029e923 commit ac81887

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

fern/api-reference/starknet/starknet-api-faq.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Explained in the [Starknet API Quickstart Guide](/reference/starknet-api-quickst
1919

2020
## What versions of Starknet API are supported?
2121

22-
Alchemy currently supports `v0_6`, `v0_7`, and `v0_8`. We strongly recommend using `v0_8`.
22+
Alchemy currently supports `v0_6`, `v0_7`, `v0_8`, and `v0_9`. We strongly recommend using the latest version, `v0_9`.
2323

2424
To access `v0_6` (**notice the underscore**) you can use the following URLs to make requests:
2525
* Mainnet: `https://starknet-mainnet.g.alchemy.com/starknet/version/rpc/v0_6/{apiKey}`
@@ -33,6 +33,10 @@ To access `v0_8` (**notice the underscore**) you can use the following URLs to m
3333
* Mainnet: `https://starknet-mainnet.g.alchemy.com/starknet/version/rpc/v0_8/{apiKey}`
3434
* Testnet: `https://starknet-sepolia.g.alchemy.com/starknet/version/rpc/v0_8/{apiKey}`
3535

36+
To access `v0_9` (**notice the underscore**) you can use the following URLs to make requests:
37+
* Mainnet: `https://starknet-mainnet.g.alchemy.com/starknet/version/rpc/v0_9/{apiKey}`
38+
* Testnet: `https://starknet-sepolia.g.alchemy.com/starknet/version/rpc/v0_9/{apiKey}`
39+
3640
You can also directly try these APIs from browser in our [API references for Starknet](/reference/starknet-api-endpoints)
3741

3842
## Is Starknet EVM compatible?

src/openrpc/chains/_components/evm/methods.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,10 +809,11 @@ components:
809809
|-------|------|---------------|------------|
810810
| Ethereum, Base, Optimism, Arbitrum, Worldchain, zkSync | 10 | unlimited | unlimited |
811811
| Polygon | 10 | 2000 | unlimited |
812-
| BSC, Sei, Unichain | 10 | 10,000 | 10,000 |
812+
| BSC, Unichain | 10 | 10,000 | 10,000 |
813813
| Berachain, Plasma | 10 | 10,000 | 100,000 |
814814
| Monad | 10 | 1000 | 1000 |
815815
| Polygon zkEVM | 10 | 10,000 | 20,000 |
816+
| Sei | 10 | 2000 | 2000 |
816817
| All Other Chains | 10 | 10,000 | uncapped*** |
817818
params:
818819
- name: Filter

0 commit comments

Comments
 (0)