chain-registry 2.0.210 → 2.0.212

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.
@@ -1,407 +0,0 @@
1
- const info = {
2
- $schema: '../chain.schema.json',
3
- chainName: 'evmos',
4
- status: 'live',
5
- networkType: 'mainnet',
6
- website: 'https://evmos.org/',
7
- prettyName: 'Evmos',
8
- chainType: 'cosmos',
9
- chainId: 'evmos_9001-2',
10
- bech32Prefix: 'evmos',
11
- nodeHome: '$HOME/.evmosd',
12
- daemonName: 'evmosd',
13
- keyAlgos: ['ethsecp256k1'],
14
- extraCodecs: ['ethermint'],
15
- slip44: 60,
16
- fees: {
17
- feeTokens: [{
18
- denom: 'aevmos',
19
- fixedMinGasPrice: 250000000,
20
- lowGasPrice: 20000000000,
21
- averageGasPrice: 25000000000,
22
- highGasPrice: 40000000000
23
- }]
24
- },
25
- staking: {
26
- stakingTokens: [{
27
- denom: 'aevmos'
28
- }]
29
- },
30
- codebase: {
31
- gitRepo: 'https://github.com/evmos/evmos',
32
- recommendedVersion: 'v19.1.0',
33
- compatibleVersions: ['v19.1.0'],
34
- consensus: {
35
- type: 'cometbft',
36
- version: 'v0.37.9'
37
- },
38
- binaries: {
39
- "linux/amd64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Linux_amd64.tar.gz',
40
- "linux/arm64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Linux_arm64.tar.gz',
41
- "darwin/amd64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Darwin_amd64.tar.gz',
42
- "darwin/arm64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Darwin_arm64.tar.gz',
43
- "windows/amd64": 'https://github.com/evmos/evmos/releases/download/v19.1.0/evmos_19.1.0_Windows_amd64.zip'
44
- },
45
- genesis: {
46
- genesisUrl: 'https://archive.evmos.org/mainnet/genesis.json'
47
- },
48
- sdk: {
49
- type: 'cosmos',
50
- repo: 'https://github.com/evmos/cosmos-sdk',
51
- version: 'v0.47.12',
52
- tag: 'v0.47.12-evmos.2'
53
- },
54
- ibc: {
55
- type: 'go',
56
- version: '7.6.0'
57
- },
58
- tag: 'v19.1.0'
59
- },
60
- logoURIs: {
61
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
62
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
63
- },
64
- description: 'Developers use Evmos as the Ethereum Canary Chain to deploy applications of the future. Get all the functionalities of Ethereum with the power of IBC and Interchain composability.',
65
- apis: {
66
- rpc: [
67
- {
68
- address: 'https://rpc.lavenderfive.com:443/evmos',
69
- provider: 'Lavender.Five Nodes 🐝'
70
- },
71
- {
72
- address: 'https://tendermint.bd.evmos.org:26657',
73
- provider: 'Blockdaemon'
74
- },
75
- {
76
- address: 'https://rpc-evmos-ia.cosmosia.notional.ventures:443',
77
- provider: 'Notional'
78
- },
79
- {
80
- address: 'https://rpc.evmos.testnet.run',
81
- provider: 'TestNetRun'
82
- },
83
- {
84
- address: 'https://evmos-rpc.polkachu.com',
85
- provider: 'Polkachu'
86
- },
87
- {
88
- address: 'https://rpc.evmos.silentvalidator.com/',
89
- provider: 'silent'
90
- },
91
- {
92
- address: 'https://evmos.rpc.stakin-nodes.com',
93
- provider: 'Stakin'
94
- },
95
- {
96
- address: 'https://rpc-evmos.architectnodes.com',
97
- provider: 'Architect Nodes'
98
- },
99
- {
100
- address: 'https://evmos-rpc.validatrium.club',
101
- provider: 'Validatrium'
102
- },
103
- {
104
- address: 'https://evmos-rpc.publicnode.com:443',
105
- provider: 'Allnodes ⚡️ Nodes & Staking'
106
- },
107
- {
108
- address: 'https://rpc-evmos-01.stakeflow.io',
109
- provider: 'Stakeflow'
110
- },
111
- {
112
- address: 'https://evmos-rpc.theamsolutions.info',
113
- provider: 'AM Solutions'
114
- },
115
- {
116
- address: 'https://rpc-evmos.validavia.me',
117
- provider: 'Validavia'
118
- },
119
- {
120
- address: 'https://evmos-rpc.w3coins.io',
121
- provider: 'w3coins'
122
- },
123
- {
124
- address: 'https://evmos.rpc.liveraven.net',
125
- provider: 'LiveRaveN'
126
- },
127
- {
128
- address: 'https://evmos-rpc.antrixy.org/',
129
- provider: 'Antrix Validators'
130
- },
131
- {
132
- address: 'https://evmos-mainnet.rpc.stakevillage.net:443',
133
- provider: 'Stake Village'
134
- },
135
- {
136
- address: 'https://rpc.evmos.bronbro.io:443',
137
- provider: 'Bro_n_Bro'
138
- },
139
- {
140
- address: 'https://rpc.evmos.citizenweb3.com:443',
141
- provider: 'Citizen Web3'
142
- },
143
- {
144
- address: 'https://evmos.drpc.org',
145
- provider: 'dRPC'
146
- }
147
- ],
148
- rest: [
149
- {
150
- address: 'https://rest.bd.evmos.org:1317',
151
- provider: 'Blockdaemon'
152
- },
153
- {
154
- address: 'https://rest.lavenderfive.com:443/evmos',
155
- provider: 'Lavender.Five Nodes 🐝'
156
- },
157
- {
158
- address: 'https://api-evmos-ia.cosmosia.notional.ventures/',
159
- provider: 'Notional'
160
- },
161
- {
162
- address: 'https://evmos-api.polkachu.com',
163
- provider: 'Polkachu'
164
- },
165
- {
166
- address: 'https://api.evmos.silentvalidator.com/',
167
- provider: 'silent'
168
- },
169
- {
170
- address: 'https://evmos.rest.stakin-nodes.com',
171
- provider: 'Stakin'
172
- },
173
- {
174
- address: 'https://rest-evmos.architectnodes.com',
175
- provider: 'Architect Nodes'
176
- },
177
- {
178
- address: 'https://evmos-api.validatrium.club',
179
- provider: 'Validatrium'
180
- },
181
- {
182
- address: 'https://evmos-rest.publicnode.com',
183
- provider: 'Allnodes ⚡️ Nodes & Staking'
184
- },
185
- {
186
- address: 'https://api-evmos-01.stakeflow.io',
187
- provider: 'Stakeflow'
188
- },
189
- {
190
- address: 'https://evmos-api.theamsolutions.info',
191
- provider: 'AM Solutions'
192
- },
193
- {
194
- address: 'https://lcd-evmos.validavia.me',
195
- provider: 'Validavia'
196
- },
197
- {
198
- address: 'https://evmos-api.w3coins.io',
199
- provider: 'w3coins'
200
- },
201
- {
202
- address: 'https://evmos.api.liveraven.net',
203
- provider: 'LiveRaveN'
204
- },
205
- {
206
- address: 'https://evmos-rest.antrixy.org/',
207
- provider: 'Antrix Validators'
208
- },
209
- {
210
- address: 'https://evmos-mainnet.api.stakevillage.net',
211
- provider: 'Stake Village'
212
- },
213
- {
214
- address: 'https://lcd.evmos.bronbro.io:443',
215
- provider: 'Bro_n_Bro'
216
- }
217
- ],
218
- grpc: [
219
- {
220
- address: 'grpc.bd.evmos.org:9090',
221
- provider: 'evmos.org'
222
- },
223
- {
224
- address: 'grpc-evmos-ia.cosmosia.notional.ventures:443',
225
- provider: 'Notional'
226
- },
227
- {
228
- address: 'evmos.lavenderfive.com:443',
229
- provider: 'Lavender.Five Nodes 🐝'
230
- },
231
- {
232
- address: 'grpc-evmos.cosmos-spaces.cloud:1190',
233
- provider: 'Cosmos Spaces'
234
- },
235
- {
236
- address: 'evmos-grpc.polkachu.com:13490',
237
- provider: 'Polkachu'
238
- },
239
- {
240
- address: 'evmos.grpc.stakin-nodes.com:443',
241
- provider: 'Stakin'
242
- },
243
- {
244
- address: 'evmos-mainnet-grpc.autostake.com:443',
245
- provider: 'AutoStake 🛡️ Slash Protected'
246
- },
247
- {
248
- address: 'evmos-grpc.publicnode.com:443',
249
- provider: 'Allnodes ⚡️ Nodes & Staking'
250
- },
251
- {
252
- address: 'grpc-evmos-01.stakeflow.io:1702',
253
- provider: 'Stakeflow'
254
- },
255
- {
256
- address: 'https://evmos-grpc.theamsolutions.info ',
257
- provider: 'AM Solutions'
258
- },
259
- {
260
- address: 'evmos-grpc.w3coins.io:13490',
261
- provider: 'w3coins'
262
- },
263
- {
264
- address: 'grpc-evmos.mms.team:443',
265
- provider: 'MMS'
266
- },
267
- {
268
- address: 'evmos.grpc.liveraven.net:443',
269
- provider: 'LiveRaveN'
270
- },
271
- {
272
- address: 'https://evmos-grpc.antrixy.org/',
273
- provider: 'Antrix Validators'
274
- },
275
- {
276
- address: 'evmos-mainnet.grpc.stakevillage.net:16990',
277
- provider: 'Stake Village'
278
- },
279
- {
280
- address: 'https://grpc.evmos.bronbro.io:443',
281
- provider: 'Bro_n_Bro'
282
- }
283
- ],
284
- evmHttpJsonrpc: [
285
- {
286
- address: 'https://eth.bd.evmos.org:8545',
287
- provider: 'Blockdaemon'
288
- },
289
- {
290
- address: 'https://jsonrpc-evmos-ia.cosmosia.notional.ventures/',
291
- provider: 'Notional'
292
- },
293
- {
294
- address: 'https://evmos-json-rpc.stakely.io',
295
- provider: 'Stakely'
296
- },
297
- {
298
- address: 'https://json-rpc.evmos.bh.rocks',
299
- provider: 'BlockHunters'
300
- },
301
- {
302
- address: 'https://evmos-json-rpc.agoranodes.com',
303
- provider: 'AgoraNodes'
304
- },
305
- {
306
- address: 'https://evm-rpc.evmos.silentvalidator.com/',
307
- provider: 'silent'
308
- },
309
- {
310
- address: 'https://evmosevm.rpc.stakin-nodes.com',
311
- provider: 'Stakin'
312
- },
313
- {
314
- address: 'https://evmos-evm.publicnode.com',
315
- provider: 'Allnodes.com ⚡️ Nodes & Staking'
316
- },
317
- {
318
- address: 'https://evmos-jsonrpc.theamsolutions.info',
319
- provider: 'AM Solutions'
320
- },
321
- {
322
- address: 'https://jsonrpc-evmos.mms.team',
323
- provider: 'MMS'
324
- },
325
- {
326
- address: 'https://evmos.jsonrpc.liveraven.net',
327
- provider: 'LiveRaveN'
328
- },
329
- {
330
- address: 'https://evmos.json.antrixy.org',
331
- provider: 'Antrix Validators'
332
- },
333
- {
334
- address: 'https://evmos-mainnet.jsonrpc.stakevillage.net',
335
- provider: 'Stake Village'
336
- }
337
- ]
338
- },
339
- explorers: [
340
- {
341
- kind: 'ezstaking',
342
- url: 'https://ezstaking.app/evmos',
343
- txPage: 'https://ezstaking.app/evmos/txs/${txHash}',
344
- accountPage: 'https://ezstaking.app/evmos/account/${accountAddress}'
345
- },
346
- {
347
- kind: 'mintscan',
348
- url: 'https://www.mintscan.io/evmos',
349
- txPage: 'https://www.mintscan.io/evmos/transactions/${txHash}',
350
- accountPage: 'https://www.mintscan.io/evmos/accounts/${accountAddress}'
351
- },
352
- {
353
- kind: 'blockscout',
354
- url: 'https://evm.evmos.org',
355
- txPage: 'https://evm.evmos.org/tx/${txHash}'
356
- },
357
- {
358
- kind: 'ping.pub',
359
- url: 'https://ping.pub/evmos',
360
- txPage: 'https://ping.pub/evmos/tx/${txHash}'
361
- },
362
- {
363
- kind: 'explorers.guru',
364
- url: 'https://evmos.explorers.guru',
365
- txPage: 'https://evmos.explorers.guru/transaction/${txHash}'
366
- },
367
- {
368
- kind: 'staking-explorer.com',
369
- url: 'https://staking-explorer.com/explorer/evmos',
370
- txPage: 'https://staking-explorer.com/transaction.php?chain=evmos&tx=${txHash}',
371
- accountPage: 'https://staking-explorer.com/account.php?chain=evmos&addr=${accountAddress}'
372
- },
373
- {
374
- kind: 'atomscan',
375
- url: 'https://atomscan.com/evmos',
376
- txPage: 'https://atomscan.com/evmos/transactions/${txHash}',
377
- accountPage: 'https://atomscan.com/evmos/accounts/${accountAddress}'
378
- },
379
- {
380
- kind: 'tcnetwork',
381
- url: 'https://evmos.tcnetwork.io',
382
- txPage: 'https://evmos.tcnetwork.io/transaction/${txHash}'
383
- },
384
- {
385
- kind: 'Stakeflow',
386
- url: 'https://stakeflow.io/evmos',
387
- accountPage: 'https://stakeflow.io/evmos/accounts/${accountAddress}'
388
- },
389
- {
390
- kind: 'Stake Village',
391
- url: 'https://exp.stakevillage.net/evmos',
392
- txPage: 'https://exp.stakevillage.net/evmos/tx/${txHash}',
393
- accountPage: 'https://exp.stakevillage.net/evmos/accounts/${accountAddress}'
394
- },
395
- {
396
- kind: '🔥STAVR🔥',
397
- url: 'https://explorer.stavr.tech/evmos',
398
- txPage: 'https://explorer.stavr.tech/evmos/tx/${txHash}',
399
- accountPage: 'https://explorer.stavr.tech/evmos/accounts/${accountAddress}'
400
- }
401
- ],
402
- images: [{
403
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
404
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
405
- }]
406
- };
407
- export default info;