Skip to content

Commit 1fb75c0

Browse files
committed
Added Soneium mainnet
1 parent 014df70 commit 1fb75c0

File tree

3 files changed

+9
-27
lines changed

3 files changed

+9
-27
lines changed

docs/connect-blockchain/evm/soneium/react-native.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,12 @@ after successful authentication.
4747

4848
### Getting the `chainConfig`
4949

50-
:::note
51-
52-
[Soneium](https://docs.soneium.org/docs/builders/overview) is currently available on the testnet.
53-
The mainnet is coming soon.
54-
55-
:::
56-
5750
<Tabs
5851
defaultValue="testnet"
5952
values={[
60-
{ label: "Testnet (Minato)", value: "testnet", }
61-
]}
53+
{ label: "Testnet (Minato)", value: "testnet", },
54+
{ label: "Mainnet", value: "mainnet", },
55+
]}
6256

6357
>
6458

docs/connect-blockchain/evm/soneium/unity.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,12 @@ started quickly on that.
3737

3838
## Chain Details for Soneium
3939

40-
:::note
41-
42-
[Soneium](https://docs.soneium.org/docs/builders/overview) is currently available on the testnet.
43-
The mainnet is coming soon.
44-
45-
:::
46-
4740
<Tabs
4841
defaultValue="testnet"
4942
values={[
50-
{ label: "Testnet (Minato)", value: "testnet", }
51-
]}
43+
{ label: "Testnet (Minato)", value: "testnet", },
44+
{ label: "Mainnet", value: "mainnet", },
45+
]}
5246

5347
>
5448

docs/connect-blockchain/evm/soneium/web.mdx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,12 @@ after successful authentication.
5656

5757
### Getting the `chainConfig`
5858

59-
:::note
60-
61-
[Soneium](https://docs.soneium.org/docs/builders/overview) is currently available on the testnet.
62-
The mainnet is coming soon.
63-
64-
:::
65-
6659
<Tabs
6760
defaultValue="testnet"
6861
values={[
69-
{ label: "Testnet (Minato)", value: "testnet", }
70-
]}
62+
{ label: "Testnet (Minato)", value: "testnet", },
63+
{ label: "Mainnet", value: "mainnet", },
64+
]}
7165

7266
>
7367

0 commit comments

Comments
 (0)