chain-registry 2.0.219 → 2.0.221
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/akash/chain.js +0 -12
- package/esm/mainnet/asset-lists.js +0 -8
- package/esm/mainnet/axelar/chain.js +0 -84
- package/esm/mainnet/chains.js +0 -8
- package/esm/mainnet/cheqd/chain.js +8 -0
- package/esm/mainnet/cosmoshub/asset-list.js +29 -0
- package/esm/mainnet/elys/asset-list.js +12 -8
- package/esm/mainnet/elys/chain.js +3 -3
- package/esm/mainnet/ibc-data.js +0 -8
- package/esm/mainnet/neutron/chain.js +0 -28
- package/esm/mainnet/nolus/asset-list.js +10 -8
- package/esm/mainnet/osmosis/asset-list.js +53 -9
- package/esm/mainnet/xion/asset-list.js +11 -9
- package/esm/mainnet/xion/chain.js +7 -4
- package/esm/testnet/asset-lists.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/skyzennet/asset-list.js +23 -0
- package/esm/testnet/skyzennet/chain.js +60 -0
- package/esm/{mainnet/stargaze → testnet/skyzennet}/index.js +0 -2
- package/mainnet/akash/chain.js +0 -12
- package/mainnet/asset-lists.js +0 -8
- package/mainnet/axelar/chain.js +0 -84
- package/mainnet/chains.js +0 -8
- package/mainnet/cheqd/chain.js +8 -0
- package/mainnet/cosmoshub/asset-list.js +29 -0
- package/mainnet/elys/asset-list.js +12 -8
- package/mainnet/elys/chain.js +3 -3
- package/mainnet/ibc-data.js +0 -8
- package/mainnet/neutron/chain.js +0 -28
- package/mainnet/nolus/asset-list.js +10 -8
- package/mainnet/osmosis/asset-list.js +53 -9
- package/mainnet/xion/asset-list.js +11 -9
- package/mainnet/xion/chain.js +7 -4
- package/package.json +3 -3
- package/testnet/asset-lists.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/skyzennet/asset-list.js +25 -0
- package/testnet/skyzennet/chain.js +62 -0
- package/{mainnet/nillion → testnet/skyzennet}/index.d.ts +0 -1
- package/{mainnet/nillion → testnet/skyzennet}/index.js +1 -3
- package/esm/mainnet/nillion/asset-list.js +0 -30
- package/esm/mainnet/nillion/chain.js +0 -154
- package/esm/mainnet/nillion/ibc-data.js +0 -32
- package/esm/mainnet/nillion/index.js +0 -6
- package/esm/mainnet/stargaze/asset-list.js +0 -890
- package/esm/mainnet/stargaze/chain.js +0 -331
- package/esm/mainnet/stargaze/ibc-data.js +0 -900
- package/esm/mainnet/starname/asset-list.js +0 -32
- package/esm/mainnet/starname/chain.js +0 -74
- package/esm/mainnet/starname/ibc-data.js +0 -223
- package/esm/mainnet/starname/index.js +0 -6
- package/esm/mainnet/tgrade/asset-list.js +0 -46
- package/esm/mainnet/tgrade/chain.js +0 -94
- package/esm/mainnet/tgrade/ibc-data.js +0 -62
- package/esm/mainnet/tgrade/index.js +0 -6
- package/mainnet/nillion/asset-list.js +0 -32
- package/mainnet/nillion/chain.js +0 -156
- package/mainnet/nillion/ibc-data.d.ts +0 -3
- package/mainnet/nillion/ibc-data.js +0 -34
- package/mainnet/stargaze/asset-list.d.ts +0 -3
- package/mainnet/stargaze/asset-list.js +0 -892
- package/mainnet/stargaze/chain.d.ts +0 -3
- package/mainnet/stargaze/chain.js +0 -333
- package/mainnet/stargaze/ibc-data.d.ts +0 -3
- package/mainnet/stargaze/ibc-data.js +0 -902
- package/mainnet/stargaze/index.d.ts +0 -3
- package/mainnet/stargaze/index.js +0 -12
- package/mainnet/starname/asset-list.d.ts +0 -3
- package/mainnet/starname/asset-list.js +0 -34
- package/mainnet/starname/chain.d.ts +0 -3
- package/mainnet/starname/chain.js +0 -76
- package/mainnet/starname/ibc-data.d.ts +0 -3
- package/mainnet/starname/ibc-data.js +0 -225
- package/mainnet/starname/index.d.ts +0 -3
- package/mainnet/starname/index.js +0 -12
- package/mainnet/tgrade/asset-list.d.ts +0 -3
- package/mainnet/tgrade/asset-list.js +0 -48
- package/mainnet/tgrade/chain.d.ts +0 -3
- package/mainnet/tgrade/chain.js +0 -96
- package/mainnet/tgrade/ibc-data.d.ts +0 -3
- package/mainnet/tgrade/ibc-data.js +0 -64
- package/mainnet/tgrade/index.d.ts +0 -3
- package/mainnet/tgrade/index.js +0 -12
- /package/{mainnet/nillion → testnet/skyzennet}/asset-list.d.ts +0 -0
- /package/{mainnet/nillion → testnet/skyzennet}/chain.d.ts +0 -0
|
@@ -1,331 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../chain.schema.json',
|
|
3
|
-
chainName: 'stargaze',
|
|
4
|
-
status: 'live',
|
|
5
|
-
networkType: 'mainnet',
|
|
6
|
-
website: 'https://stargaze.zone/',
|
|
7
|
-
prettyName: 'Stargaze',
|
|
8
|
-
chainType: 'cosmos',
|
|
9
|
-
chainId: 'stargaze-1',
|
|
10
|
-
bech32Prefix: 'stars',
|
|
11
|
-
daemonName: 'starsd',
|
|
12
|
-
nodeHome: '$HOME/.starsd',
|
|
13
|
-
slip44: 118,
|
|
14
|
-
fees: {
|
|
15
|
-
feeTokens: [{
|
|
16
|
-
denom: 'ustars',
|
|
17
|
-
fixedMinGasPrice: 1,
|
|
18
|
-
lowGasPrice: 1,
|
|
19
|
-
averageGasPrice: 1.1,
|
|
20
|
-
highGasPrice: 1.2
|
|
21
|
-
}]
|
|
22
|
-
},
|
|
23
|
-
staking: {
|
|
24
|
-
stakingTokens: [{
|
|
25
|
-
denom: 'ustars'
|
|
26
|
-
}]
|
|
27
|
-
},
|
|
28
|
-
codebase: {
|
|
29
|
-
gitRepo: 'https://github.com/public-awesome/stargaze',
|
|
30
|
-
recommendedVersion: 'v14.0.0',
|
|
31
|
-
compatibleVersions: ['v14.0.0'],
|
|
32
|
-
consensus: {
|
|
33
|
-
type: 'cometbft',
|
|
34
|
-
version: 'v0.37.6'
|
|
35
|
-
},
|
|
36
|
-
genesis: {
|
|
37
|
-
genesisUrl: 'https://raw.githubusercontent.com/public-awesome/mainnet/main/stargaze-1/genesis.tar.gz'
|
|
38
|
-
},
|
|
39
|
-
sdk: {
|
|
40
|
-
type: 'cosmos',
|
|
41
|
-
version: 'v0.47.12'
|
|
42
|
-
},
|
|
43
|
-
ibc: {
|
|
44
|
-
type: 'go',
|
|
45
|
-
version: 'v7.6.0'
|
|
46
|
-
},
|
|
47
|
-
cosmwasm: {
|
|
48
|
-
version: 'v0.45.0',
|
|
49
|
-
enabled: true
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
logoURIs: {
|
|
53
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
54
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
55
|
-
},
|
|
56
|
-
description: 'The premier community-focused blockchain for NFTs. Stargaze empowers creators, developers, collectors, and traders to participate on the platform. The Stargaze chain consists of various NFT-related apps such as a Launchpad, and a Marketplace with offers and auctions.',
|
|
57
|
-
apis: {
|
|
58
|
-
rpc: [
|
|
59
|
-
{
|
|
60
|
-
address: 'https://rpc.stargaze-apis.com/',
|
|
61
|
-
provider: 'Stargaze Foundation'
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
address: 'https://rpc-stargaze.pupmos.network',
|
|
65
|
-
provider: 'PUPMØS'
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
address: 'https://rpc-stargaze.ezstaking.dev',
|
|
69
|
-
provider: 'EZStaking.io'
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
address: 'https://stargaze-rpc.polkachu.com',
|
|
73
|
-
provider: 'Polkachu'
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
address: 'https://rpc-stargaze-ia.cosmosia.notional.ventures/',
|
|
77
|
-
provider: 'Notional'
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
address: 'https://stargaze.c29r3.xyz:443/rpc/',
|
|
81
|
-
provider: 'c29r3'
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
address: 'https://rpc-stargaze.cosmos-spaces.cloud',
|
|
85
|
-
provider: 'Cosmos Spaces'
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
address: 'https://stargaze.ibs.team:443/rpc',
|
|
89
|
-
provider: 'Inter Blockchain Services'
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
address: 'https://rpc-stargaze.d-stake.xyz',
|
|
93
|
-
provider: 'D-stake'
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
address: 'https://rpc.stargaze.silentvalidator.com/',
|
|
97
|
-
provider: 'silent'
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
address: 'https://stargaze-mainnet-rpc.autostake.com:443',
|
|
101
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
address: 'https://stargaze-rpc.ramuchi.tech',
|
|
105
|
-
provider: 'ramuchi.tech'
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
address: 'https://stargaze-rpc.staketab.org:443',
|
|
109
|
-
provider: 'Staketab'
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
address: 'https://stargaze-rpc.w3coins.io',
|
|
113
|
-
provider: 'w3coins'
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
address: 'https://stargaze-rpc.stakerhouse.com',
|
|
117
|
-
provider: 'StakerHouse'
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
address: 'https://stargaze-rpc.publicnode.com:443',
|
|
121
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
address: 'https://stargaze-rpc.reece.sh:443',
|
|
125
|
-
provider: 'Reecepbcups'
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
address: 'https://rpc.stargaze.bronbro.io:443',
|
|
129
|
-
provider: 'Bro_n_Bro'
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
address: 'https://stargaze-rpc.kleomedes.network',
|
|
133
|
-
provider: 'Kleomedes'
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
address: 'https://stargaze-rpc.chainroot.io',
|
|
137
|
-
provider: 'Chainroot'
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
address: 'https://stargaze.api.pocket.network',
|
|
141
|
-
provider: 'Pocket Network'
|
|
142
|
-
}
|
|
143
|
-
],
|
|
144
|
-
rest: [
|
|
145
|
-
{
|
|
146
|
-
address: 'https://rest.stargaze-apis.com/',
|
|
147
|
-
provider: 'Stargaze Foundation'
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
address: 'https://api-stargaze.pupmos.network',
|
|
151
|
-
provider: 'PUPMØS'
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
address: 'https://api-stargaze.ezstaking.dev',
|
|
155
|
-
provider: 'EZStaking.io'
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
address: 'https://api-stargaze-ia.cosmosia.notional.ventures/',
|
|
159
|
-
provider: 'Notional'
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
address: 'https://stargaze.c29r3.xyz:443/api/',
|
|
163
|
-
provider: 'c29r3'
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
address: 'https://stargaze-api.polkachu.com',
|
|
167
|
-
provider: 'Polkachu'
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
address: 'https://stargaze.ibs.team:443/api',
|
|
171
|
-
provider: 'Inter Blockchain Services'
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
address: 'https://api-stargaze.d-stake.xyz',
|
|
175
|
-
provider: 'D-stake'
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
address: 'https://api-stargaze.cosmos-spaces.cloud',
|
|
179
|
-
provider: 'Cosmos Spaces'
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
address: 'https://api.stargaze.silentvalidator.com/',
|
|
183
|
-
provider: 'silent'
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
address: 'https://stargaze-mainnet-lcd.autostake.com:443',
|
|
187
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
address: 'https://stargaze-api.ramuchi.tech',
|
|
191
|
-
provider: 'ramuchi.tech'
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
address: 'https://stargaze-rest.staketab.org',
|
|
195
|
-
provider: 'Staketab'
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
address: 'https://stargaze-api.w3coins.io',
|
|
199
|
-
provider: 'w3coins'
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
address: 'https://stargaze-rest.stakerhouse.com',
|
|
203
|
-
provider: 'StakerHouse'
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
address: 'https://stargaze-rest.publicnode.com',
|
|
207
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
address: 'https://stargaze-api.reece.sh:443',
|
|
211
|
-
provider: 'Reecepbcups'
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
address: 'https://lcd.stargaze.bronbro.io:443',
|
|
215
|
-
provider: 'Bro_n_Bro'
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
address: 'https://stargaze-api.kleomedes.network',
|
|
219
|
-
provider: 'Kleomedes'
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
address: 'https://stargaze-api.chainroot.io',
|
|
223
|
-
provider: 'Chainroot'
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
address: 'https://stargaze.api.pocket.network',
|
|
227
|
-
provider: 'Pocket Network'
|
|
228
|
-
}
|
|
229
|
-
],
|
|
230
|
-
grpc: [
|
|
231
|
-
{
|
|
232
|
-
address: 'grpc-stargaze-ia.cosmosia.notional.ventures:443',
|
|
233
|
-
provider: 'Notional'
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
address: 'stargaze-grpc.polkachu.com:13790',
|
|
237
|
-
provider: 'Polkachu'
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
address: 'stargaze-mainnet-grpc.autostake.com:443',
|
|
241
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
address: 'grpc-stargaze.cosmos-spaces.cloud:1150',
|
|
245
|
-
provider: 'Cosmos Spaces'
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
address: 'https://stargaze-grpc.ramuchi.tech:9090',
|
|
249
|
-
provider: 'ramuchi.tech'
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
address: 'services.staketab.com:9092',
|
|
253
|
-
provider: 'Staketab'
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
address: 'stargaze-grpc.w3coins.io:13790',
|
|
257
|
-
provider: 'w3coins'
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
address: 'stargaze-grpc.publicnode.com:443',
|
|
261
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
address: 'stargaze-grpc.stakerhouse.com:443',
|
|
265
|
-
provider: 'StakerHouse'
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
address: 'https://grpc.stargaze.bronbro.io:443',
|
|
269
|
-
provider: 'Bro_n_Bro'
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
address: 'stargaze-grpc.chainroot.io:443',
|
|
273
|
-
provider: 'Chainroot'
|
|
274
|
-
}
|
|
275
|
-
]
|
|
276
|
-
},
|
|
277
|
-
explorers: [
|
|
278
|
-
{
|
|
279
|
-
kind: 'ezstaking',
|
|
280
|
-
url: 'https://ezstaking.app/stargaze',
|
|
281
|
-
txPage: 'https://ezstaking.app/stargaze/txs/${txHash}',
|
|
282
|
-
accountPage: 'https://ezstaking.app/stargaze/account/${accountAddress}'
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
kind: 'mintscan',
|
|
286
|
-
url: 'https://www.mintscan.io/stargaze/',
|
|
287
|
-
txPage: 'https://www.mintscan.io/stargaze/transactions/${txHash}',
|
|
288
|
-
accountPage: 'https://www.mintscan.io/stargaze/accounts/${accountAddress}'
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
kind: 'ping.pub',
|
|
292
|
-
url: 'https://ping.pub/stargaze',
|
|
293
|
-
txPage: 'https://ping.pub/stargaze/tx/${txHash}'
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
kind: 'staking-explorer.com',
|
|
297
|
-
url: 'https://staking-explorer.com/explorer/stargaze',
|
|
298
|
-
txPage: 'https://staking-explorer.com/transaction.php?chain=stargaze&tx=${txHash}',
|
|
299
|
-
accountPage: 'https://staking-explorer.com/account.php?chain=stargaze&addr=${accountAddress}'
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
kind: 'atomscan',
|
|
303
|
-
url: 'https://atomscan.com/stargaze',
|
|
304
|
-
txPage: 'https://atomscan.com/stargaze/transactions/${txHash}',
|
|
305
|
-
accountPage: 'https://atomscan.com/stargaze/accounts/${accountAddress}'
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
kind: 'Starscan',
|
|
309
|
-
url: 'https://starscan.net/',
|
|
310
|
-
txPage: 'https://starscan.net/stargaze-1/tx/${txHash}',
|
|
311
|
-
accountPage: 'https://starscan.net/stargaze-1/address/${accountAddress}'
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
kind: 'WhisperNode 🤐',
|
|
315
|
-
url: 'https://mainnet.whispernode.com/stargaze',
|
|
316
|
-
txPage: 'https://mainnet.whispernode.com/stargaze/tx/${txHash}',
|
|
317
|
-
accountPage: 'https://mainnet.whispernode.com/stargaze/account/${accountAddress}'
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
kind: 'Valopers',
|
|
321
|
-
url: 'https://stargaze.valopers.com/',
|
|
322
|
-
txPage: 'https://stargaze.valopers.com/transactions/${txHash}',
|
|
323
|
-
accountPage: 'https://stargaze.valopers.com/account/${accountAddress}'
|
|
324
|
-
}
|
|
325
|
-
],
|
|
326
|
-
images: [{
|
|
327
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
328
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
329
|
-
}]
|
|
330
|
-
};
|
|
331
|
-
export default info;
|