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