-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchains_list.json
More file actions
123 lines (123 loc) · 4.93 KB
/
chains_list.json
File metadata and controls
123 lines (123 loc) · 4.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "Chains RPC URLs",
"networks": [
[
{
"logo": "assets/svg/networks/mch.svg",
"web3RpcHttpUrl": "https://rpc.mchain.ai",
"web3RpcWebsocketUrl": "wss://rpc.mchain.ai",
"web3WebSocketUrl": "wss://explorer-v1.mchain.ai/socket/v2/websocket?vsn=2.0.0",
"symbol": "MCH",
"explorerUrl": "https://explorer.mchain.ai/",
"enabled": true,
"label": "Moonchain MCH Mainnet",
"chainId": 999888,
"isAdded": true,
"networkType": "mainnet"
},
{
"logo": "assets/svg/networks/mch.svg",
"web3RpcHttpUrl": "https://Hudson-rpc.mchain.ai",
"web3RpcWebsocketUrl": "wss://Hudson-rpc.mchain.ai",
"web3WebSocketUrl": "wss://hudson-explorer-v1.mchain.ai/socket/v2/websocket?vsn=2.0.0",
"symbol": "MCH",
"explorerUrl": "https://hudson-explorer.mchain.ai/",
"enabled": false,
"label": "Moonchain Hudson Testnet",
"chainId": 177888,
"isAdded": true,
"networkType": "testnet"
},
{
"logo": "assets/svg/networks/mxc.svg",
"web3RpcHttpUrl": "https://rpc.moonchain.com",
"web3RpcWebsocketUrl": "wss://rpc.moonchain.com",
"web3WebSocketUrl": "wss://explorer-v1.mxc.com/socket/v2/websocket?vsn=2.0.0",
"symbol": "MXC",
"explorerUrl": "https://explorer.moonchain.com/",
"enabled": false,
"label": "MXC Mainnet",
"chainId": 18686,
"isAdded": true,
"networkType": "mainnet"
},
{
"logo": "assets/svg/networks/ethereum.svg",
"web3RpcHttpUrl": "https://ethereum.publicnode.com",
"web3RpcWebsocketUrl": "wss://ethereum.publicnode.com",
"symbol": "ETH",
"explorerUrl": "https://etherscan.io/",
"enabled": false,
"label": "Ethereum Mainnet",
"chainId": 1,
"isAdded": true,
"networkType": "mainnet"
},
{
"logo": "assets/svg/networks/bnb.svg",
"web3RpcHttpUrl": "https://bsc.drpc.org",
"web3RpcWebsocketUrl": "wss://bsc.drpc.org/ws",
"symbol": "BNB",
"explorerUrl": "http://bscscan.com/",
"enabled": false,
"label": "BNB Mainnet",
"chainId": 56,
"isAdded": true,
"networkType": "mainnet"
},
{
"logo": "assets/svg/networks/bnb.svg",
"web3RpcHttpUrl": "https://bsc-dataseed.bnbchain.org",
"web3RpcWebsocketUrl": "wss://bsc-dataseed.bnbchain.org",
"symbol": "BNB",
"explorerUrl": "https://testnet.bscscan.com/",
"enabled": false,
"label": "BNB Testnet",
"chainId": 97,
"isAdded": false,
"networkType": "testnet"
},
{
"logo": "assets/svg/networks/arbitrum.svg",
"web3RpcHttpUrl": "https://arbitrum.blockpi.network/v1/rpc/public",
"web3RpcWebsocketUrl": "wss://arbitrum.blockpi.network/v1/rpc/public",
"symbol": "Eth",
"explorerUrl": "https://arbiscan.io/",
"enabled": false,
"label": "Arbitrum One",
"chainId": 42161,
"isAdded": true,
"networkType": "mainnet"
},
{
"logo": "assets/svg/networks/arbitrum.svg",
"web3RpcHttpUrl": "https://arbitrum-goerli.publicnode.com",
"web3RpcWebsocketUrl": "wss://arbitrum-goerli.publicnode.com",
"symbol": "AGOR",
"explorerUrl": "https://goerli-rollup-explorer.arbitrum.io/",
"enabled": false,
"label": "Arbitrum Goerli",
"chainId": 421613,
"isAdded": false,
"networkType": "testnet"
},
{
"logo": "assets/svg/networks/ethereum.svg",
"web3RpcHttpUrl": "https://ethereum-sepolia.publicnode.com",
"web3RpcWebsocketUrl": "wss://ethereum-sepolia.publicnode.com",
"symbol": "ETH",
"explorerUrl": "https://sepolia.etherscan.io/",
"enabled": false,
"label": "Sepolia Testnet",
"chainId": 11155111,
"isAdded": false,
"networkType": "testnet"
}
]
],
"version": {
"major": 1,
"minor": 0,
"patch": 0
}
}