Skip to content

Commit 8da2bf3

Browse files
committed
Corrected Soneium mainnet details
1 parent 1fb75c0 commit 8da2bf3

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ after successful authentication.
4848
### Getting the `chainConfig`
4949

5050
<Tabs
51-
defaultValue="testnet"
51+
defaultValue="mainnet"
5252
values={[
5353
{ label: "Testnet (Minato)", value: "testnet", },
5454
{ label: "Mainnet", value: "mainnet", },
@@ -63,10 +63,10 @@ after successful authentication.
6363
```typescript
6464
const chainConfig = {
6565
chainNamespace: CHAIN_NAMESPACES.EIP155,
66-
chainId: "0x799", // hex of 1945
66+
chainId: "0x74c", // hex of 1868
6767
rpcTarget: "https://rpc.soneium.org",
68-
displayName: "Soneium Mainnet Network",
69-
blockExplorerUrl: "https://explorer.soneium.org",
68+
displayName: "Soneium",
69+
blockExplorerUrl: "https://www.okx.com/web3/explorer/soneium",
7070
ticker: "ETH",
7171
tickerName: "ETH",
7272
logo: "https://cryptologos.cc/logos/soneium-logo.png",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ started quickly on that.
3838
## Chain Details for Soneium
3939

4040
<Tabs
41-
defaultValue="testnet"
41+
defaultValue="mainnet"
4242
values={[
4343
{ label: "Testnet (Minato)", value: "testnet", },
4444
{ label: "Mainnet", value: "mainnet", },
@@ -53,10 +53,10 @@ started quickly on that.
5353
```typescript
5454
const chainConfig = {
5555
chainNamespace: CHAIN_NAMESPACES.EIP155,
56-
chainId: "0x799", // hex of 1945
56+
chainId: "0x74c", // hex of 1868
5757
rpcTarget: "https://rpc.soneium.org",
58-
displayName: "Soneium Mainnet Network",
59-
blockExplorerUrl: "https://explorer.soneium.org",
58+
displayName: "Soneium",
59+
blockExplorerUrl: "https://www.okx.com/web3/explorer/soneium",
6060
ticker: "ETH",
6161
tickerName: "ETH",
6262
logo: "https://cryptologos.cc/logos/soneium-logo.png",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ after successful authentication.
5757
### Getting the `chainConfig`
5858

5959
<Tabs
60-
defaultValue="testnet"
60+
defaultValue="mainnet"
6161
values={[
6262
{ label: "Testnet (Minato)", value: "testnet", },
6363
{ label: "Mainnet", value: "mainnet", },
@@ -72,10 +72,10 @@ after successful authentication.
7272
```typescript
7373
const chainConfig = {
7474
chainNamespace: CHAIN_NAMESPACES.EIP155,
75-
chainId: "0x799", // hex of 1945
75+
chainId: "0x74c", // hex of 1868
7676
rpcTarget: "https://rpc.soneium.org",
77-
displayName: "Soneium Mainnet Network",
78-
blockExplorerUrl: "https://explorer.soneium.org",
77+
displayName: "Soneium",
78+
blockExplorerUrl: "https://www.okx.com/web3/explorer/soneium",
7979
ticker: "ETH",
8080
tickerName: "ETH",
8181
logo: "https://cryptologos.cc/logos/soneium-logo.png",

0 commit comments

Comments
 (0)