Skip to content

Commit bd28adf

Browse files
committed
2 parents ea68b76 + ef66c02 commit bd28adf

File tree

3 files changed

+27
-45
lines changed

3 files changed

+27
-45
lines changed

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

Lines changed: 9 additions & 15 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
58-
defaultValue="testnet"
51+
defaultValue="mainnet"
5952
values={[
60-
{ label: "Testnet (Minato)", value: "testnet", }
61-
]}
53+
{ label: "Testnet (Minato)", value: "testnet", },
54+
{ label: "Mainnet", value: "mainnet", },
55+
]}
6256

6357
>
6458

@@ -69,13 +63,13 @@ The mainnet is coming soon.
6963
```typescript
7064
const chainConfig = {
7165
chainNamespace: CHAIN_NAMESPACES.EIP155,
72-
chainId: "0x799", // hex of 1945
66+
chainId: "0x74c", // hex of 1868
7367
rpcTarget: "https://rpc.soneium.org",
74-
displayName: "Soneium Mainnet Network",
75-
blockExplorerUrl: "https://explorer.soneium.org",
68+
displayName: "Soneium",
69+
blockExplorerUrl: "https://www.okx.com/web3/explorer/soneium",
7670
ticker: "ETH",
7771
tickerName: "ETH",
78-
logo: "https://cryptologos.cc/logos/soneium-logo.png",
72+
logo: "https://iili.io/2i5xce2.png",
7973
};
8074
```
8175

@@ -94,7 +88,7 @@ const chainConfig = {
9488
blockExplorerUrl: "https://explorer-testnet.soneium.org",
9589
ticker: "ETH",
9690
tickerName: "ETH",
97-
logo: "https://cryptologos.cc/logos/soneium-logo.png",
91+
logo: "https://iili.io/2i5xce2.png",
9892
// faucet- "https://bridge.soneium.org/en/testnet" bridge the sepolia ETH to Soneium
9993
};
10094
```

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

Lines changed: 9 additions & 15 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
48-
defaultValue="testnet"
41+
defaultValue="mainnet"
4942
values={[
50-
{ label: "Testnet (Minato)", value: "testnet", }
51-
]}
43+
{ label: "Testnet (Minato)", value: "testnet", },
44+
{ label: "Mainnet", value: "mainnet", },
45+
]}
5246

5347
>
5448

@@ -59,13 +53,13 @@ The mainnet is coming soon.
5953
```typescript
6054
const chainConfig = {
6155
chainNamespace: CHAIN_NAMESPACES.EIP155,
62-
chainId: "0x799", // hex of 1945
56+
chainId: "0x74c", // hex of 1868
6357
rpcTarget: "https://rpc.soneium.org",
64-
displayName: "Soneium Mainnet Network",
65-
blockExplorerUrl: "https://explorer.soneium.org",
58+
displayName: "Soneium",
59+
blockExplorerUrl: "https://www.okx.com/web3/explorer/soneium",
6660
ticker: "ETH",
6761
tickerName: "ETH",
68-
logo: "https://cryptologos.cc/logos/soneium-logo.png",
62+
logo: "https://iili.io/2i5xce2.png",
6963
};
7064
```
7165

@@ -84,7 +78,7 @@ const chainConfig = {
8478
blockExplorerUrl: "https://explorer-testnet.soneium.org",
8579
ticker: "ETH",
8680
tickerName: "ETH",
87-
logo: "https://cryptologos.cc/logos/soneium-logo.png",
81+
logo: "https://iili.io/2i5xce2.png",
8882
// faucet- "https://bridge.soneium.org/en/testnet" bridge the sepolia ETH to Soneium
8983
};
9084
```

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

Lines changed: 9 additions & 15 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
67-
defaultValue="testnet"
60+
defaultValue="mainnet"
6861
values={[
69-
{ label: "Testnet (Minato)", value: "testnet", }
70-
]}
62+
{ label: "Testnet (Minato)", value: "testnet", },
63+
{ label: "Mainnet", value: "mainnet", },
64+
]}
7165

7266
>
7367

@@ -78,13 +72,13 @@ The mainnet is coming soon.
7872
```typescript
7973
const chainConfig = {
8074
chainNamespace: CHAIN_NAMESPACES.EIP155,
81-
chainId: "0x799", // hex of 1945
75+
chainId: "0x74c", // hex of 1868
8276
rpcTarget: "https://rpc.soneium.org",
83-
displayName: "Soneium Mainnet Network",
84-
blockExplorerUrl: "https://explorer.soneium.org",
77+
displayName: "Soneium",
78+
blockExplorerUrl: "https://www.okx.com/web3/explorer/soneium",
8579
ticker: "ETH",
8680
tickerName: "ETH",
87-
logo: "https://cryptologos.cc/logos/soneium-logo.png",
81+
logo: "https://iili.io/2i5xce2.png",
8882
};
8983
```
9084

@@ -103,7 +97,7 @@ const chainConfig = {
10397
blockExplorerUrl: "https://explorer-testnet.soneium.org",
10498
ticker: "ETH",
10599
tickerName: "ETH",
106-
logo: "https://cryptologos.cc/logos/soneium-logo.png",
100+
logo: "https://iili.io/2i5xce2.png",
107101
// faucet- "https://bridge.soneium.org/en/testnet" bridge the sepolia ETH to Soneium
108102
};
109103
```

0 commit comments

Comments
 (0)