File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
docs/connect-blockchain/evm/soneium Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff 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
6464const 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" ,
Original file line number Diff line number Diff 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
5454const 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" ,
Original file line number Diff line number Diff 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
7373const 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" ,
You can’t perform that action at this time.
0 commit comments