@reality.eth/contracts 3.2.25 → 3.2.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chains/deployments/1/SAFE/RealityETH_ERC20-3.0.json +7 -0
- package/chains/deployments/10/OETH/RealityETH-3.0.json +3 -1
- package/chains/deployments/100/XDAI/RealityETH-3.0.json +3 -1
- package/chains/deployments/11155111/ETH/Arbitrator.json +5 -0
- package/chains/deployments/11155111/ETH/RealityETH-3.2.json +3 -1
- package/chains/deployments/11155111/SAFE/RealityETH_ERC20-3.0.json +7 -0
- package/chains/deployments/30/RBTC/RealityETH-3.2.json +6 -0
- package/chains/deployments/31/tRBTC/RealityETH-3.2.json +6 -0
- package/chains/deployments/8453/ETH/RealityETH-3.0.json +3 -1
- package/chains/supported.json +103 -15
- package/generated/chains.json +89 -1
- package/generated/contract_token_lookup.json +476 -0
- package/generated/contracts.json +53 -2
- package/generated/custom-templates.json +1995 -0
- package/generated/tokens.json +70 -23
- package/generated/website-data.js +1 -0
- package/package.json +7 -3
- package/scripts/create-hash-template.js +113 -0
- package/scripts/deploy.js +19 -37
- package/scripts/fetch-templates.js +214 -0
- package/scripts/generate_chains_json.js +12 -0
- package/scripts/generate_contract_token_lookup.js +40 -0
- package/scripts/generate_indexer_config.js +111 -0
- package/scripts/generate_ponder_config.js +222 -0
- package/scripts/generate_templates_bundle.js +46 -0
- package/scripts/generate_website_data.js +68 -0
- package/scripts/retry-chain1-templates.js +102 -0
- package/scripts/update_token_prices.js +146 -0
- package/tests/python/requirements.txt +0 -4
- package/tests/python/test.py +37 -34
- package/tests/python/test_erc20.py +27 -25
- package/tokens/ARETH.json +3 -2
- package/tokens/AVAX.json +2 -1
- package/tokens/BNB.json +2 -1
- package/tokens/BOND.json +2 -1
- package/tokens/CELO.json +3 -2
- package/tokens/CTH.json +2 -1
- package/tokens/DAOOS.json +2 -1
- package/tokens/DEXE.json +2 -1
- package/tokens/ETH.json +3 -2
- package/tokens/FOX.json +2 -1
- package/tokens/GNO.json +4 -3
- package/tokens/MATIC.json +2 -1
- package/tokens/MONAD.json +3 -2
- package/tokens/OETH.json +3 -2
- package/tokens/POLK.json +2 -1
- package/tokens/RBTC.json +8 -0
- package/tokens/SAFE.json +9 -0
- package/tokens/SUKU.json +2 -1
- package/tokens/SWISE.json +2 -1
- package/tokens/TLOS.json +3 -2
- package/tokens/TRST.json +2 -1
- package/tokens/UBQ.json +2 -1
- package/tokens/XDAI.json +3 -2
- package/tokens/ZBS.json +2 -1
- package/tokens/tRBTC.json +8 -0
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
"block": 17997262,
|
|
4
4
|
"notes": null,
|
|
5
5
|
"arbitrators": {
|
|
6
|
-
"0x29f39de98d750eb77b5fafb31b2837f079fce222": "Kleros"
|
|
6
|
+
"0x29f39de98d750eb77b5fafb31b2837f079fce222": "Kleros",
|
|
7
|
+
"0x68154ea682f95bf582b80dd6453fa401737491dc": "Kleros (Seer)",
|
|
8
|
+
"0xe04f5791d671d5c4e08ab49b39807087b591ea3e": "Kleros Moderate"
|
|
7
9
|
}
|
|
8
10
|
}
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
"block": 26260675,
|
|
4
4
|
"notes": null,
|
|
5
5
|
"arbitrators": {
|
|
6
|
-
"0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)"
|
|
6
|
+
"0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)",
|
|
7
|
+
"0x5AFa42b30955f137e10f89dfb5EF1542a186F90e": "Kleros (Seer)",
|
|
8
|
+
"0xd04f24364687dbd6db67d2101fae59e91a6e605b": "Kleros (Precog)"
|
|
7
9
|
}
|
|
8
10
|
}
|
package/chains/supported.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1": {
|
|
3
|
-
"
|
|
3
|
+
"display_name": "Ethereum",
|
|
4
|
+
"hostedRPC": "https://eth.drpc.org",
|
|
4
5
|
"explorerURL": "https://etherscan.io",
|
|
5
6
|
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/deployments/id/QmaugeofXNk2tCN3U3LaEi8vRq99zZ6pbKYJDWbbVF1Z9E",
|
|
6
7
|
"atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
|
|
7
|
-
"network_name": "mainnet"
|
|
8
|
+
"network_name": "mainnet",
|
|
9
|
+
"realityETHIndexerSupport": true,
|
|
10
|
+
"indexer_batch_size": 12000,
|
|
11
|
+
"blocksPerDay": 7200
|
|
8
12
|
},
|
|
9
13
|
"3": {
|
|
10
14
|
"hostedRPC": "https://ropsten.infura.io/tSrhlXUe1sNEO5ZWhpUK",
|
|
@@ -25,20 +29,55 @@
|
|
|
25
29
|
},
|
|
26
30
|
"8": {
|
|
27
31
|
"hostedRPC": "https://rpc.octano.dev",
|
|
28
|
-
"explorerURL": "https://ubqblockexplorer.com/"
|
|
32
|
+
"explorerURL": "https://ubqblockexplorer.com/",
|
|
33
|
+
"network_name": "ubiq"
|
|
29
34
|
},
|
|
30
35
|
"10": {
|
|
36
|
+
"display_name": "Optimism",
|
|
31
37
|
"hostedRPC": "https://mainnet.optimism.io",
|
|
32
38
|
"explorerURL": "https://optimistic.etherscan.io",
|
|
33
|
-
"graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/DbXiienZtjzLNQiXUfVvEyGxR3xkrJ7sJm5XdDKT4DqL"
|
|
39
|
+
"graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/DbXiienZtjzLNQiXUfVvEyGxR3xkrJ7sJm5XdDKT4DqL",
|
|
40
|
+
"network_name": "optimism",
|
|
41
|
+
"realityETHIndexerSupport": true,
|
|
42
|
+
"indexer_batch_size": 10000,
|
|
43
|
+
"explorer_api_url": "https://explorer.optimism.io/api",
|
|
44
|
+
"explorer_api_key_env": null,
|
|
45
|
+
"explorer_api_no_chain_id": true,
|
|
46
|
+
"blocksPerDay": 43200
|
|
47
|
+
},
|
|
48
|
+
"30": {
|
|
49
|
+
"display_name": "Rootstock",
|
|
50
|
+
"hostedRPC": "https://public-node.rsk.co",
|
|
51
|
+
"explorerURL": "https://rootstock.blockscout.com",
|
|
52
|
+
"explorer_api_url": "https://rootstock.blockscout.com/api",
|
|
53
|
+
"network_name": "rootstock",
|
|
54
|
+
"realityETHIndexerSupport": true,
|
|
55
|
+
"indexer_batch_size": 5000,
|
|
56
|
+
"blocksPerDay": 2880
|
|
57
|
+
},
|
|
58
|
+
"31": {
|
|
59
|
+
"hostedRPC": "https://public-node.testnet.rsk.co",
|
|
60
|
+
"explorerURL": "https://rootstock-testnet.blockscout.com",
|
|
61
|
+
"explorer_api_url": "https://rootstock-testnet.blockscout.com/api",
|
|
62
|
+
"network_name": "rootstock-testnet",
|
|
63
|
+
"blocksPerDay": 2880
|
|
34
64
|
},
|
|
35
65
|
"40": {
|
|
66
|
+
"display_name": "Telos",
|
|
36
67
|
"network_name": "TelosEVM"
|
|
37
68
|
},
|
|
38
69
|
"56": {
|
|
70
|
+
"display_name": "BNB",
|
|
39
71
|
"explorerURL": "https://www.bscscan.com",
|
|
40
72
|
"graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/5KjMLU6mx7RrjJJK9XKrM7i6oeB7C6gpnsi3CTWqpYpm",
|
|
41
|
-
"network_name": "bsc"
|
|
73
|
+
"network_name": "bsc",
|
|
74
|
+
"realityETHIndexerSupport": true,
|
|
75
|
+
"indexer_name": "bnb",
|
|
76
|
+
"indexer_batch_size": 10000,
|
|
77
|
+
"no_explorer_refresh": true,
|
|
78
|
+
"explorer_api_key_env": "BSCSCAN_API_KEY",
|
|
79
|
+
"explorer_api_key_required": true,
|
|
80
|
+
"blocksPerDay": 28800
|
|
42
81
|
},
|
|
43
82
|
"69": {
|
|
44
83
|
"hostedRPC": "https://kovan.optimism.io",
|
|
@@ -46,11 +85,13 @@
|
|
|
46
85
|
"network_name": "kovan"
|
|
47
86
|
},
|
|
48
87
|
"77": {
|
|
88
|
+
"display_name": "Sokol",
|
|
49
89
|
"explorerURL": "https://blockscout.com/poa/sokol",
|
|
50
90
|
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-sokol",
|
|
51
91
|
"network_name": "poa-sokol"
|
|
52
92
|
},
|
|
53
93
|
"97": {
|
|
94
|
+
"display_name": "BNB Testnet",
|
|
54
95
|
"explorerURL": "https://testnet.bscscan.com",
|
|
55
96
|
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-chapel",
|
|
56
97
|
"network_name": "chapel"
|
|
@@ -59,34 +100,48 @@
|
|
|
59
100
|
"explorerURL": "https://gnosisscan.io",
|
|
60
101
|
"graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/E7ymrCnNcQdAAgLbdFWzGE5mvr5Mb5T9VfT43FqA7bNh",
|
|
61
102
|
"atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
|
|
62
|
-
"network_name": "gnosis"
|
|
103
|
+
"network_name": "gnosis",
|
|
104
|
+
"realityETHIndexerSupport": true,
|
|
105
|
+
"indexer_batch_size": 5000,
|
|
106
|
+
"blocksPerDay": 17280
|
|
63
107
|
},
|
|
64
108
|
"130": {
|
|
65
109
|
"explorerURL": "https://unichain.blockscout.com/",
|
|
66
110
|
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/ChZUYehW8ionezxqgM1UQsrjuZpcBbNkiTjQX5jBauEi",
|
|
67
111
|
"atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
|
|
68
|
-
"network_name": "unichain"
|
|
112
|
+
"network_name": "unichain",
|
|
113
|
+
"realityETHIndexerSupport": true,
|
|
114
|
+
"indexer_batch_size": 10000,
|
|
115
|
+
"blocksPerDay": 43200
|
|
69
116
|
},
|
|
70
117
|
"137": {
|
|
118
|
+
"display_name": "Polygon",
|
|
71
119
|
"explorerURL": "https://polygonscan.com/",
|
|
72
120
|
"graphURLHosted": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-polygon",
|
|
73
121
|
"graphURLStudio": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/AWx6jkeKZ3xKRzkrzgfCAMPT7d6Jc3AMcqB8koN3QEqE",
|
|
74
|
-
"network_name": "matic"
|
|
122
|
+
"network_name": "matic",
|
|
123
|
+
"realityETHIndexerSupport": true,
|
|
124
|
+
"indexer_name": "polygon",
|
|
125
|
+
"indexer_batch_size": 5000,
|
|
126
|
+
"blocksPerDay": 43200
|
|
75
127
|
},
|
|
76
128
|
"143": {
|
|
77
129
|
"explorerURL": "https://monad.socialscan.io/",
|
|
78
130
|
"network_name": "monad"
|
|
79
131
|
},
|
|
80
132
|
"280": {
|
|
133
|
+
"display_name": "zkSync Goerli",
|
|
81
134
|
"hostedRPC": "https://zksync2-testnet.zksync.dev",
|
|
82
135
|
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-zksync-goerli-2",
|
|
83
136
|
"explorerURL": "https://zksync2-testnet.zkscan.io",
|
|
84
137
|
"network_name": "zkSync2-testnet"
|
|
85
138
|
},
|
|
86
139
|
"300": {
|
|
140
|
+
"display_name": "zkSync Sepolia",
|
|
87
141
|
"network_name": "zksync-sepolia"
|
|
88
142
|
},
|
|
89
143
|
"324": {
|
|
144
|
+
"display_name": "zkSync",
|
|
90
145
|
"explorerURL": "https://explorer.zksync.io/",
|
|
91
146
|
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-zksync-era",
|
|
92
147
|
"network_name": "zksync-era"
|
|
@@ -101,11 +156,13 @@
|
|
|
101
156
|
"network_name": "cheapeth"
|
|
102
157
|
},
|
|
103
158
|
"1101": {
|
|
159
|
+
"display_name": "Polygon zkEVM",
|
|
104
160
|
"hostedRPC": "https://zkevm-rpc.com",
|
|
105
161
|
"explorerURL": "https://zkevm.polygonscan.com/",
|
|
106
162
|
"network_name": "polygon-zkevm"
|
|
107
163
|
},
|
|
108
164
|
"1301": {
|
|
165
|
+
"display_name": "Unichain Sepolia",
|
|
109
166
|
"hostedRPC": "https://sepolia.unichain.org",
|
|
110
167
|
"explorerURL": "https://unichain-sepolia.blockscout.com/",
|
|
111
168
|
"network_name": "unichain-sepolia"
|
|
@@ -114,9 +171,16 @@
|
|
|
114
171
|
"hostedRPC": "https://mainnet.base.org",
|
|
115
172
|
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/8Gtjsx3LGtN3Jfxx1YEbLWNLEd2ntrq3dsyzXgGHov1i",
|
|
116
173
|
"explorerURL": "https://basescan.org/",
|
|
117
|
-
"network_name": "base"
|
|
174
|
+
"network_name": "base",
|
|
175
|
+
"realityETHIndexerSupport": true,
|
|
176
|
+
"indexer_batch_size": 10000,
|
|
177
|
+
"explorer_api_url": "https://base.blockscout.com/api",
|
|
178
|
+
"explorer_api_key_env": null,
|
|
179
|
+
"explorer_api_no_chain_id": true,
|
|
180
|
+
"blocksPerDay": 43200
|
|
118
181
|
},
|
|
119
182
|
"10200": {
|
|
183
|
+
"display_name": "Chiado",
|
|
120
184
|
"hostedRPC": "https://rpc.chiadochain.net",
|
|
121
185
|
"explorerURL": "https://gnosis-chiado.blockscout.com/",
|
|
122
186
|
"network_name": "chiado"
|
|
@@ -128,19 +192,32 @@
|
|
|
128
192
|
"deprecated": true
|
|
129
193
|
},
|
|
130
194
|
"42161": {
|
|
195
|
+
"display_name": "Arbitrum",
|
|
131
196
|
"hostedRPC": "https://arb1.arbitrum.io/rpc",
|
|
132
197
|
"graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/GE8vDWJM3JBeqM8uk3LHZMbyBaeZTNjaeZRx1KgWvHeD",
|
|
133
|
-
"network_name": "arbitrum-one"
|
|
198
|
+
"network_name": "arbitrum-one",
|
|
199
|
+
"realityETHIndexerSupport": true,
|
|
200
|
+
"indexer_name": "arbitrum",
|
|
201
|
+
"indexer_batch_size": 10000,
|
|
202
|
+
"blocksPerDay": 360000
|
|
134
203
|
},
|
|
135
204
|
"42220": {
|
|
205
|
+
"display_name": "Celo",
|
|
136
206
|
"hostedRPC": "https://forno.celo.org",
|
|
137
207
|
"graphURL": "https://api.studio.thegraph.com/query/41571/realityeth-celo/version/latest",
|
|
138
|
-
"network_name": "celo"
|
|
208
|
+
"network_name": "celo",
|
|
209
|
+
"realityETHIndexerSupport": true,
|
|
210
|
+
"indexer_batch_size": 5000
|
|
139
211
|
},
|
|
140
212
|
"43114": {
|
|
213
|
+
"display_name": "Avalanche",
|
|
141
214
|
"explorerURL": "https://cchain.explorer.avax.network/",
|
|
142
215
|
"graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/5mxhdAbQubvMU8cVjevsC2L8vre6EaHhpCXBdNPjd6EL",
|
|
143
|
-
"network_name": "avalanche"
|
|
216
|
+
"network_name": "avalanche",
|
|
217
|
+
"realityETHIndexerSupport": true,
|
|
218
|
+
"indexer_batch_size": 5000,
|
|
219
|
+
"explorer_api_url": "https://api.snowtrace.io/api",
|
|
220
|
+
"explorer_api_key_env": null
|
|
144
221
|
},
|
|
145
222
|
"80001": {
|
|
146
223
|
"hostedRPC": "https://rpc.ankr.com/polygon_mumbai",
|
|
@@ -149,30 +226,41 @@
|
|
|
149
226
|
"network_name": "mumbai"
|
|
150
227
|
},
|
|
151
228
|
"84532": {
|
|
229
|
+
"display_name": "Base Sepolia",
|
|
152
230
|
"network_name": "base-sepolia"
|
|
153
231
|
},
|
|
154
232
|
"421611": {
|
|
233
|
+
"display_name": "Arb. Rinkeby",
|
|
155
234
|
"network_name": "arbitrum-rinkeby"
|
|
156
235
|
},
|
|
157
236
|
"421613": {
|
|
237
|
+
"display_name": "Arb. Goerli",
|
|
158
238
|
"network_name": "arbitrum-goerli"
|
|
159
239
|
},
|
|
160
240
|
"421614": {
|
|
241
|
+
"display_name": "Arb. Sepolia",
|
|
161
242
|
"network_name": "arbitrum-sepolia"
|
|
162
243
|
},
|
|
163
244
|
"534353": {
|
|
164
|
-
"
|
|
245
|
+
"display_name": "Scroll Alpha",
|
|
246
|
+
"hostedRPC": "https://alpha-rpc.scroll.io/l2",
|
|
247
|
+
"network_name": "scroll-alpha"
|
|
165
248
|
},
|
|
166
249
|
"1337702": {
|
|
167
250
|
"network_name": "kintsugi",
|
|
168
251
|
"deprecated": true
|
|
169
252
|
},
|
|
170
253
|
"11155111": {
|
|
254
|
+
"display_name": "Sepolia",
|
|
171
255
|
"network_name": "sepolia",
|
|
172
256
|
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/F3XjWNiNFUTbZhNQjXuhP7oDug2NaPwMPZ5XCRx46h5U",
|
|
173
|
-
"atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5"
|
|
257
|
+
"atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
|
|
258
|
+
"realityETHIndexerSupport": true,
|
|
259
|
+
"indexer_batch_size": 10000,
|
|
260
|
+
"blocksPerDay": 7200
|
|
174
261
|
},
|
|
175
262
|
"11155420": {
|
|
263
|
+
"display_name": "OP Sepolia",
|
|
176
264
|
"network_name": "optimism-sepolia"
|
|
177
265
|
},
|
|
178
266
|
"88558801": {
|
|
@@ -181,4 +269,4 @@
|
|
|
181
269
|
"network_name": "backstopTestnet1",
|
|
182
270
|
"graphURL": "https://testnet.graph.backstop.technology/subgraphs/name/realityeth-backstop"
|
|
183
271
|
}
|
|
184
|
-
}
|
|
272
|
+
}
|
package/generated/chains.json
CHANGED
|
@@ -26,9 +26,12 @@
|
|
|
26
26
|
"wss://eth.drpc.org",
|
|
27
27
|
"https://api.securerpc.com/v1"
|
|
28
28
|
],
|
|
29
|
-
"hostedRPC": "https://eth
|
|
29
|
+
"hostedRPC": "https://eth.drpc.org",
|
|
30
30
|
"atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
|
|
31
31
|
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/deployments/id/QmaugeofXNk2tCN3U3LaEi8vRq99zZ6pbKYJDWbbVF1Z9E",
|
|
32
|
+
"display_name": "Ethereum",
|
|
33
|
+
"realityETHIndexerSupport": true,
|
|
34
|
+
"blocksPerDay": 7200,
|
|
32
35
|
"blockExplorerUrls": [
|
|
33
36
|
"https://etherscan.io",
|
|
34
37
|
"https://eth.blockscout.com",
|
|
@@ -99,6 +102,7 @@
|
|
|
99
102
|
"symbol": "UBQ",
|
|
100
103
|
"decimals": 18
|
|
101
104
|
},
|
|
105
|
+
"network_name": "ubiq",
|
|
102
106
|
"rpcUrls": [
|
|
103
107
|
"https://rpc.octano.dev",
|
|
104
108
|
"https://pyrus2.ubiqscan.io"
|
|
@@ -117,6 +121,7 @@
|
|
|
117
121
|
"symbol": "ETH",
|
|
118
122
|
"decimals": 18
|
|
119
123
|
},
|
|
124
|
+
"network_name": "optimism",
|
|
120
125
|
"rpcUrls": [
|
|
121
126
|
"https://mainnet.optimism.io",
|
|
122
127
|
"https://optimism-rpc.publicnode.com",
|
|
@@ -128,6 +133,9 @@
|
|
|
128
133
|
],
|
|
129
134
|
"hostedRPC": "https://mainnet.optimism.io",
|
|
130
135
|
"graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/DbXiienZtjzLNQiXUfVvEyGxR3xkrJ7sJm5XdDKT4DqL",
|
|
136
|
+
"display_name": "Optimism",
|
|
137
|
+
"realityETHIndexerSupport": true,
|
|
138
|
+
"blocksPerDay": 43200,
|
|
131
139
|
"blockExplorerUrls": [
|
|
132
140
|
"https://optimistic.etherscan.io",
|
|
133
141
|
"https://optimism.blockscout.com",
|
|
@@ -135,6 +143,48 @@
|
|
|
135
143
|
"https://mainnet.superscan.network"
|
|
136
144
|
]
|
|
137
145
|
},
|
|
146
|
+
"30": {
|
|
147
|
+
"chainId": "0x1e",
|
|
148
|
+
"chainName": "Rootstock Mainnet",
|
|
149
|
+
"nativeCurrency": {
|
|
150
|
+
"name": "Smart Bitcoin",
|
|
151
|
+
"symbol": "RBTC",
|
|
152
|
+
"decimals": 18
|
|
153
|
+
},
|
|
154
|
+
"network_name": "rootstock",
|
|
155
|
+
"rpcUrls": [
|
|
156
|
+
"https://public-node.rsk.co",
|
|
157
|
+
"https://mycrypto.rsk.co"
|
|
158
|
+
],
|
|
159
|
+
"hostedRPC": "https://public-node.rsk.co",
|
|
160
|
+
"display_name": "Rootstock",
|
|
161
|
+
"realityETHIndexerSupport": true,
|
|
162
|
+
"blocksPerDay": 2880,
|
|
163
|
+
"blockExplorerUrls": [
|
|
164
|
+
"https://explorer.rsk.co",
|
|
165
|
+
"https://rootstock.blockscout.com"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"31": {
|
|
169
|
+
"chainId": "0x1f",
|
|
170
|
+
"chainName": "Rootstock Testnet",
|
|
171
|
+
"nativeCurrency": {
|
|
172
|
+
"name": "Testnet Smart Bitcoin",
|
|
173
|
+
"symbol": "tRBTC",
|
|
174
|
+
"decimals": 18
|
|
175
|
+
},
|
|
176
|
+
"network_name": "rootstock-testnet",
|
|
177
|
+
"rpcUrls": [
|
|
178
|
+
"https://public-node.testnet.rsk.co",
|
|
179
|
+
"https://mycrypto.testnet.rsk.co"
|
|
180
|
+
],
|
|
181
|
+
"hostedRPC": "https://public-node.testnet.rsk.co",
|
|
182
|
+
"blocksPerDay": 2880,
|
|
183
|
+
"blockExplorerUrls": [
|
|
184
|
+
"https://explorer.testnet.rsk.co",
|
|
185
|
+
"https://rootstock-testnet.blockscout.com"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
138
188
|
"40": {
|
|
139
189
|
"chainId": "0x28",
|
|
140
190
|
"chainName": "Telos EVM Mainnet",
|
|
@@ -150,6 +200,7 @@
|
|
|
150
200
|
"wss://telos.drpc.org"
|
|
151
201
|
],
|
|
152
202
|
"hostedRPC": "https://rpc.telos.net",
|
|
203
|
+
"display_name": "Telos",
|
|
153
204
|
"blockExplorerUrls": [
|
|
154
205
|
"https://teloscan.io"
|
|
155
206
|
]
|
|
@@ -182,6 +233,9 @@
|
|
|
182
233
|
],
|
|
183
234
|
"hostedRPC": "https://bsc-dataseed1.bnbchain.org",
|
|
184
235
|
"graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/5KjMLU6mx7RrjJJK9XKrM7i6oeB7C6gpnsi3CTWqpYpm",
|
|
236
|
+
"display_name": "BNB",
|
|
237
|
+
"realityETHIndexerSupport": true,
|
|
238
|
+
"blocksPerDay": 28800,
|
|
185
239
|
"blockExplorerUrls": [
|
|
186
240
|
"https://bscscan.com",
|
|
187
241
|
"https://bnb.dex.guru",
|
|
@@ -221,6 +275,7 @@
|
|
|
221
275
|
],
|
|
222
276
|
"hostedRPC": "https://sokol.poa.network",
|
|
223
277
|
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-sokol",
|
|
278
|
+
"display_name": "Sokol",
|
|
224
279
|
"blockExplorerUrls": [
|
|
225
280
|
"https://blockscout.com/poa/sokol"
|
|
226
281
|
]
|
|
@@ -246,6 +301,7 @@
|
|
|
246
301
|
],
|
|
247
302
|
"hostedRPC": "https://data-seed-prebsc-1-s1.bnbchain.org:8545",
|
|
248
303
|
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-chapel",
|
|
304
|
+
"display_name": "BNB Testnet",
|
|
249
305
|
"blockExplorerUrls": [
|
|
250
306
|
"https://testnet.bscscan.com"
|
|
251
307
|
]
|
|
@@ -276,6 +332,8 @@
|
|
|
276
332
|
"hostedRPC": "https://rpc.gnosischain.com",
|
|
277
333
|
"atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
|
|
278
334
|
"graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/E7ymrCnNcQdAAgLbdFWzGE5mvr5Mb5T9VfT43FqA7bNh",
|
|
335
|
+
"realityETHIndexerSupport": true,
|
|
336
|
+
"blocksPerDay": 17280,
|
|
279
337
|
"blockExplorerUrls": [
|
|
280
338
|
"https://gnosisscan.io",
|
|
281
339
|
"https://gnosis.blockscout.com",
|
|
@@ -299,6 +357,8 @@
|
|
|
299
357
|
"hostedRPC": "https://mainnet.unichain.org",
|
|
300
358
|
"atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
|
|
301
359
|
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/ChZUYehW8ionezxqgM1UQsrjuZpcBbNkiTjQX5jBauEi",
|
|
360
|
+
"realityETHIndexerSupport": true,
|
|
361
|
+
"blocksPerDay": 43200,
|
|
302
362
|
"blockExplorerUrls": [
|
|
303
363
|
"https://uniscan.xyz",
|
|
304
364
|
"https://unichain.blockscout.com",
|
|
@@ -330,6 +390,9 @@
|
|
|
330
390
|
],
|
|
331
391
|
"hostedRPC": "https://polygon-rpc.com/",
|
|
332
392
|
"graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/AWx6jkeKZ3xKRzkrzgfCAMPT7d6Jc3AMcqB8koN3QEqE",
|
|
393
|
+
"display_name": "Polygon",
|
|
394
|
+
"realityETHIndexerSupport": true,
|
|
395
|
+
"blocksPerDay": 43200,
|
|
333
396
|
"blockExplorerUrls": [
|
|
334
397
|
"https://polygonscan.com",
|
|
335
398
|
"https://polygon.dex.guru",
|
|
@@ -369,6 +432,7 @@
|
|
|
369
432
|
],
|
|
370
433
|
"hostedRPC": "https://zksync2-testnet.zksync.dev",
|
|
371
434
|
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-zksync-goerli-2",
|
|
435
|
+
"display_name": "zkSync Goerli",
|
|
372
436
|
"blockExplorerUrls": [
|
|
373
437
|
"https://goerli.explorer.zksync.io/",
|
|
374
438
|
"https://zksync2-testnet.zkscan.io"
|
|
@@ -389,6 +453,7 @@
|
|
|
389
453
|
"wss://zksync-sepolia.drpc.org"
|
|
390
454
|
],
|
|
391
455
|
"hostedRPC": "https://sepolia.era.zksync.dev",
|
|
456
|
+
"display_name": "zkSync Sepolia",
|
|
392
457
|
"blockExplorerUrls": [
|
|
393
458
|
"https://sepolia.explorer.zksync.io"
|
|
394
459
|
]
|
|
@@ -409,6 +474,7 @@
|
|
|
409
474
|
],
|
|
410
475
|
"hostedRPC": "https://mainnet.era.zksync.io",
|
|
411
476
|
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-zksync-era",
|
|
477
|
+
"display_name": "zkSync",
|
|
412
478
|
"blockExplorerUrls": [
|
|
413
479
|
"https://explorer.zksync.io",
|
|
414
480
|
"https://explorer.zksync.io/"
|
|
@@ -465,6 +531,7 @@
|
|
|
465
531
|
"wss://polygon-zkevm.drpc.org"
|
|
466
532
|
],
|
|
467
533
|
"hostedRPC": "https://zkevm-rpc.com",
|
|
534
|
+
"display_name": "Polygon zkEVM",
|
|
468
535
|
"blockExplorerUrls": [
|
|
469
536
|
"https://zkevm.polygonscan.com",
|
|
470
537
|
"https://zkevm.polygonscan.com/"
|
|
@@ -485,6 +552,7 @@
|
|
|
485
552
|
"wss://unichain-sepolia-rpc.publicnode.com"
|
|
486
553
|
],
|
|
487
554
|
"hostedRPC": "https://sepolia.unichain.org",
|
|
555
|
+
"display_name": "Unichain Sepolia",
|
|
488
556
|
"blockExplorerUrls": [
|
|
489
557
|
"https://unichain-sepolia.blockscout.com",
|
|
490
558
|
"https://sepolia.uniscan.xyz",
|
|
@@ -510,6 +578,8 @@
|
|
|
510
578
|
],
|
|
511
579
|
"hostedRPC": "https://mainnet.base.org",
|
|
512
580
|
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/8Gtjsx3LGtN3Jfxx1YEbLWNLEd2ntrq3dsyzXgGHov1i",
|
|
581
|
+
"realityETHIndexerSupport": true,
|
|
582
|
+
"blocksPerDay": 43200,
|
|
513
583
|
"blockExplorerUrls": [
|
|
514
584
|
"https://basescan.org",
|
|
515
585
|
"https://base.blockscout.com",
|
|
@@ -537,6 +607,7 @@
|
|
|
537
607
|
"wss://gnosis-chiado.drpc.org"
|
|
538
608
|
],
|
|
539
609
|
"hostedRPC": "https://rpc.chiadochain.net",
|
|
610
|
+
"display_name": "Chiado",
|
|
540
611
|
"blockExplorerUrls": [
|
|
541
612
|
"https://blockscout.chiadochain.net",
|
|
542
613
|
"https://gnosis-chiado.blockscout.com",
|
|
@@ -584,6 +655,9 @@
|
|
|
584
655
|
],
|
|
585
656
|
"hostedRPC": "https://arb1.arbitrum.io/rpc",
|
|
586
657
|
"graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/GE8vDWJM3JBeqM8uk3LHZMbyBaeZTNjaeZRx1KgWvHeD",
|
|
658
|
+
"display_name": "Arbitrum",
|
|
659
|
+
"realityETHIndexerSupport": true,
|
|
660
|
+
"blocksPerDay": 360000,
|
|
587
661
|
"blockExplorerUrls": [
|
|
588
662
|
"https://explorer.arbitrum.io"
|
|
589
663
|
]
|
|
@@ -603,6 +677,8 @@
|
|
|
603
677
|
],
|
|
604
678
|
"hostedRPC": "https://forno.celo.org",
|
|
605
679
|
"graphURL": "https://api.studio.thegraph.com/query/41571/realityeth-celo/version/latest",
|
|
680
|
+
"display_name": "Celo",
|
|
681
|
+
"realityETHIndexerSupport": true,
|
|
606
682
|
"blockExplorerUrls": [
|
|
607
683
|
"https://celoscan.io",
|
|
608
684
|
"https://celo.blockscout.com"
|
|
@@ -624,6 +700,8 @@
|
|
|
624
700
|
],
|
|
625
701
|
"hostedRPC": "https://api.avax.network/ext/bc/C/rpc",
|
|
626
702
|
"graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/5mxhdAbQubvMU8cVjevsC2L8vre6EaHhpCXBdNPjd6EL",
|
|
703
|
+
"display_name": "Avalanche",
|
|
704
|
+
"realityETHIndexerSupport": true,
|
|
627
705
|
"blockExplorerUrls": [
|
|
628
706
|
"https://snowscan.xyz",
|
|
629
707
|
"https://snowtrace.io",
|
|
@@ -668,6 +746,7 @@
|
|
|
668
746
|
"wss://base-sepolia-rpc.publicnode.com"
|
|
669
747
|
],
|
|
670
748
|
"hostedRPC": "https://sepolia.base.org",
|
|
749
|
+
"display_name": "Base Sepolia",
|
|
671
750
|
"blockExplorerUrls": [
|
|
672
751
|
"https://sepolia.basescan.org",
|
|
673
752
|
"https://base-sepolia.blockscout.com"
|
|
@@ -686,6 +765,7 @@
|
|
|
686
765
|
"https://rinkeby.arbitrum.io/rpc"
|
|
687
766
|
],
|
|
688
767
|
"hostedRPC": "https://rinkeby.arbitrum.io/rpc",
|
|
768
|
+
"display_name": "Arb. Rinkeby",
|
|
689
769
|
"blockExplorerUrls": [
|
|
690
770
|
"https://testnet.arbiscan.io",
|
|
691
771
|
"https://rinkeby-explorer.arbitrum.io"
|
|
@@ -706,6 +786,7 @@
|
|
|
706
786
|
"wss://arbitrum-goerli.publicnode.com"
|
|
707
787
|
],
|
|
708
788
|
"hostedRPC": "https://goerli-rollup.arbitrum.io/rpc",
|
|
789
|
+
"display_name": "Arb. Goerli",
|
|
709
790
|
"blockExplorerUrls": [
|
|
710
791
|
"https://goerli.arbiscan.io"
|
|
711
792
|
]
|
|
@@ -725,6 +806,7 @@
|
|
|
725
806
|
"wss://arbitrum-sepolia-rpc.publicnode.com"
|
|
726
807
|
],
|
|
727
808
|
"hostedRPC": "https://sepolia-rollup.arbitrum.io/rpc",
|
|
809
|
+
"display_name": "Arb. Sepolia",
|
|
728
810
|
"blockExplorerUrls": [
|
|
729
811
|
"https://sepolia.arbiscan.io",
|
|
730
812
|
"https://sepolia-explorer.arbitrum.io"
|
|
@@ -738,10 +820,12 @@
|
|
|
738
820
|
"symbol": "ETH",
|
|
739
821
|
"decimals": 18
|
|
740
822
|
},
|
|
823
|
+
"network_name": "scroll-alpha",
|
|
741
824
|
"rpcUrls": [
|
|
742
825
|
"https://alpha-rpc.scroll.io/l2"
|
|
743
826
|
],
|
|
744
827
|
"hostedRPC": "https://alpha-rpc.scroll.io/l2",
|
|
828
|
+
"display_name": "Scroll Alpha",
|
|
745
829
|
"blockExplorerUrls": [
|
|
746
830
|
"https://alpha-blockscout.scroll.io"
|
|
747
831
|
]
|
|
@@ -788,6 +872,9 @@
|
|
|
788
872
|
"hostedRPC": "https://rpc.sepolia.org",
|
|
789
873
|
"atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
|
|
790
874
|
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/F3XjWNiNFUTbZhNQjXuhP7oDug2NaPwMPZ5XCRx46h5U",
|
|
875
|
+
"display_name": "Sepolia",
|
|
876
|
+
"realityETHIndexerSupport": true,
|
|
877
|
+
"blocksPerDay": 7200,
|
|
791
878
|
"blockExplorerUrls": [
|
|
792
879
|
"https://sepolia.etherscan.io",
|
|
793
880
|
"https://sepolia.otterscan.io",
|
|
@@ -809,6 +896,7 @@
|
|
|
809
896
|
"wss://optimism-sepolia.drpc.org"
|
|
810
897
|
],
|
|
811
898
|
"hostedRPC": "https://sepolia.optimism.io",
|
|
899
|
+
"display_name": "OP Sepolia",
|
|
812
900
|
"blockExplorerUrls": [
|
|
813
901
|
"https://sepolia-optimism.etherscan.io",
|
|
814
902
|
"https://optimism-sepolia.blockscout.com"
|