Skip to content

Commit a6fff86

Browse files
committed
Merge branch 'develop' into beta
2 parents 2958051 + 1dc3eee commit a6fff86

File tree

221 files changed

+47302
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+47302
-7
lines changed

www/docs/guides/connect_network.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ On Starknet.js side, you have to select the proper version, to be in accordance
3636
| v0.4.0 | Starknet.js v5.21.1 |
3737
| v0.5.0 | Starknet.js v5.23.0 |
3838
| v0.5.1 | Starknet.js v5.29.0 & v6.1.0 |
39-
| v0.6.0 | Starknet.js v6.9.0 |
40-
| v0.7.0 | Starknet.js v6.9.0 |
39+
| v0.6.0 | Starknet.js v6.23.1 |
40+
| v0.7.1 | Starknet.js v6.23.1 |
4141

42-
[!NOTE] Each Starknet.js version 6.x.x is compatible with 3 rpc spec versions, and recognize automatically the spec version if not provided.
42+
:::note
43+
Each Starknet.js version 6.x.x is compatible with 2 rpc spec versions, and recognize automatically the spec version if not provided.
44+
:::
4345

4446
With the `RpcProvider` class, you define the Starknet Rpc node to use.
4547

@@ -103,9 +105,9 @@ const providerLavaMainnet = new RpcProvider({
103105
104106
### Goerli Testnet
105107

106-
[!IMPORTANT]
107-
108-
> The Goerli testnet is no more in service.
108+
:::info
109+
The Goerli testnet is no more in service.
110+
:::
109111

110112
### Sepolia Testnet
111113

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
label: 'API'

0 commit comments

Comments
 (0)