chain-registry 2.0.26 β 2.0.27
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 +0 -8
- package/esm/mainnet/aura/chain.js +0 -8
- package/esm/mainnet/axelar/asset-list.js +47 -5
- package/esm/mainnet/bitbadges/ibc-data.js +4 -4
- package/esm/mainnet/cosmoshub/chain.js +0 -12
- package/esm/mainnet/cryptoorgchain/asset-list.js +13 -3
- package/esm/mainnet/dhealth/asset-list.js +7 -0
- package/esm/mainnet/fetchhub/asset-list.js +6 -0
- package/esm/mainnet/neutaro/asset-list.js +3 -2
- package/esm/mainnet/neutron/asset-list.js +1 -1
- package/esm/mainnet/osmosis/asset-list.js +5 -0
- package/esm/mainnet/osmosis/ibc-data.js +4 -4
- package/esm/mainnet/shentu/chain.js +0 -8
- package/esm/mainnet/umee/chain.js +0 -8
- package/mainnet/archway/chain.js +0 -8
- package/mainnet/aura/chain.js +0 -8
- package/mainnet/axelar/asset-list.js +47 -5
- package/mainnet/bitbadges/ibc-data.js +4 -4
- package/mainnet/cosmoshub/chain.js +0 -12
- package/mainnet/cryptoorgchain/asset-list.js +13 -3
- package/mainnet/dhealth/asset-list.js +7 -0
- package/mainnet/fetchhub/asset-list.js +6 -0
- package/mainnet/neutaro/asset-list.js +3 -2
- package/mainnet/neutron/asset-list.js +1 -1
- package/mainnet/osmosis/asset-list.js +5 -0
- package/mainnet/osmosis/ibc-data.js +4 -4
- package/mainnet/shentu/chain.js +0 -8
- package/mainnet/umee/chain.js +0 -8
- package/package.json +3 -3
|
@@ -248,10 +248,6 @@ const info = {
|
|
|
248
248
|
address: 'https://archway-mainnet-archive.allthatnode.com:1317',
|
|
249
249
|
provider: 'All That Node'
|
|
250
250
|
},
|
|
251
|
-
{
|
|
252
|
-
address: 'https://archway-api.tienthuattoan.ventures',
|
|
253
|
-
provider: 'TienThuatToan'
|
|
254
|
-
},
|
|
255
251
|
{
|
|
256
252
|
address: 'https://archway-api.stakeandrelax.net',
|
|
257
253
|
provider: 'Stake&Relax π¦₯'
|
|
@@ -338,10 +334,6 @@ const info = {
|
|
|
338
334
|
address: 'grpc-archway-mainnet.testnet-pride.com:9096',
|
|
339
335
|
provider: 'TestnetPride'
|
|
340
336
|
},
|
|
341
|
-
{
|
|
342
|
-
address: 'archway-grpc.tienthuattoan.ventures:9290',
|
|
343
|
-
provider: 'TienThuatToan'
|
|
344
|
-
},
|
|
345
337
|
{
|
|
346
338
|
address: 'archway-grpc.stakeandrelax.net:11590',
|
|
347
339
|
provider: 'Stake&Relax π¦₯'
|
|
@@ -150,10 +150,6 @@ const info = {
|
|
|
150
150
|
address: 'https://mainnet-aura-api.konsortech.xyz',
|
|
151
151
|
provider: 'KonsorTech'
|
|
152
152
|
},
|
|
153
|
-
{
|
|
154
|
-
address: 'https://aura-api.tienthuattoan.ventures',
|
|
155
|
-
provider: 'TienThuatToan'
|
|
156
|
-
},
|
|
157
153
|
{
|
|
158
154
|
address: 'https://rest.lavenderfive.com:443/aura',
|
|
159
155
|
provider: 'Lavender.Five Nodes π'
|
|
@@ -216,10 +212,6 @@ const info = {
|
|
|
216
212
|
address: 'aura.grpc.kjnodes.com:11790',
|
|
217
213
|
provider: 'kjnodes'
|
|
218
214
|
},
|
|
219
|
-
{
|
|
220
|
-
address: 'aura-grpc.tienthuattoan.ventures:9090',
|
|
221
|
-
provider: 'TienThuatToan'
|
|
222
|
-
},
|
|
223
215
|
{
|
|
224
216
|
address: 'aura.lavenderfive.com:443',
|
|
225
217
|
provider: 'Lavender.Five Nodes π'
|
|
@@ -199,13 +199,25 @@ const info = {
|
|
|
199
199
|
provider: 'Axelar'
|
|
200
200
|
}],
|
|
201
201
|
logoURIs: {
|
|
202
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
203
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
203
204
|
},
|
|
204
205
|
images: [{
|
|
205
|
-
|
|
206
|
+
imageSync: {
|
|
207
|
+
chainName: 'ethereum',
|
|
208
|
+
baseDenom: 'wei'
|
|
209
|
+
},
|
|
210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
211
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
206
212
|
theme: {
|
|
207
|
-
primaryColorHex: '#
|
|
213
|
+
primaryColorHex: '#303030'
|
|
208
214
|
}
|
|
215
|
+
}, {
|
|
216
|
+
imageSync: {
|
|
217
|
+
chainName: 'ethereum',
|
|
218
|
+
baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
219
|
+
},
|
|
220
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
209
221
|
}],
|
|
210
222
|
coingeckoId: 'axlweth',
|
|
211
223
|
typeAsset: 'sdk.coin'
|
|
@@ -233,10 +245,10 @@ const info = {
|
|
|
233
245
|
provider: 'Axelar'
|
|
234
246
|
}],
|
|
235
247
|
logoURIs: {
|
|
236
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
248
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png'
|
|
237
249
|
},
|
|
238
250
|
images: [{
|
|
239
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
251
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
240
252
|
theme: {
|
|
241
253
|
primaryColorHex: '#41394d'
|
|
242
254
|
}
|
|
@@ -1296,6 +1308,16 @@ const info = {
|
|
|
1296
1308
|
provider: 'Axelar'
|
|
1297
1309
|
}],
|
|
1298
1310
|
images: [{
|
|
1311
|
+
imageSync: {
|
|
1312
|
+
chainName: 'arbitrum',
|
|
1313
|
+
baseDenom: 'wei'
|
|
1314
|
+
},
|
|
1315
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
1316
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1317
|
+
theme: {
|
|
1318
|
+
primaryColorHex: '#303030'
|
|
1319
|
+
}
|
|
1320
|
+
}, {
|
|
1299
1321
|
imageSync: {
|
|
1300
1322
|
chainName: 'arbitrum',
|
|
1301
1323
|
baseDenom: '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1'
|
|
@@ -1325,6 +1347,16 @@ const info = {
|
|
|
1325
1347
|
provider: 'Axelar'
|
|
1326
1348
|
}],
|
|
1327
1349
|
images: [{
|
|
1350
|
+
imageSync: {
|
|
1351
|
+
chainName: 'base',
|
|
1352
|
+
baseDenom: 'wei'
|
|
1353
|
+
},
|
|
1354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1355
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
1356
|
+
theme: {
|
|
1357
|
+
primaryColorHex: '#303030'
|
|
1358
|
+
}
|
|
1359
|
+
}, {
|
|
1328
1360
|
imageSync: {
|
|
1329
1361
|
chainName: 'base',
|
|
1330
1362
|
baseDenom: '0x4200000000000000000000000000000000000006'
|
|
@@ -1354,6 +1386,16 @@ const info = {
|
|
|
1354
1386
|
provider: 'Axelar'
|
|
1355
1387
|
}],
|
|
1356
1388
|
images: [{
|
|
1389
|
+
imageSync: {
|
|
1390
|
+
chainName: 'ethereum',
|
|
1391
|
+
baseDenom: 'wei'
|
|
1392
|
+
},
|
|
1393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
1395
|
+
theme: {
|
|
1396
|
+
primaryColorHex: '#303030'
|
|
1397
|
+
}
|
|
1398
|
+
}, {
|
|
1357
1399
|
imageSync: {
|
|
1358
1400
|
chainName: 'polygon',
|
|
1359
1401
|
baseDenom: '0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619'
|
|
@@ -30,13 +30,13 @@ const info = [{
|
|
|
30
30
|
$schema: '../ibc_data.schema.json',
|
|
31
31
|
chain1: {
|
|
32
32
|
chainName: 'bitbadges',
|
|
33
|
-
clientId: '07-tendermint-
|
|
34
|
-
connectionId: 'connection-
|
|
33
|
+
clientId: '07-tendermint-2',
|
|
34
|
+
connectionId: 'connection-1'
|
|
35
35
|
},
|
|
36
36
|
chain2: {
|
|
37
37
|
chainName: 'osmosis',
|
|
38
|
-
clientId: '07-tendermint-
|
|
39
|
-
connectionId: 'connection-
|
|
38
|
+
clientId: '07-tendermint-3498',
|
|
39
|
+
connectionId: 'connection-10746'
|
|
40
40
|
},
|
|
41
41
|
channels: [{
|
|
42
42
|
chain1: {
|
|
@@ -172,10 +172,6 @@ const info = {
|
|
|
172
172
|
address: 'https://rpc-cosmoshub.mms.team',
|
|
173
173
|
provider: 'MMS'
|
|
174
174
|
},
|
|
175
|
-
{
|
|
176
|
-
address: 'https://cosmos-rpc.tienthuattoan.com',
|
|
177
|
-
provider: 'TTT π»π³'
|
|
178
|
-
},
|
|
179
175
|
{
|
|
180
176
|
address: 'https://community.nuxian-node.ch:6797/gaia/trpc',
|
|
181
177
|
provider: 'PRO Delegators'
|
|
@@ -314,10 +310,6 @@ const info = {
|
|
|
314
310
|
address: 'https://api-cosmoshub.mms.team',
|
|
315
311
|
provider: 'MMS'
|
|
316
312
|
},
|
|
317
|
-
{
|
|
318
|
-
address: 'https://cosmos-api.tienthuattoan.ventures',
|
|
319
|
-
provider: 'TienThuatToan'
|
|
320
|
-
},
|
|
321
313
|
{
|
|
322
314
|
address: 'https://community.nuxian-node.ch:6797/gaia/crpc',
|
|
323
315
|
provider: 'PRO Delegators'
|
|
@@ -428,10 +420,6 @@ const info = {
|
|
|
428
420
|
address: 'grpc-cosmoshub.mms.team:443',
|
|
429
421
|
provider: 'MMS'
|
|
430
422
|
},
|
|
431
|
-
{
|
|
432
|
-
address: 'cosmos-grpc.tienthuattoan.ventures:9090',
|
|
433
|
-
provider: 'TienThuatToan'
|
|
434
|
-
},
|
|
435
423
|
{
|
|
436
424
|
address: 'cosmoshub-mainnet.grpc.l0vd.com:80',
|
|
437
425
|
provider: 'L0vd.com β€οΈ'
|
|
@@ -18,14 +18,24 @@ const info = {
|
|
|
18
18
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
19
19
|
},
|
|
20
20
|
coingeckoId: 'crypto-com-chain',
|
|
21
|
-
images: [
|
|
21
|
+
images: [
|
|
22
|
+
{
|
|
22
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
23
|
-
},
|
|
24
|
+
},
|
|
25
|
+
{
|
|
24
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
25
27
|
theme: {
|
|
26
28
|
primaryColorHex: '#0c2c71'
|
|
27
29
|
}
|
|
28
|
-
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
|
|
34
|
+
theme: {
|
|
35
|
+
darkMode: true
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
],
|
|
29
39
|
socials: {
|
|
30
40
|
website: 'https://cronos.org/',
|
|
31
41
|
twitter: 'https://twitter.com/cronos_chain'
|
|
@@ -30,6 +30,13 @@ const info = {
|
|
|
30
30
|
theme: {
|
|
31
31
|
primaryColorHex: '#140c7c'
|
|
32
32
|
}
|
|
33
|
+
}, {
|
|
34
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp-circle.svg',
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp-circle.png',
|
|
36
|
+
theme: {
|
|
37
|
+
darkMode: true,
|
|
38
|
+
circle: true
|
|
39
|
+
}
|
|
33
40
|
}],
|
|
34
41
|
typeAsset: 'sdk.coin'
|
|
35
42
|
}]
|
|
@@ -25,6 +25,12 @@ const info = {
|
|
|
25
25
|
theme: {
|
|
26
26
|
primaryColorHex: '#1c2444'
|
|
27
27
|
}
|
|
28
|
+
}, {
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet_white.svg',
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet_white.png',
|
|
31
|
+
theme: {
|
|
32
|
+
darkMode: true
|
|
33
|
+
}
|
|
28
34
|
}],
|
|
29
35
|
typeAsset: 'sdk.coin'
|
|
30
36
|
}, {
|
|
@@ -16,11 +16,12 @@ const info = {
|
|
|
16
16
|
display: 'neutaro',
|
|
17
17
|
symbol: 'NTMPI',
|
|
18
18
|
logoURIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg'
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/ntmpi.png'
|
|
21
20
|
},
|
|
22
21
|
coingeckoId: 'neutaro',
|
|
23
22
|
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/ntmpi.png'
|
|
24
|
+
}, {
|
|
24
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
|
|
25
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg',
|
|
26
27
|
theme: {
|
|
@@ -1060,7 +1060,7 @@ const info = {
|
|
|
1060
1060
|
exponent: 6
|
|
1061
1061
|
}],
|
|
1062
1062
|
base: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS',
|
|
1063
|
-
name: 'Mars Protocol
|
|
1063
|
+
name: 'Mars Protocol',
|
|
1064
1064
|
display: 'MARS',
|
|
1065
1065
|
symbol: 'MARS',
|
|
1066
1066
|
coingeckoId: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
@@ -24400,6 +24400,11 @@ const info = {
|
|
|
24400
24400
|
},
|
|
24401
24401
|
images: [{
|
|
24402
24402
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
|
|
24403
|
+
}, {
|
|
24404
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stlth-circle.png',
|
|
24405
|
+
theme: {
|
|
24406
|
+
circle: true
|
|
24407
|
+
}
|
|
24403
24408
|
}]
|
|
24404
24409
|
},
|
|
24405
24410
|
{
|
|
@@ -550,13 +550,13 @@ const info = [
|
|
|
550
550
|
$schema: '../ibc_data.schema.json',
|
|
551
551
|
chain1: {
|
|
552
552
|
chainName: 'bitbadges',
|
|
553
|
-
clientId: '07-tendermint-
|
|
554
|
-
connectionId: 'connection-
|
|
553
|
+
clientId: '07-tendermint-2',
|
|
554
|
+
connectionId: 'connection-1'
|
|
555
555
|
},
|
|
556
556
|
chain2: {
|
|
557
557
|
chainName: 'osmosis',
|
|
558
|
-
clientId: '07-tendermint-
|
|
559
|
-
connectionId: 'connection-
|
|
558
|
+
clientId: '07-tendermint-3498',
|
|
559
|
+
connectionId: 'connection-10746'
|
|
560
560
|
},
|
|
561
561
|
channels: [{
|
|
562
562
|
chain1: {
|
|
@@ -119,10 +119,6 @@ const info = {
|
|
|
119
119
|
address: 'https://api-shentu-01.stakeflow.io',
|
|
120
120
|
provider: 'Stakeflow'
|
|
121
121
|
},
|
|
122
|
-
{
|
|
123
|
-
address: 'https://shentu-api.tienthuattoan.ventures',
|
|
124
|
-
provider: 'TienThuatToan'
|
|
125
|
-
},
|
|
126
122
|
{
|
|
127
123
|
address: 'https://shentu-rest.publicnode.com',
|
|
128
124
|
provider: 'Allnodes β‘οΈ Nodes & Staking'
|
|
@@ -173,10 +169,6 @@ const info = {
|
|
|
173
169
|
address: 'grpc-shentu-01.stakeflow.io:2402',
|
|
174
170
|
provider: 'Stakeflow'
|
|
175
171
|
},
|
|
176
|
-
{
|
|
177
|
-
address: 'shentu-grpc.tienthuattoan.ventures:9490',
|
|
178
|
-
provider: 'TienThuatToan'
|
|
179
|
-
},
|
|
180
172
|
{
|
|
181
173
|
address: 'shentu-grpc.publicnode.com:443',
|
|
182
174
|
provider: 'Allnodes β‘οΈ Nodes & Staking'
|
|
@@ -153,10 +153,6 @@ const info = {
|
|
|
153
153
|
address: 'https://umee-api.polkachu.com',
|
|
154
154
|
provider: 'Polkachu'
|
|
155
155
|
},
|
|
156
|
-
{
|
|
157
|
-
address: 'https://umee-api.tienthuattoan.ventures',
|
|
158
|
-
provider: 'TienThuatToan'
|
|
159
|
-
},
|
|
160
156
|
{
|
|
161
157
|
address: 'https://api-umee-01.stakeflow.io',
|
|
162
158
|
provider: 'Stakeflow'
|
|
@@ -227,10 +223,6 @@ const info = {
|
|
|
227
223
|
address: 'umee.grpc.m.stavr.tech:9090',
|
|
228
224
|
provider: 'π₯STAVRπ₯'
|
|
229
225
|
},
|
|
230
|
-
{
|
|
231
|
-
address: 'umee-grpc.tienthuattoan.ventures:9090',
|
|
232
|
-
provider: 'TienThuatToan'
|
|
233
|
-
},
|
|
234
226
|
{
|
|
235
227
|
address: 'grpc-umee-01.stakeflow.io:9990',
|
|
236
228
|
provider: 'Stakeflow'
|
package/mainnet/archway/chain.js
CHANGED
|
@@ -250,10 +250,6 @@ const info = {
|
|
|
250
250
|
address: 'https://archway-mainnet-archive.allthatnode.com:1317',
|
|
251
251
|
provider: 'All That Node'
|
|
252
252
|
},
|
|
253
|
-
{
|
|
254
|
-
address: 'https://archway-api.tienthuattoan.ventures',
|
|
255
|
-
provider: 'TienThuatToan'
|
|
256
|
-
},
|
|
257
253
|
{
|
|
258
254
|
address: 'https://archway-api.stakeandrelax.net',
|
|
259
255
|
provider: 'Stake&Relax π¦₯'
|
|
@@ -340,10 +336,6 @@ const info = {
|
|
|
340
336
|
address: 'grpc-archway-mainnet.testnet-pride.com:9096',
|
|
341
337
|
provider: 'TestnetPride'
|
|
342
338
|
},
|
|
343
|
-
{
|
|
344
|
-
address: 'archway-grpc.tienthuattoan.ventures:9290',
|
|
345
|
-
provider: 'TienThuatToan'
|
|
346
|
-
},
|
|
347
339
|
{
|
|
348
340
|
address: 'archway-grpc.stakeandrelax.net:11590',
|
|
349
341
|
provider: 'Stake&Relax π¦₯'
|
package/mainnet/aura/chain.js
CHANGED
|
@@ -152,10 +152,6 @@ const info = {
|
|
|
152
152
|
address: 'https://mainnet-aura-api.konsortech.xyz',
|
|
153
153
|
provider: 'KonsorTech'
|
|
154
154
|
},
|
|
155
|
-
{
|
|
156
|
-
address: 'https://aura-api.tienthuattoan.ventures',
|
|
157
|
-
provider: 'TienThuatToan'
|
|
158
|
-
},
|
|
159
155
|
{
|
|
160
156
|
address: 'https://rest.lavenderfive.com:443/aura',
|
|
161
157
|
provider: 'Lavender.Five Nodes π'
|
|
@@ -218,10 +214,6 @@ const info = {
|
|
|
218
214
|
address: 'aura.grpc.kjnodes.com:11790',
|
|
219
215
|
provider: 'kjnodes'
|
|
220
216
|
},
|
|
221
|
-
{
|
|
222
|
-
address: 'aura-grpc.tienthuattoan.ventures:9090',
|
|
223
|
-
provider: 'TienThuatToan'
|
|
224
|
-
},
|
|
225
217
|
{
|
|
226
218
|
address: 'aura.lavenderfive.com:443',
|
|
227
219
|
provider: 'Lavender.Five Nodes π'
|
|
@@ -201,13 +201,25 @@ const info = {
|
|
|
201
201
|
provider: 'Axelar'
|
|
202
202
|
}],
|
|
203
203
|
logoURIs: {
|
|
204
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
204
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
205
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
205
206
|
},
|
|
206
207
|
images: [{
|
|
207
|
-
|
|
208
|
+
imageSync: {
|
|
209
|
+
chainName: 'ethereum',
|
|
210
|
+
baseDenom: 'wei'
|
|
211
|
+
},
|
|
212
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
213
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
208
214
|
theme: {
|
|
209
|
-
primaryColorHex: '#
|
|
215
|
+
primaryColorHex: '#303030'
|
|
210
216
|
}
|
|
217
|
+
}, {
|
|
218
|
+
imageSync: {
|
|
219
|
+
chainName: 'ethereum',
|
|
220
|
+
baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
221
|
+
},
|
|
222
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
211
223
|
}],
|
|
212
224
|
coingeckoId: 'axlweth',
|
|
213
225
|
typeAsset: 'sdk.coin'
|
|
@@ -235,10 +247,10 @@ const info = {
|
|
|
235
247
|
provider: 'Axelar'
|
|
236
248
|
}],
|
|
237
249
|
logoURIs: {
|
|
238
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
250
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png'
|
|
239
251
|
},
|
|
240
252
|
images: [{
|
|
241
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
242
254
|
theme: {
|
|
243
255
|
primaryColorHex: '#41394d'
|
|
244
256
|
}
|
|
@@ -1298,6 +1310,16 @@ const info = {
|
|
|
1298
1310
|
provider: 'Axelar'
|
|
1299
1311
|
}],
|
|
1300
1312
|
images: [{
|
|
1313
|
+
imageSync: {
|
|
1314
|
+
chainName: 'arbitrum',
|
|
1315
|
+
baseDenom: 'wei'
|
|
1316
|
+
},
|
|
1317
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
1318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1319
|
+
theme: {
|
|
1320
|
+
primaryColorHex: '#303030'
|
|
1321
|
+
}
|
|
1322
|
+
}, {
|
|
1301
1323
|
imageSync: {
|
|
1302
1324
|
chainName: 'arbitrum',
|
|
1303
1325
|
baseDenom: '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1'
|
|
@@ -1327,6 +1349,16 @@ const info = {
|
|
|
1327
1349
|
provider: 'Axelar'
|
|
1328
1350
|
}],
|
|
1329
1351
|
images: [{
|
|
1352
|
+
imageSync: {
|
|
1353
|
+
chainName: 'base',
|
|
1354
|
+
baseDenom: 'wei'
|
|
1355
|
+
},
|
|
1356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1357
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
1358
|
+
theme: {
|
|
1359
|
+
primaryColorHex: '#303030'
|
|
1360
|
+
}
|
|
1361
|
+
}, {
|
|
1330
1362
|
imageSync: {
|
|
1331
1363
|
chainName: 'base',
|
|
1332
1364
|
baseDenom: '0x4200000000000000000000000000000000000006'
|
|
@@ -1356,6 +1388,16 @@ const info = {
|
|
|
1356
1388
|
provider: 'Axelar'
|
|
1357
1389
|
}],
|
|
1358
1390
|
images: [{
|
|
1391
|
+
imageSync: {
|
|
1392
|
+
chainName: 'ethereum',
|
|
1393
|
+
baseDenom: 'wei'
|
|
1394
|
+
},
|
|
1395
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1396
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
1397
|
+
theme: {
|
|
1398
|
+
primaryColorHex: '#303030'
|
|
1399
|
+
}
|
|
1400
|
+
}, {
|
|
1359
1401
|
imageSync: {
|
|
1360
1402
|
chainName: 'polygon',
|
|
1361
1403
|
baseDenom: '0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619'
|
|
@@ -32,13 +32,13 @@ const info = [{
|
|
|
32
32
|
$schema: '../ibc_data.schema.json',
|
|
33
33
|
chain1: {
|
|
34
34
|
chainName: 'bitbadges',
|
|
35
|
-
clientId: '07-tendermint-
|
|
36
|
-
connectionId: 'connection-
|
|
35
|
+
clientId: '07-tendermint-2',
|
|
36
|
+
connectionId: 'connection-1'
|
|
37
37
|
},
|
|
38
38
|
chain2: {
|
|
39
39
|
chainName: 'osmosis',
|
|
40
|
-
clientId: '07-tendermint-
|
|
41
|
-
connectionId: 'connection-
|
|
40
|
+
clientId: '07-tendermint-3498',
|
|
41
|
+
connectionId: 'connection-10746'
|
|
42
42
|
},
|
|
43
43
|
channels: [{
|
|
44
44
|
chain1: {
|
|
@@ -174,10 +174,6 @@ const info = {
|
|
|
174
174
|
address: 'https://rpc-cosmoshub.mms.team',
|
|
175
175
|
provider: 'MMS'
|
|
176
176
|
},
|
|
177
|
-
{
|
|
178
|
-
address: 'https://cosmos-rpc.tienthuattoan.com',
|
|
179
|
-
provider: 'TTT π»π³'
|
|
180
|
-
},
|
|
181
177
|
{
|
|
182
178
|
address: 'https://community.nuxian-node.ch:6797/gaia/trpc',
|
|
183
179
|
provider: 'PRO Delegators'
|
|
@@ -316,10 +312,6 @@ const info = {
|
|
|
316
312
|
address: 'https://api-cosmoshub.mms.team',
|
|
317
313
|
provider: 'MMS'
|
|
318
314
|
},
|
|
319
|
-
{
|
|
320
|
-
address: 'https://cosmos-api.tienthuattoan.ventures',
|
|
321
|
-
provider: 'TienThuatToan'
|
|
322
|
-
},
|
|
323
315
|
{
|
|
324
316
|
address: 'https://community.nuxian-node.ch:6797/gaia/crpc',
|
|
325
317
|
provider: 'PRO Delegators'
|
|
@@ -430,10 +422,6 @@ const info = {
|
|
|
430
422
|
address: 'grpc-cosmoshub.mms.team:443',
|
|
431
423
|
provider: 'MMS'
|
|
432
424
|
},
|
|
433
|
-
{
|
|
434
|
-
address: 'cosmos-grpc.tienthuattoan.ventures:9090',
|
|
435
|
-
provider: 'TienThuatToan'
|
|
436
|
-
},
|
|
437
425
|
{
|
|
438
426
|
address: 'cosmoshub-mainnet.grpc.l0vd.com:80',
|
|
439
427
|
provider: 'L0vd.com β€οΈ'
|
|
@@ -20,14 +20,24 @@ const info = {
|
|
|
20
20
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
21
21
|
},
|
|
22
22
|
coingeckoId: 'crypto-com-chain',
|
|
23
|
-
images: [
|
|
23
|
+
images: [
|
|
24
|
+
{
|
|
24
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
25
|
-
},
|
|
26
|
+
},
|
|
27
|
+
{
|
|
26
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
27
29
|
theme: {
|
|
28
30
|
primaryColorHex: '#0c2c71'
|
|
29
31
|
}
|
|
30
|
-
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
|
|
36
|
+
theme: {
|
|
37
|
+
darkMode: true
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
],
|
|
31
41
|
socials: {
|
|
32
42
|
website: 'https://cronos.org/',
|
|
33
43
|
twitter: 'https://twitter.com/cronos_chain'
|
|
@@ -32,6 +32,13 @@ const info = {
|
|
|
32
32
|
theme: {
|
|
33
33
|
primaryColorHex: '#140c7c'
|
|
34
34
|
}
|
|
35
|
+
}, {
|
|
36
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp-circle.svg',
|
|
37
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp-circle.png',
|
|
38
|
+
theme: {
|
|
39
|
+
darkMode: true,
|
|
40
|
+
circle: true
|
|
41
|
+
}
|
|
35
42
|
}],
|
|
36
43
|
typeAsset: 'sdk.coin'
|
|
37
44
|
}]
|
|
@@ -27,6 +27,12 @@ const info = {
|
|
|
27
27
|
theme: {
|
|
28
28
|
primaryColorHex: '#1c2444'
|
|
29
29
|
}
|
|
30
|
+
}, {
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet_white.svg',
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet_white.png',
|
|
33
|
+
theme: {
|
|
34
|
+
darkMode: true
|
|
35
|
+
}
|
|
30
36
|
}],
|
|
31
37
|
typeAsset: 'sdk.coin'
|
|
32
38
|
}, {
|
|
@@ -18,11 +18,12 @@ const info = {
|
|
|
18
18
|
display: 'neutaro',
|
|
19
19
|
symbol: 'NTMPI',
|
|
20
20
|
logoURIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/
|
|
22
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg'
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/ntmpi.png'
|
|
23
22
|
},
|
|
24
23
|
coingeckoId: 'neutaro',
|
|
25
24
|
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/ntmpi.png'
|
|
26
|
+
}, {
|
|
26
27
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
|
|
27
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg',
|
|
28
29
|
theme: {
|
|
@@ -1062,7 +1062,7 @@ const info = {
|
|
|
1062
1062
|
exponent: 6
|
|
1063
1063
|
}],
|
|
1064
1064
|
base: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS',
|
|
1065
|
-
name: 'Mars Protocol
|
|
1065
|
+
name: 'Mars Protocol',
|
|
1066
1066
|
display: 'MARS',
|
|
1067
1067
|
symbol: 'MARS',
|
|
1068
1068
|
coingeckoId: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
@@ -24402,6 +24402,11 @@ const info = {
|
|
|
24402
24402
|
},
|
|
24403
24403
|
images: [{
|
|
24404
24404
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
|
|
24405
|
+
}, {
|
|
24406
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stlth-circle.png',
|
|
24407
|
+
theme: {
|
|
24408
|
+
circle: true
|
|
24409
|
+
}
|
|
24405
24410
|
}]
|
|
24406
24411
|
},
|
|
24407
24412
|
{
|
|
@@ -552,13 +552,13 @@ const info = [
|
|
|
552
552
|
$schema: '../ibc_data.schema.json',
|
|
553
553
|
chain1: {
|
|
554
554
|
chainName: 'bitbadges',
|
|
555
|
-
clientId: '07-tendermint-
|
|
556
|
-
connectionId: 'connection-
|
|
555
|
+
clientId: '07-tendermint-2',
|
|
556
|
+
connectionId: 'connection-1'
|
|
557
557
|
},
|
|
558
558
|
chain2: {
|
|
559
559
|
chainName: 'osmosis',
|
|
560
|
-
clientId: '07-tendermint-
|
|
561
|
-
connectionId: 'connection-
|
|
560
|
+
clientId: '07-tendermint-3498',
|
|
561
|
+
connectionId: 'connection-10746'
|
|
562
562
|
},
|
|
563
563
|
channels: [{
|
|
564
564
|
chain1: {
|
package/mainnet/shentu/chain.js
CHANGED
|
@@ -121,10 +121,6 @@ const info = {
|
|
|
121
121
|
address: 'https://api-shentu-01.stakeflow.io',
|
|
122
122
|
provider: 'Stakeflow'
|
|
123
123
|
},
|
|
124
|
-
{
|
|
125
|
-
address: 'https://shentu-api.tienthuattoan.ventures',
|
|
126
|
-
provider: 'TienThuatToan'
|
|
127
|
-
},
|
|
128
124
|
{
|
|
129
125
|
address: 'https://shentu-rest.publicnode.com',
|
|
130
126
|
provider: 'Allnodes β‘οΈ Nodes & Staking'
|
|
@@ -175,10 +171,6 @@ const info = {
|
|
|
175
171
|
address: 'grpc-shentu-01.stakeflow.io:2402',
|
|
176
172
|
provider: 'Stakeflow'
|
|
177
173
|
},
|
|
178
|
-
{
|
|
179
|
-
address: 'shentu-grpc.tienthuattoan.ventures:9490',
|
|
180
|
-
provider: 'TienThuatToan'
|
|
181
|
-
},
|
|
182
174
|
{
|
|
183
175
|
address: 'shentu-grpc.publicnode.com:443',
|
|
184
176
|
provider: 'Allnodes β‘οΈ Nodes & Staking'
|
package/mainnet/umee/chain.js
CHANGED
|
@@ -155,10 +155,6 @@ const info = {
|
|
|
155
155
|
address: 'https://umee-api.polkachu.com',
|
|
156
156
|
provider: 'Polkachu'
|
|
157
157
|
},
|
|
158
|
-
{
|
|
159
|
-
address: 'https://umee-api.tienthuattoan.ventures',
|
|
160
|
-
provider: 'TienThuatToan'
|
|
161
|
-
},
|
|
162
158
|
{
|
|
163
159
|
address: 'https://api-umee-01.stakeflow.io',
|
|
164
160
|
provider: 'Stakeflow'
|
|
@@ -229,10 +225,6 @@ const info = {
|
|
|
229
225
|
address: 'umee.grpc.m.stavr.tech:9090',
|
|
230
226
|
provider: 'π₯STAVRπ₯'
|
|
231
227
|
},
|
|
232
|
-
{
|
|
233
|
-
address: 'umee-grpc.tienthuattoan.ventures:9090',
|
|
234
|
-
provider: 'TienThuatToan'
|
|
235
|
-
},
|
|
236
228
|
{
|
|
237
229
|
address: 'grpc-umee-01.stakeflow.io:9990',
|
|
238
230
|
provider: 'Stakeflow'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.27",
|
|
4
4
|
"description": "Cosmos chain registry βοΈ",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.27"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "1ff83e9b163e2ca0726a9f09e27ba31ab60a1a9e"
|
|
43
43
|
}
|