File tree 3 files changed +12
-12
lines changed
docs/connect-blockchain/evm/soneium
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ after successful authentication.
48
48
### Getting the ` chainConfig `
49
49
50
50
<Tabs
51
- defaultValue = " testnet "
51
+ defaultValue = " mainnet "
52
52
values = { [
53
53
{ label: " Testnet (Minato)" , value: " testnet" , },
54
54
{ label: " Mainnet" , value: " mainnet" , },
@@ -63,10 +63,10 @@ after successful authentication.
63
63
``` typescript
64
64
const chainConfig = {
65
65
chainNamespace: CHAIN_NAMESPACES .EIP155 ,
66
- chainId: " 0x799 " , // hex of 1945
66
+ chainId: " 0x74c " , // hex of 1868
67
67
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 " ,
70
70
ticker: " ETH" ,
71
71
tickerName: " ETH" ,
72
72
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.
38
38
## Chain Details for Soneium
39
39
40
40
<Tabs
41
- defaultValue = " testnet "
41
+ defaultValue = " mainnet "
42
42
values = { [
43
43
{ label: " Testnet (Minato)" , value: " testnet" , },
44
44
{ label: " Mainnet" , value: " mainnet" , },
@@ -53,10 +53,10 @@ started quickly on that.
53
53
``` typescript
54
54
const chainConfig = {
55
55
chainNamespace: CHAIN_NAMESPACES .EIP155 ,
56
- chainId: " 0x799 " , // hex of 1945
56
+ chainId: " 0x74c " , // hex of 1868
57
57
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 " ,
60
60
ticker: " ETH" ,
61
61
tickerName: " ETH" ,
62
62
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.
57
57
### Getting the ` chainConfig `
58
58
59
59
<Tabs
60
- defaultValue = " testnet "
60
+ defaultValue = " mainnet "
61
61
values = { [
62
62
{ label: " Testnet (Minato)" , value: " testnet" , },
63
63
{ label: " Mainnet" , value: " mainnet" , },
@@ -72,10 +72,10 @@ after successful authentication.
72
72
``` typescript
73
73
const chainConfig = {
74
74
chainNamespace: CHAIN_NAMESPACES .EIP155 ,
75
- chainId: " 0x799 " , // hex of 1945
75
+ chainId: " 0x74c " , // hex of 1868
76
76
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 " ,
79
79
ticker: " ETH" ,
80
80
tickerName: " ETH" ,
81
81
logo: " https://cryptologos.cc/logos/soneium-logo.png" ,
You can’t perform that action at this time.
0 commit comments