Skip to content

Commit

Permalink
Corrected Soneium mainnet details
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsraham committed Feb 27, 2025
1 parent 1fb75c0 commit 8da2bf3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/connect-blockchain/evm/soneium/react-native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ after successful authentication.
### Getting the `chainConfig`

<Tabs
defaultValue="testnet"
defaultValue="mainnet"
values={[
{ label: "Testnet (Minato)", value: "testnet", },
{ label: "Mainnet", value: "mainnet", },
Expand All @@ -63,10 +63,10 @@ after successful authentication.
```typescript
const chainConfig = {
chainNamespace: CHAIN_NAMESPACES.EIP155,
chainId: "0x799", // hex of 1945
chainId: "0x74c", // hex of 1868
rpcTarget: "https://rpc.soneium.org",
displayName: "Soneium Mainnet Network",
blockExplorerUrl: "https://explorer.soneium.org",
displayName: "Soneium",
blockExplorerUrl: "https://www.okx.com/web3/explorer/soneium",
ticker: "ETH",
tickerName: "ETH",
logo: "https://cryptologos.cc/logos/soneium-logo.png",
Expand Down
8 changes: 4 additions & 4 deletions docs/connect-blockchain/evm/soneium/unity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ started quickly on that.
## Chain Details for Soneium

<Tabs
defaultValue="testnet"
defaultValue="mainnet"
values={[
{ label: "Testnet (Minato)", value: "testnet", },
{ label: "Mainnet", value: "mainnet", },
Expand All @@ -53,10 +53,10 @@ started quickly on that.
```typescript
const chainConfig = {
chainNamespace: CHAIN_NAMESPACES.EIP155,
chainId: "0x799", // hex of 1945
chainId: "0x74c", // hex of 1868
rpcTarget: "https://rpc.soneium.org",
displayName: "Soneium Mainnet Network",
blockExplorerUrl: "https://explorer.soneium.org",
displayName: "Soneium",
blockExplorerUrl: "https://www.okx.com/web3/explorer/soneium",
ticker: "ETH",
tickerName: "ETH",
logo: "https://cryptologos.cc/logos/soneium-logo.png",
Expand Down
8 changes: 4 additions & 4 deletions docs/connect-blockchain/evm/soneium/web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ after successful authentication.
### Getting the `chainConfig`

<Tabs
defaultValue="testnet"
defaultValue="mainnet"
values={[
{ label: "Testnet (Minato)", value: "testnet", },
{ label: "Mainnet", value: "mainnet", },
Expand All @@ -72,10 +72,10 @@ after successful authentication.
```typescript
const chainConfig = {
chainNamespace: CHAIN_NAMESPACES.EIP155,
chainId: "0x799", // hex of 1945
chainId: "0x74c", // hex of 1868
rpcTarget: "https://rpc.soneium.org",
displayName: "Soneium Mainnet Network",
blockExplorerUrl: "https://explorer.soneium.org",
displayName: "Soneium",
blockExplorerUrl: "https://www.okx.com/web3/explorer/soneium",
ticker: "ETH",
tickerName: "ETH",
logo: "https://cryptologos.cc/logos/soneium-logo.png",
Expand Down

0 comments on commit 8da2bf3

Please sign in to comment.