chain-registry 1.69.47 → 1.69.48
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/archway/chain.js +18 -0
- package/esm/mainnet/comdex/chain.js +18 -0
- package/esm/mainnet/coreum/chain.js +18 -0
- package/esm/mainnet/juno/chain.js +18 -0
- package/esm/mainnet/osmosis/assets.js +25 -0
- package/esm/mainnet/osmosis/chain.js +18 -0
- package/esm/mainnet/pryzm/chain.js +18 -0
- package/esm/mainnet/quasar/chain.js +18 -0
- package/esm/mainnet/saga/chain.js +18 -0
- package/esm/mainnet/shentu/chain.js +18 -0
- package/esm/mainnet/stargaze/chain.js +18 -0
- package/esm/mainnet/teritori/chain.js +18 -0
- package/mainnet/archway/chain.js +18 -0
- package/mainnet/comdex/chain.js +18 -0
- package/mainnet/coreum/chain.js +18 -0
- package/mainnet/juno/chain.js +18 -0
- package/mainnet/osmosis/assets.js +25 -0
- package/mainnet/osmosis/chain.js +18 -0
- package/mainnet/pryzm/chain.js +18 -0
- package/mainnet/quasar/chain.js +18 -0
- package/mainnet/saga/chain.js +18 -0
- package/mainnet/shentu/chain.js +18 -0
- package/mainnet/stargaze/chain.js +18 -0
- package/mainnet/teritori/chain.js +18 -0
- package/package.json +4 -4
|
@@ -140,6 +140,10 @@ const info = {
|
|
|
140
140
|
{
|
|
141
141
|
address: 'https://archway-rpc.noders.services',
|
|
142
142
|
provider: '[NODERS]TEAM'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
address: 'https://archway-rpc.chainroot.io',
|
|
146
|
+
provider: 'Chainroot'
|
|
143
147
|
}
|
|
144
148
|
],
|
|
145
149
|
rest: [
|
|
@@ -238,6 +242,10 @@ const info = {
|
|
|
238
242
|
{
|
|
239
243
|
address: 'https://archway-api.noders.services',
|
|
240
244
|
provider: '[NODERS]TEAM'
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
address: 'https://archway-api.chainroot.io',
|
|
248
|
+
provider: 'Chainroot'
|
|
241
249
|
}
|
|
242
250
|
],
|
|
243
251
|
grpc: [
|
|
@@ -328,6 +336,10 @@ const info = {
|
|
|
328
336
|
{
|
|
329
337
|
address: 'archway-grpc.noders.services:13090',
|
|
330
338
|
provider: '[NODERS]TEAM'
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
address: 'archway-grpc.chainroot.io:443',
|
|
342
|
+
provider: 'Chainroot'
|
|
331
343
|
}
|
|
332
344
|
]
|
|
333
345
|
},
|
|
@@ -390,6 +402,12 @@ const info = {
|
|
|
390
402
|
url: 'https://mainnet.whispernode.com/archway',
|
|
391
403
|
tx_page: 'https://mainnet.whispernode.com/archway/tx/${txHash}',
|
|
392
404
|
account_page: 'https://mainnet.whispernode.com/archway/account/${accountAddress}'
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
kind: 'Chainroot',
|
|
408
|
+
url: 'https://explorer.chainroot.io/archway',
|
|
409
|
+
tx_page: 'https://explorer.chainroot.io/archway/transactions/${txHash}',
|
|
410
|
+
account_page: 'https://explorer.chainroot.io/archway/accounts/${accountAddress}'
|
|
393
411
|
}
|
|
394
412
|
],
|
|
395
413
|
images: [{
|
|
@@ -88,6 +88,10 @@ const info = {
|
|
|
88
88
|
{
|
|
89
89
|
address: 'https://comdex-rpc.bluestake.net:443',
|
|
90
90
|
provider: 'BlueStake 🚀'
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
address: 'https://comdex-rpc.chainroot.io',
|
|
94
|
+
provider: 'Chainroot'
|
|
91
95
|
}
|
|
92
96
|
],
|
|
93
97
|
rest: [
|
|
@@ -146,6 +150,10 @@ const info = {
|
|
|
146
150
|
{
|
|
147
151
|
address: 'https://comdex-api.bluestake.net',
|
|
148
152
|
provider: 'BlueStake 🚀'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
address: 'https://comdex-api.chainroot.io',
|
|
156
|
+
provider: 'Chainroot'
|
|
149
157
|
}
|
|
150
158
|
],
|
|
151
159
|
grpc: [
|
|
@@ -196,6 +204,10 @@ const info = {
|
|
|
196
204
|
{
|
|
197
205
|
address: 'https://grpc-comdex.blockval.io:443',
|
|
198
206
|
provider: 'Blockval'
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
address: 'comdex-grpc.chainroot.io:443',
|
|
210
|
+
provider: 'Chainroot'
|
|
199
211
|
}
|
|
200
212
|
]
|
|
201
213
|
},
|
|
@@ -255,6 +267,12 @@ const info = {
|
|
|
255
267
|
url: 'https://mainnet.whispernode.com/comdex',
|
|
256
268
|
tx_page: 'https://mainnet.whispernode.com/comdex/tx/${txHash}',
|
|
257
269
|
account_page: 'https://mainnet.whispernode.com/comdex/account/${accountAddress}'
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
kind: 'Chainroot',
|
|
273
|
+
url: 'https://explorer.chainroot.io/comdex',
|
|
274
|
+
tx_page: 'https://explorer.chainroot.io/comdex/transactions/${txHash}',
|
|
275
|
+
account_page: 'https://explorer.chainroot.io/comdex/accounts/${accountAddress}'
|
|
258
276
|
}
|
|
259
277
|
],
|
|
260
278
|
images: [{
|
|
@@ -90,6 +90,10 @@ const info = {
|
|
|
90
90
|
{
|
|
91
91
|
address: 'https://public.stakewolle.com/cosmos/coreum/rpc',
|
|
92
92
|
provider: 'Stakewolle'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://coreum-rpc.chainroot.io',
|
|
96
|
+
provider: 'Chainroot'
|
|
93
97
|
}
|
|
94
98
|
],
|
|
95
99
|
grpc: [
|
|
@@ -120,6 +124,10 @@ const info = {
|
|
|
120
124
|
{
|
|
121
125
|
address: 'coreum-grpc.genznodes.dev:35090',
|
|
122
126
|
provider: 'genznodes'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
address: 'coreum-grpc.chainroot.io:443',
|
|
130
|
+
provider: 'Chainroot'
|
|
123
131
|
}
|
|
124
132
|
],
|
|
125
133
|
rest: [
|
|
@@ -154,6 +162,10 @@ const info = {
|
|
|
154
162
|
{
|
|
155
163
|
address: 'https://public.stakewolle.com/cosmos/coreum/rest',
|
|
156
164
|
provider: 'Stakewolle'
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
address: 'https://coreum-api.chainroot.io',
|
|
168
|
+
provider: 'Chainroot'
|
|
157
169
|
}
|
|
158
170
|
]
|
|
159
171
|
},
|
|
@@ -205,6 +217,12 @@ const info = {
|
|
|
205
217
|
url: 'https://ezstaking.app/coreum',
|
|
206
218
|
tx_page: 'https://ezstaking.app/coreum/txs/${txHash}',
|
|
207
219
|
account_page: 'https://ezstaking.app/coreum/account/${accountAddress}'
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
kind: 'Chainroot',
|
|
223
|
+
url: 'https://explorer.chainroot.io/coreum',
|
|
224
|
+
tx_page: 'https://explorer.chainroot.io/coreum/transactions/${txHash}',
|
|
225
|
+
account_page: 'https://explorer.chainroot.io/coreum/accounts/${accountAddress}'
|
|
208
226
|
}
|
|
209
227
|
],
|
|
210
228
|
keywords: [
|
|
@@ -147,6 +147,10 @@ const info = {
|
|
|
147
147
|
{
|
|
148
148
|
address: 'https://juno.rpc.nodeshub.online:443',
|
|
149
149
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
address: 'https://juno-rpc.chainroot.io',
|
|
153
|
+
provider: 'Chainroot'
|
|
150
154
|
}
|
|
151
155
|
],
|
|
152
156
|
rest: [
|
|
@@ -245,6 +249,10 @@ const info = {
|
|
|
245
249
|
{
|
|
246
250
|
address: 'https://juno.api.nodeshub.online:443',
|
|
247
251
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
address: 'https://juno-api.chainroot.io',
|
|
255
|
+
provider: 'Chainroot'
|
|
248
256
|
}
|
|
249
257
|
],
|
|
250
258
|
grpc: [
|
|
@@ -331,6 +339,10 @@ const info = {
|
|
|
331
339
|
{
|
|
332
340
|
address: 'https://juno.grpc.nodeshub.online',
|
|
333
341
|
provider: 'Nodes Hub'
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
address: 'juno-grpc.chainroot.io:443',
|
|
345
|
+
provider: 'Chainroot'
|
|
334
346
|
}
|
|
335
347
|
]
|
|
336
348
|
},
|
|
@@ -401,6 +413,12 @@ const info = {
|
|
|
401
413
|
url: 'https://mainnet.whispernode.com/juno',
|
|
402
414
|
tx_page: 'https://mainnet.whispernode.com/juno/tx/${txHash}',
|
|
403
415
|
account_page: 'https://mainnet.whispernode.com/juno/account/${accountAddress}'
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
kind: 'Chainroot',
|
|
419
|
+
url: 'https://explorer.chainroot.io/juno',
|
|
420
|
+
tx_page: 'https://explorer.chainroot.io/juno/transactions/${txHash}',
|
|
421
|
+
account_page: 'https://explorer.chainroot.io/juno/accounts/${accountAddress}'
|
|
404
422
|
}
|
|
405
423
|
],
|
|
406
424
|
images: [{
|
|
@@ -21933,6 +21933,31 @@ const info = {
|
|
|
21933
21933
|
name: 'Earn CDT Vault',
|
|
21934
21934
|
display: 'earnCDT',
|
|
21935
21935
|
symbol: 'earnCDT'
|
|
21936
|
+
},
|
|
21937
|
+
{
|
|
21938
|
+
description: 'The Sherpa memecoin',
|
|
21939
|
+
denom_units: [{
|
|
21940
|
+
denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
21941
|
+
exponent: 0
|
|
21942
|
+
}, {
|
|
21943
|
+
denom: 'Sherpa',
|
|
21944
|
+
exponent: 6
|
|
21945
|
+
}],
|
|
21946
|
+
type_asset: 'sdk.coin',
|
|
21947
|
+
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
21948
|
+
name: 'Sherpa',
|
|
21949
|
+
display: 'Sherpa',
|
|
21950
|
+
symbol: 'SHERPA',
|
|
21951
|
+
logo_URIs: {
|
|
21952
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png'
|
|
21953
|
+
},
|
|
21954
|
+
images: [{
|
|
21955
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png',
|
|
21956
|
+
theme: {
|
|
21957
|
+
primary_color_hex: '#fe9cdf'
|
|
21958
|
+
}
|
|
21959
|
+
}],
|
|
21960
|
+
keywords: ['meme']
|
|
21936
21961
|
}
|
|
21937
21962
|
]
|
|
21938
21963
|
};
|
|
@@ -167,6 +167,10 @@ const info = {
|
|
|
167
167
|
{
|
|
168
168
|
address: 'https://osmosis.drpc.org',
|
|
169
169
|
provider: 'dRPC'
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
address: 'https://osmosis-rpc.chainroot.io',
|
|
173
|
+
provider: 'Chainroot'
|
|
170
174
|
}
|
|
171
175
|
],
|
|
172
176
|
rest: [
|
|
@@ -269,6 +273,10 @@ const info = {
|
|
|
269
273
|
{
|
|
270
274
|
address: 'https://osmosis-api.noders.services',
|
|
271
275
|
provider: '[NODERS]TEAM'
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
address: 'https://osmosis-api.chainroot.io',
|
|
279
|
+
provider: 'Chainroot'
|
|
272
280
|
}
|
|
273
281
|
],
|
|
274
282
|
grpc: [
|
|
@@ -339,6 +347,10 @@ const info = {
|
|
|
339
347
|
{
|
|
340
348
|
address: 'osmosis-grpc.noders.services:10090',
|
|
341
349
|
provider: '[NODERS]TEAM'
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
address: 'osmosis-grpc.chainroot.io:443',
|
|
353
|
+
provider: 'Chainroot'
|
|
342
354
|
}
|
|
343
355
|
]
|
|
344
356
|
},
|
|
@@ -409,6 +421,12 @@ const info = {
|
|
|
409
421
|
url: 'https://mainnet.whispernode.com/osmosis',
|
|
410
422
|
tx_page: 'https://mainnet.whispernode.com/osmosis/tx/${txHash}',
|
|
411
423
|
account_page: 'https://mainnet.whispernode.com/osmosis/account/${accountAddress}'
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
kind: 'Chainroot',
|
|
427
|
+
url: 'https://explorer.chainroot.io/osmosis',
|
|
428
|
+
tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}',
|
|
429
|
+
account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}'
|
|
412
430
|
}
|
|
413
431
|
],
|
|
414
432
|
keywords: ['dex']
|
|
@@ -116,6 +116,10 @@ const info = {
|
|
|
116
116
|
{
|
|
117
117
|
address: 'https://pryzm-mainnet-rpc.autostake.com:443',
|
|
118
118
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
address: 'https://pryzm-rpc.chainroot.io',
|
|
122
|
+
provider: 'Chainroot'
|
|
119
123
|
}
|
|
120
124
|
],
|
|
121
125
|
rest: [
|
|
@@ -130,6 +134,10 @@ const info = {
|
|
|
130
134
|
{
|
|
131
135
|
address: 'https://pryzm-mainnet-lcd.autostake.com:443',
|
|
132
136
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
address: 'https://pryzm-api.chainroot.io',
|
|
140
|
+
provider: 'Chainroot'
|
|
133
141
|
}
|
|
134
142
|
],
|
|
135
143
|
grpc: [
|
|
@@ -144,6 +152,10 @@ const info = {
|
|
|
144
152
|
{
|
|
145
153
|
address: 'pryzm-mainnet-grpc.autostake.com:443',
|
|
146
154
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
address: 'pryzm-grpc.chainroot.io:443',
|
|
158
|
+
provider: 'Chainroot'
|
|
147
159
|
}
|
|
148
160
|
]
|
|
149
161
|
},
|
|
@@ -175,6 +187,12 @@ const info = {
|
|
|
175
187
|
url: 'https://staking-explorer.com/explorer/pryzm',
|
|
176
188
|
tx_page: 'https://staking-explorer.com/transaction.php?chain=pryzm&tx=${txHash}',
|
|
177
189
|
account_page: 'https://staking-explorer.com/account.php?chain=pryzm&addr=${accountAddress}'
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
kind: 'Chainroot',
|
|
193
|
+
url: 'https://explorer.chainroot.io/pryzm',
|
|
194
|
+
tx_page: 'https://explorer.chainroot.io/pryzm/transactions/${txHash}',
|
|
195
|
+
account_page: 'https://explorer.chainroot.io/pryzm/accounts/${accountAddress}'
|
|
178
196
|
}
|
|
179
197
|
],
|
|
180
198
|
images: [{
|
|
@@ -103,6 +103,10 @@ const info = {
|
|
|
103
103
|
{
|
|
104
104
|
address: 'https://quasar-rpc.genznodes.dev',
|
|
105
105
|
provider: 'genznodes'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
address: 'https://quasar-rpc.chainroot.io',
|
|
109
|
+
provider: 'Chainroot'
|
|
106
110
|
}
|
|
107
111
|
],
|
|
108
112
|
rest: [
|
|
@@ -153,6 +157,10 @@ const info = {
|
|
|
153
157
|
{
|
|
154
158
|
address: 'https://quasar-api.genznodes.dev',
|
|
155
159
|
provider: 'genznodes'
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
address: 'https://quasar-api.chainroot.io',
|
|
163
|
+
provider: 'Chainroot'
|
|
156
164
|
}
|
|
157
165
|
],
|
|
158
166
|
grpc: [
|
|
@@ -191,6 +199,10 @@ const info = {
|
|
|
191
199
|
{
|
|
192
200
|
address: 'quasar-grpc.genznodes.dev:29090',
|
|
193
201
|
provider: 'genznodes'
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
address: 'quasar-grpc.chainroot.io:443',
|
|
205
|
+
provider: 'Chainroot'
|
|
194
206
|
}
|
|
195
207
|
]
|
|
196
208
|
},
|
|
@@ -218,6 +230,12 @@ const info = {
|
|
|
218
230
|
url: 'https://mainnet.whispernode.com/quasar',
|
|
219
231
|
tx_page: 'https://mainnet.whispernode.com/quasar/tx/${txHash}',
|
|
220
232
|
account_page: 'https://mainnet.whispernode.com/quasar/account/${accountAddress}'
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
kind: 'Chainroot',
|
|
236
|
+
url: 'https://explorer.chainroot.io/quasar',
|
|
237
|
+
tx_page: 'https://explorer.chainroot.io/quasar/transactions/${txHash}',
|
|
238
|
+
account_page: 'https://explorer.chainroot.io/quasar/accounts/${accountAddress}'
|
|
221
239
|
}
|
|
222
240
|
],
|
|
223
241
|
keywords: ['mainnet'],
|
|
@@ -66,6 +66,10 @@ const info = {
|
|
|
66
66
|
{
|
|
67
67
|
address: 'https://saga-rpc.stakeandrelax.net',
|
|
68
68
|
provider: 'Stake&Relax 🦥'
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
address: 'https://saga-rpc.chainroot.io',
|
|
72
|
+
provider: 'Chainroot'
|
|
69
73
|
}
|
|
70
74
|
],
|
|
71
75
|
rest: [
|
|
@@ -100,6 +104,10 @@ const info = {
|
|
|
100
104
|
{
|
|
101
105
|
address: 'https://saga-api.stakeandrelax.net',
|
|
102
106
|
provider: 'Stake&Relax 🦥'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'https://saga-api.chainroot.io',
|
|
110
|
+
provider: 'Chainroot'
|
|
103
111
|
}
|
|
104
112
|
],
|
|
105
113
|
grpc: [
|
|
@@ -130,6 +138,10 @@ const info = {
|
|
|
130
138
|
{
|
|
131
139
|
address: 'http://saga-grpc.stakeandrelax.net:24990',
|
|
132
140
|
provider: 'Stake&Relax 🦥'
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
address: 'saga-grpc.chainroot.io:443',
|
|
144
|
+
provider: 'Chainroot'
|
|
133
145
|
}
|
|
134
146
|
]
|
|
135
147
|
},
|
|
@@ -162,6 +174,12 @@ const info = {
|
|
|
162
174
|
url: 'https://explorer.nodestake.org/saga',
|
|
163
175
|
tx_page: 'https://explorer.nodestake.org/saga/tx/${txHash}',
|
|
164
176
|
account_page: 'https://explorer.nodestake.org/saga/account/${accountAddress}'
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
kind: 'Chainroot',
|
|
180
|
+
url: 'https://explorer.chainroot.io/saga',
|
|
181
|
+
tx_page: 'https://explorer.chainroot.io/saga/transactions/${txHash}',
|
|
182
|
+
account_page: 'https://explorer.chainroot.io/saga/accounts/${accountAddress}'
|
|
165
183
|
}
|
|
166
184
|
],
|
|
167
185
|
images: [{
|
|
@@ -67,6 +67,10 @@ const info = {
|
|
|
67
67
|
{
|
|
68
68
|
address: 'https://shentu-rpc.kleomedes.network',
|
|
69
69
|
provider: 'Kleomedes'
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
address: 'https://shentu-rpc.chainroot.io',
|
|
73
|
+
provider: 'Chainroot'
|
|
70
74
|
}
|
|
71
75
|
],
|
|
72
76
|
rest: [
|
|
@@ -109,6 +113,10 @@ const info = {
|
|
|
109
113
|
{
|
|
110
114
|
address: 'https://shentu-api.kleomedes.network',
|
|
111
115
|
provider: 'Kleomedes'
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
address: 'https://shentu-api.chainroot.io',
|
|
119
|
+
provider: 'Chainroot'
|
|
112
120
|
}
|
|
113
121
|
],
|
|
114
122
|
grpc: [
|
|
@@ -143,6 +151,10 @@ const info = {
|
|
|
143
151
|
{
|
|
144
152
|
address: 'shentu-grpc.panthea.eu:16700',
|
|
145
153
|
provider: 'Panthea EU'
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
address: 'shentu-grpc.chainroot.io:443',
|
|
157
|
+
provider: 'Chainroot'
|
|
146
158
|
}
|
|
147
159
|
]
|
|
148
160
|
},
|
|
@@ -197,6 +209,12 @@ const info = {
|
|
|
197
209
|
kind: 'Stakeflow',
|
|
198
210
|
url: 'https://stakeflow.io/shentu',
|
|
199
211
|
account_page: 'https://stakeflow.io/shentu/accounts/${accountAddress}'
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
kind: 'Chainroot',
|
|
215
|
+
url: 'https://explorer.chainroot.io/shentu',
|
|
216
|
+
tx_page: 'https://explorer.chainroot.io/shentu/transactions/${txHash}',
|
|
217
|
+
account_page: 'https://explorer.chainroot.io/shentu/accounts/${accountAddress}'
|
|
200
218
|
}
|
|
201
219
|
],
|
|
202
220
|
images: [{
|
|
@@ -108,6 +108,10 @@ const info = {
|
|
|
108
108
|
{
|
|
109
109
|
address: 'https://stargaze-rpc.kleomedes.network',
|
|
110
110
|
provider: 'Kleomedes'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
address: 'https://stargaze-rpc.chainroot.io',
|
|
114
|
+
provider: 'Chainroot'
|
|
111
115
|
}
|
|
112
116
|
],
|
|
113
117
|
rest: [
|
|
@@ -186,6 +190,10 @@ const info = {
|
|
|
186
190
|
{
|
|
187
191
|
address: 'https://stargaze-api.kleomedes.network',
|
|
188
192
|
provider: 'Kleomedes'
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
address: 'https://stargaze-api.chainroot.io',
|
|
196
|
+
provider: 'Chainroot'
|
|
189
197
|
}
|
|
190
198
|
],
|
|
191
199
|
grpc: [
|
|
@@ -228,6 +236,10 @@ const info = {
|
|
|
228
236
|
{
|
|
229
237
|
address: 'https://grpc.stargaze.bronbro.io:443',
|
|
230
238
|
provider: 'Bro_n_Bro'
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
address: 'stargaze-grpc.chainroot.io:443',
|
|
242
|
+
provider: 'Chainroot'
|
|
231
243
|
}
|
|
232
244
|
]
|
|
233
245
|
},
|
|
@@ -272,6 +284,12 @@ const info = {
|
|
|
272
284
|
url: 'https://mainnet.whispernode.com/stargaze',
|
|
273
285
|
tx_page: 'https://mainnet.whispernode.com/stargaze/tx/${txHash}',
|
|
274
286
|
account_page: 'https://mainnet.whispernode.com/stargaze/account/${accountAddress}'
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
kind: 'Chainroot',
|
|
290
|
+
url: 'https://explorer.chainroot.io/stargaze',
|
|
291
|
+
tx_page: 'https://explorer.chainroot.io/stargaze/transactions/${txHash}',
|
|
292
|
+
account_page: 'https://explorer.chainroot.io/stargaze/accounts/${accountAddress}'
|
|
275
293
|
}
|
|
276
294
|
],
|
|
277
295
|
images: [{
|
|
@@ -90,6 +90,10 @@ const info = {
|
|
|
90
90
|
{
|
|
91
91
|
address: 'https://teritori_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
92
92
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://teritori-rpc.chainroot.io',
|
|
96
|
+
provider: 'Chainroot'
|
|
93
97
|
}
|
|
94
98
|
],
|
|
95
99
|
rest: [
|
|
@@ -148,6 +152,10 @@ const info = {
|
|
|
148
152
|
{
|
|
149
153
|
address: 'https://teritori_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
150
154
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
address: 'https://teritori-api.chainroot.io',
|
|
158
|
+
provider: 'Chainroot'
|
|
151
159
|
}
|
|
152
160
|
],
|
|
153
161
|
grpc: [
|
|
@@ -182,6 +190,10 @@ const info = {
|
|
|
182
190
|
{
|
|
183
191
|
address: 'teritori-grpc.publicnode.com:443',
|
|
184
192
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
address: 'teritori-grpc.chainroot.io:443',
|
|
196
|
+
provider: 'Chainroot'
|
|
185
197
|
}
|
|
186
198
|
]
|
|
187
199
|
},
|
|
@@ -245,6 +257,12 @@ const info = {
|
|
|
245
257
|
url: 'https://explorer.whenmoonwhenlambo.money/teritori',
|
|
246
258
|
tx_page: 'https://explorer.whenmoonwhenlambo.money/teritori/tx/${txHash}',
|
|
247
259
|
account_page: 'https://explorer.whenmoonwhenlambo.money/teritori/account/${accountAddress}'
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
kind: 'Chainroot',
|
|
263
|
+
url: 'https://explorer.chainroot.io/teritori',
|
|
264
|
+
tx_page: 'https://explorer.chainroot.io/teritori/transactions/${txHash}',
|
|
265
|
+
account_page: 'https://explorer.chainroot.io/teritori/accounts/${accountAddress}'
|
|
248
266
|
}
|
|
249
267
|
],
|
|
250
268
|
images: [{
|
package/mainnet/archway/chain.js
CHANGED
|
@@ -142,6 +142,10 @@ const info = {
|
|
|
142
142
|
{
|
|
143
143
|
address: 'https://archway-rpc.noders.services',
|
|
144
144
|
provider: '[NODERS]TEAM'
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
address: 'https://archway-rpc.chainroot.io',
|
|
148
|
+
provider: 'Chainroot'
|
|
145
149
|
}
|
|
146
150
|
],
|
|
147
151
|
rest: [
|
|
@@ -240,6 +244,10 @@ const info = {
|
|
|
240
244
|
{
|
|
241
245
|
address: 'https://archway-api.noders.services',
|
|
242
246
|
provider: '[NODERS]TEAM'
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
address: 'https://archway-api.chainroot.io',
|
|
250
|
+
provider: 'Chainroot'
|
|
243
251
|
}
|
|
244
252
|
],
|
|
245
253
|
grpc: [
|
|
@@ -330,6 +338,10 @@ const info = {
|
|
|
330
338
|
{
|
|
331
339
|
address: 'archway-grpc.noders.services:13090',
|
|
332
340
|
provider: '[NODERS]TEAM'
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
address: 'archway-grpc.chainroot.io:443',
|
|
344
|
+
provider: 'Chainroot'
|
|
333
345
|
}
|
|
334
346
|
]
|
|
335
347
|
},
|
|
@@ -392,6 +404,12 @@ const info = {
|
|
|
392
404
|
url: 'https://mainnet.whispernode.com/archway',
|
|
393
405
|
tx_page: 'https://mainnet.whispernode.com/archway/tx/${txHash}',
|
|
394
406
|
account_page: 'https://mainnet.whispernode.com/archway/account/${accountAddress}'
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
kind: 'Chainroot',
|
|
410
|
+
url: 'https://explorer.chainroot.io/archway',
|
|
411
|
+
tx_page: 'https://explorer.chainroot.io/archway/transactions/${txHash}',
|
|
412
|
+
account_page: 'https://explorer.chainroot.io/archway/accounts/${accountAddress}'
|
|
395
413
|
}
|
|
396
414
|
],
|
|
397
415
|
images: [{
|
package/mainnet/comdex/chain.js
CHANGED
|
@@ -90,6 +90,10 @@ const info = {
|
|
|
90
90
|
{
|
|
91
91
|
address: 'https://comdex-rpc.bluestake.net:443',
|
|
92
92
|
provider: 'BlueStake 🚀'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://comdex-rpc.chainroot.io',
|
|
96
|
+
provider: 'Chainroot'
|
|
93
97
|
}
|
|
94
98
|
],
|
|
95
99
|
rest: [
|
|
@@ -148,6 +152,10 @@ const info = {
|
|
|
148
152
|
{
|
|
149
153
|
address: 'https://comdex-api.bluestake.net',
|
|
150
154
|
provider: 'BlueStake 🚀'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
address: 'https://comdex-api.chainroot.io',
|
|
158
|
+
provider: 'Chainroot'
|
|
151
159
|
}
|
|
152
160
|
],
|
|
153
161
|
grpc: [
|
|
@@ -198,6 +206,10 @@ const info = {
|
|
|
198
206
|
{
|
|
199
207
|
address: 'https://grpc-comdex.blockval.io:443',
|
|
200
208
|
provider: 'Blockval'
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
address: 'comdex-grpc.chainroot.io:443',
|
|
212
|
+
provider: 'Chainroot'
|
|
201
213
|
}
|
|
202
214
|
]
|
|
203
215
|
},
|
|
@@ -257,6 +269,12 @@ const info = {
|
|
|
257
269
|
url: 'https://mainnet.whispernode.com/comdex',
|
|
258
270
|
tx_page: 'https://mainnet.whispernode.com/comdex/tx/${txHash}',
|
|
259
271
|
account_page: 'https://mainnet.whispernode.com/comdex/account/${accountAddress}'
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
kind: 'Chainroot',
|
|
275
|
+
url: 'https://explorer.chainroot.io/comdex',
|
|
276
|
+
tx_page: 'https://explorer.chainroot.io/comdex/transactions/${txHash}',
|
|
277
|
+
account_page: 'https://explorer.chainroot.io/comdex/accounts/${accountAddress}'
|
|
260
278
|
}
|
|
261
279
|
],
|
|
262
280
|
images: [{
|
package/mainnet/coreum/chain.js
CHANGED
|
@@ -92,6 +92,10 @@ const info = {
|
|
|
92
92
|
{
|
|
93
93
|
address: 'https://public.stakewolle.com/cosmos/coreum/rpc',
|
|
94
94
|
provider: 'Stakewolle'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'https://coreum-rpc.chainroot.io',
|
|
98
|
+
provider: 'Chainroot'
|
|
95
99
|
}
|
|
96
100
|
],
|
|
97
101
|
grpc: [
|
|
@@ -122,6 +126,10 @@ const info = {
|
|
|
122
126
|
{
|
|
123
127
|
address: 'coreum-grpc.genznodes.dev:35090',
|
|
124
128
|
provider: 'genznodes'
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
address: 'coreum-grpc.chainroot.io:443',
|
|
132
|
+
provider: 'Chainroot'
|
|
125
133
|
}
|
|
126
134
|
],
|
|
127
135
|
rest: [
|
|
@@ -156,6 +164,10 @@ const info = {
|
|
|
156
164
|
{
|
|
157
165
|
address: 'https://public.stakewolle.com/cosmos/coreum/rest',
|
|
158
166
|
provider: 'Stakewolle'
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
address: 'https://coreum-api.chainroot.io',
|
|
170
|
+
provider: 'Chainroot'
|
|
159
171
|
}
|
|
160
172
|
]
|
|
161
173
|
},
|
|
@@ -207,6 +219,12 @@ const info = {
|
|
|
207
219
|
url: 'https://ezstaking.app/coreum',
|
|
208
220
|
tx_page: 'https://ezstaking.app/coreum/txs/${txHash}',
|
|
209
221
|
account_page: 'https://ezstaking.app/coreum/account/${accountAddress}'
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
kind: 'Chainroot',
|
|
225
|
+
url: 'https://explorer.chainroot.io/coreum',
|
|
226
|
+
tx_page: 'https://explorer.chainroot.io/coreum/transactions/${txHash}',
|
|
227
|
+
account_page: 'https://explorer.chainroot.io/coreum/accounts/${accountAddress}'
|
|
210
228
|
}
|
|
211
229
|
],
|
|
212
230
|
keywords: [
|
package/mainnet/juno/chain.js
CHANGED
|
@@ -149,6 +149,10 @@ const info = {
|
|
|
149
149
|
{
|
|
150
150
|
address: 'https://juno.rpc.nodeshub.online:443',
|
|
151
151
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
address: 'https://juno-rpc.chainroot.io',
|
|
155
|
+
provider: 'Chainroot'
|
|
152
156
|
}
|
|
153
157
|
],
|
|
154
158
|
rest: [
|
|
@@ -247,6 +251,10 @@ const info = {
|
|
|
247
251
|
{
|
|
248
252
|
address: 'https://juno.api.nodeshub.online:443',
|
|
249
253
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
address: 'https://juno-api.chainroot.io',
|
|
257
|
+
provider: 'Chainroot'
|
|
250
258
|
}
|
|
251
259
|
],
|
|
252
260
|
grpc: [
|
|
@@ -333,6 +341,10 @@ const info = {
|
|
|
333
341
|
{
|
|
334
342
|
address: 'https://juno.grpc.nodeshub.online',
|
|
335
343
|
provider: 'Nodes Hub'
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
address: 'juno-grpc.chainroot.io:443',
|
|
347
|
+
provider: 'Chainroot'
|
|
336
348
|
}
|
|
337
349
|
]
|
|
338
350
|
},
|
|
@@ -403,6 +415,12 @@ const info = {
|
|
|
403
415
|
url: 'https://mainnet.whispernode.com/juno',
|
|
404
416
|
tx_page: 'https://mainnet.whispernode.com/juno/tx/${txHash}',
|
|
405
417
|
account_page: 'https://mainnet.whispernode.com/juno/account/${accountAddress}'
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
kind: 'Chainroot',
|
|
421
|
+
url: 'https://explorer.chainroot.io/juno',
|
|
422
|
+
tx_page: 'https://explorer.chainroot.io/juno/transactions/${txHash}',
|
|
423
|
+
account_page: 'https://explorer.chainroot.io/juno/accounts/${accountAddress}'
|
|
406
424
|
}
|
|
407
425
|
],
|
|
408
426
|
images: [{
|
|
@@ -21935,6 +21935,31 @@ const info = {
|
|
|
21935
21935
|
name: 'Earn CDT Vault',
|
|
21936
21936
|
display: 'earnCDT',
|
|
21937
21937
|
symbol: 'earnCDT'
|
|
21938
|
+
},
|
|
21939
|
+
{
|
|
21940
|
+
description: 'The Sherpa memecoin',
|
|
21941
|
+
denom_units: [{
|
|
21942
|
+
denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
21943
|
+
exponent: 0
|
|
21944
|
+
}, {
|
|
21945
|
+
denom: 'Sherpa',
|
|
21946
|
+
exponent: 6
|
|
21947
|
+
}],
|
|
21948
|
+
type_asset: 'sdk.coin',
|
|
21949
|
+
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
21950
|
+
name: 'Sherpa',
|
|
21951
|
+
display: 'Sherpa',
|
|
21952
|
+
symbol: 'SHERPA',
|
|
21953
|
+
logo_URIs: {
|
|
21954
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png'
|
|
21955
|
+
},
|
|
21956
|
+
images: [{
|
|
21957
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png',
|
|
21958
|
+
theme: {
|
|
21959
|
+
primary_color_hex: '#fe9cdf'
|
|
21960
|
+
}
|
|
21961
|
+
}],
|
|
21962
|
+
keywords: ['meme']
|
|
21938
21963
|
}
|
|
21939
21964
|
]
|
|
21940
21965
|
};
|
package/mainnet/osmosis/chain.js
CHANGED
|
@@ -169,6 +169,10 @@ const info = {
|
|
|
169
169
|
{
|
|
170
170
|
address: 'https://osmosis.drpc.org',
|
|
171
171
|
provider: 'dRPC'
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
address: 'https://osmosis-rpc.chainroot.io',
|
|
175
|
+
provider: 'Chainroot'
|
|
172
176
|
}
|
|
173
177
|
],
|
|
174
178
|
rest: [
|
|
@@ -271,6 +275,10 @@ const info = {
|
|
|
271
275
|
{
|
|
272
276
|
address: 'https://osmosis-api.noders.services',
|
|
273
277
|
provider: '[NODERS]TEAM'
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
address: 'https://osmosis-api.chainroot.io',
|
|
281
|
+
provider: 'Chainroot'
|
|
274
282
|
}
|
|
275
283
|
],
|
|
276
284
|
grpc: [
|
|
@@ -341,6 +349,10 @@ const info = {
|
|
|
341
349
|
{
|
|
342
350
|
address: 'osmosis-grpc.noders.services:10090',
|
|
343
351
|
provider: '[NODERS]TEAM'
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
address: 'osmosis-grpc.chainroot.io:443',
|
|
355
|
+
provider: 'Chainroot'
|
|
344
356
|
}
|
|
345
357
|
]
|
|
346
358
|
},
|
|
@@ -411,6 +423,12 @@ const info = {
|
|
|
411
423
|
url: 'https://mainnet.whispernode.com/osmosis',
|
|
412
424
|
tx_page: 'https://mainnet.whispernode.com/osmosis/tx/${txHash}',
|
|
413
425
|
account_page: 'https://mainnet.whispernode.com/osmosis/account/${accountAddress}'
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
kind: 'Chainroot',
|
|
429
|
+
url: 'https://explorer.chainroot.io/osmosis',
|
|
430
|
+
tx_page: 'https://explorer.chainroot.io/osmosis/transactions/${txHash}',
|
|
431
|
+
account_page: 'https://explorer.chainroot.io/osmosis/accounts/${accountAddress}'
|
|
414
432
|
}
|
|
415
433
|
],
|
|
416
434
|
keywords: ['dex']
|
package/mainnet/pryzm/chain.js
CHANGED
|
@@ -118,6 +118,10 @@ const info = {
|
|
|
118
118
|
{
|
|
119
119
|
address: 'https://pryzm-mainnet-rpc.autostake.com:443',
|
|
120
120
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
address: 'https://pryzm-rpc.chainroot.io',
|
|
124
|
+
provider: 'Chainroot'
|
|
121
125
|
}
|
|
122
126
|
],
|
|
123
127
|
rest: [
|
|
@@ -132,6 +136,10 @@ const info = {
|
|
|
132
136
|
{
|
|
133
137
|
address: 'https://pryzm-mainnet-lcd.autostake.com:443',
|
|
134
138
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
address: 'https://pryzm-api.chainroot.io',
|
|
142
|
+
provider: 'Chainroot'
|
|
135
143
|
}
|
|
136
144
|
],
|
|
137
145
|
grpc: [
|
|
@@ -146,6 +154,10 @@ const info = {
|
|
|
146
154
|
{
|
|
147
155
|
address: 'pryzm-mainnet-grpc.autostake.com:443',
|
|
148
156
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
address: 'pryzm-grpc.chainroot.io:443',
|
|
160
|
+
provider: 'Chainroot'
|
|
149
161
|
}
|
|
150
162
|
]
|
|
151
163
|
},
|
|
@@ -177,6 +189,12 @@ const info = {
|
|
|
177
189
|
url: 'https://staking-explorer.com/explorer/pryzm',
|
|
178
190
|
tx_page: 'https://staking-explorer.com/transaction.php?chain=pryzm&tx=${txHash}',
|
|
179
191
|
account_page: 'https://staking-explorer.com/account.php?chain=pryzm&addr=${accountAddress}'
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
kind: 'Chainroot',
|
|
195
|
+
url: 'https://explorer.chainroot.io/pryzm',
|
|
196
|
+
tx_page: 'https://explorer.chainroot.io/pryzm/transactions/${txHash}',
|
|
197
|
+
account_page: 'https://explorer.chainroot.io/pryzm/accounts/${accountAddress}'
|
|
180
198
|
}
|
|
181
199
|
],
|
|
182
200
|
images: [{
|
package/mainnet/quasar/chain.js
CHANGED
|
@@ -105,6 +105,10 @@ const info = {
|
|
|
105
105
|
{
|
|
106
106
|
address: 'https://quasar-rpc.genznodes.dev',
|
|
107
107
|
provider: 'genznodes'
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
address: 'https://quasar-rpc.chainroot.io',
|
|
111
|
+
provider: 'Chainroot'
|
|
108
112
|
}
|
|
109
113
|
],
|
|
110
114
|
rest: [
|
|
@@ -155,6 +159,10 @@ const info = {
|
|
|
155
159
|
{
|
|
156
160
|
address: 'https://quasar-api.genznodes.dev',
|
|
157
161
|
provider: 'genznodes'
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
address: 'https://quasar-api.chainroot.io',
|
|
165
|
+
provider: 'Chainroot'
|
|
158
166
|
}
|
|
159
167
|
],
|
|
160
168
|
grpc: [
|
|
@@ -193,6 +201,10 @@ const info = {
|
|
|
193
201
|
{
|
|
194
202
|
address: 'quasar-grpc.genznodes.dev:29090',
|
|
195
203
|
provider: 'genznodes'
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
address: 'quasar-grpc.chainroot.io:443',
|
|
207
|
+
provider: 'Chainroot'
|
|
196
208
|
}
|
|
197
209
|
]
|
|
198
210
|
},
|
|
@@ -220,6 +232,12 @@ const info = {
|
|
|
220
232
|
url: 'https://mainnet.whispernode.com/quasar',
|
|
221
233
|
tx_page: 'https://mainnet.whispernode.com/quasar/tx/${txHash}',
|
|
222
234
|
account_page: 'https://mainnet.whispernode.com/quasar/account/${accountAddress}'
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
kind: 'Chainroot',
|
|
238
|
+
url: 'https://explorer.chainroot.io/quasar',
|
|
239
|
+
tx_page: 'https://explorer.chainroot.io/quasar/transactions/${txHash}',
|
|
240
|
+
account_page: 'https://explorer.chainroot.io/quasar/accounts/${accountAddress}'
|
|
223
241
|
}
|
|
224
242
|
],
|
|
225
243
|
keywords: ['mainnet'],
|
package/mainnet/saga/chain.js
CHANGED
|
@@ -68,6 +68,10 @@ const info = {
|
|
|
68
68
|
{
|
|
69
69
|
address: 'https://saga-rpc.stakeandrelax.net',
|
|
70
70
|
provider: 'Stake&Relax 🦥'
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
address: 'https://saga-rpc.chainroot.io',
|
|
74
|
+
provider: 'Chainroot'
|
|
71
75
|
}
|
|
72
76
|
],
|
|
73
77
|
rest: [
|
|
@@ -102,6 +106,10 @@ const info = {
|
|
|
102
106
|
{
|
|
103
107
|
address: 'https://saga-api.stakeandrelax.net',
|
|
104
108
|
provider: 'Stake&Relax 🦥'
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
address: 'https://saga-api.chainroot.io',
|
|
112
|
+
provider: 'Chainroot'
|
|
105
113
|
}
|
|
106
114
|
],
|
|
107
115
|
grpc: [
|
|
@@ -132,6 +140,10 @@ const info = {
|
|
|
132
140
|
{
|
|
133
141
|
address: 'http://saga-grpc.stakeandrelax.net:24990',
|
|
134
142
|
provider: 'Stake&Relax 🦥'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
address: 'saga-grpc.chainroot.io:443',
|
|
146
|
+
provider: 'Chainroot'
|
|
135
147
|
}
|
|
136
148
|
]
|
|
137
149
|
},
|
|
@@ -164,6 +176,12 @@ const info = {
|
|
|
164
176
|
url: 'https://explorer.nodestake.org/saga',
|
|
165
177
|
tx_page: 'https://explorer.nodestake.org/saga/tx/${txHash}',
|
|
166
178
|
account_page: 'https://explorer.nodestake.org/saga/account/${accountAddress}'
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
kind: 'Chainroot',
|
|
182
|
+
url: 'https://explorer.chainroot.io/saga',
|
|
183
|
+
tx_page: 'https://explorer.chainroot.io/saga/transactions/${txHash}',
|
|
184
|
+
account_page: 'https://explorer.chainroot.io/saga/accounts/${accountAddress}'
|
|
167
185
|
}
|
|
168
186
|
],
|
|
169
187
|
images: [{
|
package/mainnet/shentu/chain.js
CHANGED
|
@@ -69,6 +69,10 @@ const info = {
|
|
|
69
69
|
{
|
|
70
70
|
address: 'https://shentu-rpc.kleomedes.network',
|
|
71
71
|
provider: 'Kleomedes'
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
address: 'https://shentu-rpc.chainroot.io',
|
|
75
|
+
provider: 'Chainroot'
|
|
72
76
|
}
|
|
73
77
|
],
|
|
74
78
|
rest: [
|
|
@@ -111,6 +115,10 @@ const info = {
|
|
|
111
115
|
{
|
|
112
116
|
address: 'https://shentu-api.kleomedes.network',
|
|
113
117
|
provider: 'Kleomedes'
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
address: 'https://shentu-api.chainroot.io',
|
|
121
|
+
provider: 'Chainroot'
|
|
114
122
|
}
|
|
115
123
|
],
|
|
116
124
|
grpc: [
|
|
@@ -145,6 +153,10 @@ const info = {
|
|
|
145
153
|
{
|
|
146
154
|
address: 'shentu-grpc.panthea.eu:16700',
|
|
147
155
|
provider: 'Panthea EU'
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
address: 'shentu-grpc.chainroot.io:443',
|
|
159
|
+
provider: 'Chainroot'
|
|
148
160
|
}
|
|
149
161
|
]
|
|
150
162
|
},
|
|
@@ -199,6 +211,12 @@ const info = {
|
|
|
199
211
|
kind: 'Stakeflow',
|
|
200
212
|
url: 'https://stakeflow.io/shentu',
|
|
201
213
|
account_page: 'https://stakeflow.io/shentu/accounts/${accountAddress}'
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
kind: 'Chainroot',
|
|
217
|
+
url: 'https://explorer.chainroot.io/shentu',
|
|
218
|
+
tx_page: 'https://explorer.chainroot.io/shentu/transactions/${txHash}',
|
|
219
|
+
account_page: 'https://explorer.chainroot.io/shentu/accounts/${accountAddress}'
|
|
202
220
|
}
|
|
203
221
|
],
|
|
204
222
|
images: [{
|
|
@@ -110,6 +110,10 @@ const info = {
|
|
|
110
110
|
{
|
|
111
111
|
address: 'https://stargaze-rpc.kleomedes.network',
|
|
112
112
|
provider: 'Kleomedes'
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
address: 'https://stargaze-rpc.chainroot.io',
|
|
116
|
+
provider: 'Chainroot'
|
|
113
117
|
}
|
|
114
118
|
],
|
|
115
119
|
rest: [
|
|
@@ -188,6 +192,10 @@ const info = {
|
|
|
188
192
|
{
|
|
189
193
|
address: 'https://stargaze-api.kleomedes.network',
|
|
190
194
|
provider: 'Kleomedes'
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
address: 'https://stargaze-api.chainroot.io',
|
|
198
|
+
provider: 'Chainroot'
|
|
191
199
|
}
|
|
192
200
|
],
|
|
193
201
|
grpc: [
|
|
@@ -230,6 +238,10 @@ const info = {
|
|
|
230
238
|
{
|
|
231
239
|
address: 'https://grpc.stargaze.bronbro.io:443',
|
|
232
240
|
provider: 'Bro_n_Bro'
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
address: 'stargaze-grpc.chainroot.io:443',
|
|
244
|
+
provider: 'Chainroot'
|
|
233
245
|
}
|
|
234
246
|
]
|
|
235
247
|
},
|
|
@@ -274,6 +286,12 @@ const info = {
|
|
|
274
286
|
url: 'https://mainnet.whispernode.com/stargaze',
|
|
275
287
|
tx_page: 'https://mainnet.whispernode.com/stargaze/tx/${txHash}',
|
|
276
288
|
account_page: 'https://mainnet.whispernode.com/stargaze/account/${accountAddress}'
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
kind: 'Chainroot',
|
|
292
|
+
url: 'https://explorer.chainroot.io/stargaze',
|
|
293
|
+
tx_page: 'https://explorer.chainroot.io/stargaze/transactions/${txHash}',
|
|
294
|
+
account_page: 'https://explorer.chainroot.io/stargaze/accounts/${accountAddress}'
|
|
277
295
|
}
|
|
278
296
|
],
|
|
279
297
|
images: [{
|
|
@@ -92,6 +92,10 @@ const info = {
|
|
|
92
92
|
{
|
|
93
93
|
address: 'https://teritori_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
94
94
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'https://teritori-rpc.chainroot.io',
|
|
98
|
+
provider: 'Chainroot'
|
|
95
99
|
}
|
|
96
100
|
],
|
|
97
101
|
rest: [
|
|
@@ -150,6 +154,10 @@ const info = {
|
|
|
150
154
|
{
|
|
151
155
|
address: 'https://teritori_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
152
156
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
address: 'https://teritori-api.chainroot.io',
|
|
160
|
+
provider: 'Chainroot'
|
|
153
161
|
}
|
|
154
162
|
],
|
|
155
163
|
grpc: [
|
|
@@ -184,6 +192,10 @@ const info = {
|
|
|
184
192
|
{
|
|
185
193
|
address: 'teritori-grpc.publicnode.com:443',
|
|
186
194
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
address: 'teritori-grpc.chainroot.io:443',
|
|
198
|
+
provider: 'Chainroot'
|
|
187
199
|
}
|
|
188
200
|
]
|
|
189
201
|
},
|
|
@@ -247,6 +259,12 @@ const info = {
|
|
|
247
259
|
url: 'https://explorer.whenmoonwhenlambo.money/teritori',
|
|
248
260
|
tx_page: 'https://explorer.whenmoonwhenlambo.money/teritori/tx/${txHash}',
|
|
249
261
|
account_page: 'https://explorer.whenmoonwhenlambo.money/teritori/account/${accountAddress}'
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
kind: 'Chainroot',
|
|
265
|
+
url: 'https://explorer.chainroot.io/teritori',
|
|
266
|
+
tx_page: 'https://explorer.chainroot.io/teritori/transactions/${txHash}',
|
|
267
|
+
account_page: 'https://explorer.chainroot.io/teritori/accounts/${accountAddress}'
|
|
250
268
|
}
|
|
251
269
|
],
|
|
252
270
|
images: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.48",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.25",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.25"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "0aa3d24c45e63cff4af04d1eb4eb61d52cdafb70"
|
|
47
47
|
}
|