Skip to content

Commit 1dc3eee

Browse files
authored
docs: update starknet.js version in guide table (#1317)
1 parent 3a28157 commit 1dc3eee

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
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

0 commit comments

Comments
 (0)