chain-registry 2.0.234 → 2.0.236

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,309 +0,0 @@
1
- const info = {
2
- $schema: '../chain.schema.json',
3
- chainName: 'umee',
4
- status: 'live',
5
- networkType: 'mainnet',
6
- website: 'https://www.ux.xyz',
7
- prettyName: 'UX Chain',
8
- chainType: 'cosmos',
9
- chainId: 'umee-1',
10
- bech32Prefix: 'umee',
11
- daemonName: 'umeed',
12
- nodeHome: '$HOME/.umee',
13
- slip44: 118,
14
- fees: {
15
- feeTokens: [{
16
- denom: 'uumee',
17
- fixedMinGasPrice: 0.1,
18
- lowGasPrice: 0.1,
19
- averageGasPrice: 0.12,
20
- highGasPrice: 0.2
21
- }]
22
- },
23
- staking: {
24
- stakingTokens: [{
25
- denom: 'uumee'
26
- }]
27
- },
28
- codebase: {
29
- gitRepo: 'https://github.com/umee-network/umee',
30
- recommendedVersion: 'v6.3.0',
31
- compatibleVersions: ['v6.3.0'],
32
- binaries: {
33
- "linux/amd64": 'https://github.com/umee-network/umee/releases/download/v6.3.0/umeed-v6.3.0-linux-amd64.tar.gz'
34
- },
35
- consensus: {
36
- type: 'cometbft',
37
- version: '0.37'
38
- },
39
- genesis: {
40
- name: 'v1.0.1',
41
- genesisUrl: 'https://raw.githubusercontent.com/umee-network/mainnet/main/genesis.json'
42
- },
43
- sdk: {
44
- type: 'cosmos',
45
- version: '0.47'
46
- },
47
- ibc: {
48
- type: 'go',
49
- version: '7.3.2'
50
- },
51
- cosmwasm: {
52
- version: '0.43',
53
- enabled: true
54
- },
55
- tag: 'v6.3.0'
56
- },
57
- logoURIs: {
58
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
59
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
60
- },
61
- apis: {
62
- rpc: [
63
- {
64
- address: 'https://umee-rpc.polkachu.com',
65
- provider: 'Polkachu'
66
- },
67
- {
68
- address: 'https://umee-mainnet-rpc.autostake.com:443',
69
- provider: 'AutoStake 🛡️ Slash Protected'
70
- },
71
- {
72
- address: 'http://umee.rpc.m.stavr.tech:10457',
73
- provider: '🔥STAVR🔥'
74
- },
75
- {
76
- address: 'http://rpc-umee-0.node75.org:26657',
77
- provider: 'Pro-Nodes75'
78
- },
79
- {
80
- address: 'https://rpc-umee-01.stakeflow.io',
81
- provider: 'Stakeflow'
82
- },
83
- {
84
- address: 'https://umee-rpc.staketab.org:443',
85
- provider: 'Staketab'
86
- },
87
- {
88
- address: 'https://umee-rpc.theamsolutions.info',
89
- provider: 'AM Solutions'
90
- },
91
- {
92
- address: 'https://umee.rpc.kjnodes.com',
93
- provider: 'kjnodes'
94
- },
95
- {
96
- address: 'https://umee-rpc.w3coins.io',
97
- provider: 'w3coins'
98
- },
99
- {
100
- address: 'https://rpc-umee.mms.team',
101
- provider: 'MMS'
102
- },
103
- {
104
- address: 'https://rpc-umee.mzonder.com',
105
- provider: 'MZONDER'
106
- },
107
- {
108
- address: 'https://umee-rpc.stake-town.com',
109
- provider: 'StakeTown'
110
- },
111
- {
112
- address: 'https://umee.rpc.stakevillage.net:443',
113
- provider: 'Stake Village'
114
- },
115
- {
116
- address: 'https://umee-rpc.noders.services',
117
- provider: '[NODERS]TEAM'
118
- },
119
- {
120
- address: 'https://umee_mainnet_rpc.chain.whenmoonwhenlambo.money',
121
- provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
122
- },
123
- {
124
- address: 'https://ux-rpc.chainroot.io',
125
- provider: 'Chainroot'
126
- }
127
- ],
128
- rest: [
129
- {
130
- address: 'https://umee.api.m.stavr.tech',
131
- provider: '🔥STAVR🔥'
132
- },
133
- {
134
- address: 'https://umee-mainnet-lcd.autostake.com:443',
135
- provider: 'AutoStake 🛡️ Slash Protected'
136
- },
137
- {
138
- address: 'https://umee-api.polkachu.com',
139
- provider: 'Polkachu'
140
- },
141
- {
142
- address: 'https://api-umee-01.stakeflow.io',
143
- provider: 'Stakeflow'
144
- },
145
- {
146
- address: 'https://umee-rest.staketab.org',
147
- provider: 'Staketab'
148
- },
149
- {
150
- address: 'https://umee-api.theamsolutions.info',
151
- provider: 'AM Solutions'
152
- },
153
- {
154
- address: 'https://umee.api.kjnodes.com',
155
- provider: 'kjnodes'
156
- },
157
- {
158
- address: 'https://umee-api.w3coins.io',
159
- provider: 'w3coins'
160
- },
161
- {
162
- address: 'https://api-umee.mms.team',
163
- provider: 'MMS'
164
- },
165
- {
166
- address: 'https://api-umee.mzonder.com',
167
- provider: 'MZONDER'
168
- },
169
- {
170
- address: 'https://umee-api.stake-town.com',
171
- provider: 'StakeTown'
172
- },
173
- {
174
- address: 'https://umee.api.stakevillage.net',
175
- provider: 'Stake Village'
176
- },
177
- {
178
- address: 'https://umee-api.noders.services',
179
- provider: '[NODERS]TEAM'
180
- },
181
- {
182
- address: 'https://umee_mainnet_api.chain.whenmoonwhenlambo.money',
183
- provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
184
- },
185
- {
186
- address: 'https://ux-api.chainroot.io',
187
- provider: 'Chainroot'
188
- }
189
- ],
190
- grpc: [
191
- {
192
- address: 'umee-grpc.polkachu.com:13690',
193
- provider: 'Polkachu'
194
- },
195
- {
196
- address: 'umee-mainnet-grpc.autostake.com:443',
197
- provider: 'AutoStake 🛡️ Slash Protected'
198
- },
199
- {
200
- address: 'umee.grpc.m.stavr.tech:9090',
201
- provider: '🔥STAVR🔥'
202
- },
203
- {
204
- address: 'grpc-umee-01.stakeflow.io:9990',
205
- provider: 'Stakeflow'
206
- },
207
- {
208
- address: 'services.staketab.com:9020',
209
- provider: 'Staketab'
210
- },
211
- {
212
- address: 'umee.grpc.kjnodes.com:16290',
213
- provider: 'kjnodes'
214
- },
215
- {
216
- address: 'umee-grpc.w3coins.io:13690',
217
- provider: 'w3coins'
218
- },
219
- {
220
- address: 'grpc-umee.mms.team:443',
221
- provider: 'MMS'
222
- },
223
- {
224
- address: 'grpc-umee.mzonder.com:443',
225
- provider: 'MZONDER'
226
- },
227
- {
228
- address: 'umee-grpc.stake-town.com:443',
229
- provider: 'StakeTown'
230
- },
231
- {
232
- address: 'umee.grpc.stakevillage.net:11090',
233
- provider: 'Stake Village'
234
- },
235
- {
236
- address: 'umee-grpc.noders.services:32090',
237
- provider: '[NODERS]TEAM'
238
- },
239
- {
240
- address: 'umee-grpc.chainroot.io:443',
241
- provider: 'Chainroot'
242
- }
243
- ]
244
- },
245
- explorers: [
246
- {
247
- kind: '🔥STAVR🔥 Explorer',
248
- url: 'https://explorer.stavr.tech/umee',
249
- txPage: 'https://explorer.stavr.tech/umee/tx/${txHash}'
250
- },
251
- {
252
- kind: 'explorers.guru',
253
- url: 'https://umee.explorers.guru',
254
- txPage: 'https://umee.explorers.guru/transaction/${txHash}'
255
- },
256
- {
257
- kind: 'atomscan',
258
- url: 'https://atomscan.com/umee',
259
- txPage: 'https://atomscan.com/umee/transactions/${txHash}',
260
- accountPage: 'https://atomscan.com/umee/accounts/${accountAddress}'
261
- },
262
- {
263
- kind: 'staking-explorer.com',
264
- url: 'https://staking-explorer.com/explorer/umee',
265
- txPage: 'https://staking-explorer.com/transaction.php?chain=umee&tx=${txHash}',
266
- accountPage: 'https://staking-explorer.com/account.php?chain=umee&addr=${accountAddress}'
267
- },
268
- {
269
- kind: 'Stakeflow',
270
- url: 'https://stakeflow.io/umee',
271
- accountPage: 'https://stakeflow.io/umee/accounts/${accountAddress}'
272
- },
273
- {
274
- kind: 'Stake-Take',
275
- url: 'https://explorer.stake-take.com/umee',
276
- txPage: 'https://explorer.stake-take.com/umee/transactions/${txHash}',
277
- accountPage: 'https://explorer.stake-take.com/umee/account/${accountAddress}'
278
- },
279
- {
280
- kind: 'Stake Village',
281
- url: 'https://exp.stakevillage.net/umee',
282
- txPage: 'https://exp.stakevillage.net/umee/tx/${txHash}',
283
- accountPage: 'https://exp.stakevillage.net/umee/account/${accountAddress}'
284
- },
285
- {
286
- kind: 'ezstaking',
287
- url: 'https://ezstaking.app/umee',
288
- txPage: 'https://ezstaking.app/umee/txs/${txHash}',
289
- accountPage: 'https://ezstaking.app/umee/account/${accountAddress}'
290
- },
291
- {
292
- kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
293
- url: 'https://explorer.whenmoonwhenlambo.money/umee',
294
- txPage: 'https://explorer.whenmoonwhenlambo.money/umee/tx/${txHash}',
295
- accountPage: 'https://explorer.whenmoonwhenlambo.money/umee/account/${accountAddress}'
296
- },
297
- {
298
- kind: 'Valopers',
299
- url: 'https://ux.valopers.com/',
300
- txPage: 'https://ux.valopers.com/transactions/${txHash}',
301
- accountPage: 'https://ux.valopers.com/account/${accountAddress}'
302
- }
303
- ],
304
- images: [{
305
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
306
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
307
- }]
308
- };
309
- export default info;