@chain-registry/assets 1.42.3 → 1.42.5
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/cosmoshub.js +78 -0
- package/esm/mainnet/osmosis.js +2 -2
- package/esm/mainnet/stargaze.js +78 -0
- package/esm/testnet/chain4energytestnet.js +16 -16
- package/esm/testnet/osmosistestnet.js +8 -8
- package/mainnet/cosmoshub.js +78 -0
- package/mainnet/osmosis.js +2 -2
- package/mainnet/stargaze.js +78 -0
- package/package.json +5 -5
- package/testnet/chain4energytestnet.js +16 -16
- package/testnet/osmosistestnet.js +8 -8
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -3398,6 +3398,45 @@ const assets = {
|
|
|
3398
3398
|
}
|
|
3399
3399
|
}]
|
|
3400
3400
|
},
|
|
3401
|
+
{
|
|
3402
|
+
description: 'The native token of Stargaze',
|
|
3403
|
+
denom_units: [{
|
|
3404
|
+
denom: 'ibc/F79A876741A3A49DD66421F63CD68FC43A5F92C381EB1415966277BF66C720A7',
|
|
3405
|
+
exponent: 0,
|
|
3406
|
+
aliases: ['ustars']
|
|
3407
|
+
}, {
|
|
3408
|
+
denom: 'stars',
|
|
3409
|
+
exponent: 6
|
|
3410
|
+
}],
|
|
3411
|
+
base: 'ibc/F79A876741A3A49DD66421F63CD68FC43A5F92C381EB1415966277BF66C720A7',
|
|
3412
|
+
name: 'Stargaze',
|
|
3413
|
+
display: 'stars',
|
|
3414
|
+
symbol: 'STARS',
|
|
3415
|
+
logo_URIs: {
|
|
3416
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
3417
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
3418
|
+
},
|
|
3419
|
+
coingecko_id: 'stargaze',
|
|
3420
|
+
images: [{
|
|
3421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
3422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
3423
|
+
}],
|
|
3424
|
+
socials: {
|
|
3425
|
+
website: 'https://www.stargaze.zone/',
|
|
3426
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
3427
|
+
},
|
|
3428
|
+
traces: [{
|
|
3429
|
+
type: 'ibc',
|
|
3430
|
+
counterparty: {
|
|
3431
|
+
channel_id: 'channel-239',
|
|
3432
|
+
base_denom: 'ustars',
|
|
3433
|
+
chain_name: 'stargaze'
|
|
3434
|
+
},
|
|
3435
|
+
chain: {
|
|
3436
|
+
channel_id: 'channel-730'
|
|
3437
|
+
}
|
|
3438
|
+
}]
|
|
3439
|
+
},
|
|
3401
3440
|
{
|
|
3402
3441
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
3403
3442
|
denom_units: [{
|
|
@@ -5736,6 +5775,45 @@ const assets = {
|
|
|
5736
5775
|
}
|
|
5737
5776
|
}]
|
|
5738
5777
|
},
|
|
5778
|
+
{
|
|
5779
|
+
description: 'The native token of Stargaze',
|
|
5780
|
+
denom_units: [{
|
|
5781
|
+
denom: 'ibc/F79A876741A3A49DD66421F63CD68FC43A5F92C381EB1415966277BF66C720A7',
|
|
5782
|
+
exponent: 0,
|
|
5783
|
+
aliases: ['ustars']
|
|
5784
|
+
}, {
|
|
5785
|
+
denom: 'stars',
|
|
5786
|
+
exponent: 6
|
|
5787
|
+
}],
|
|
5788
|
+
base: 'ibc/F79A876741A3A49DD66421F63CD68FC43A5F92C381EB1415966277BF66C720A7',
|
|
5789
|
+
name: 'Stargaze',
|
|
5790
|
+
display: 'stars',
|
|
5791
|
+
symbol: 'STARS',
|
|
5792
|
+
logo_URIs: {
|
|
5793
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
5794
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
5795
|
+
},
|
|
5796
|
+
coingecko_id: 'stargaze',
|
|
5797
|
+
images: [{
|
|
5798
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
5799
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
5800
|
+
}],
|
|
5801
|
+
socials: {
|
|
5802
|
+
website: 'https://www.stargaze.zone/',
|
|
5803
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
5804
|
+
},
|
|
5805
|
+
traces: [{
|
|
5806
|
+
type: 'ibc',
|
|
5807
|
+
counterparty: {
|
|
5808
|
+
channel_id: 'channel-239',
|
|
5809
|
+
base_denom: 'ustars',
|
|
5810
|
+
chain_name: 'stargaze'
|
|
5811
|
+
},
|
|
5812
|
+
chain: {
|
|
5813
|
+
channel_id: 'channel-730'
|
|
5814
|
+
}
|
|
5815
|
+
}]
|
|
5816
|
+
},
|
|
5739
5817
|
{
|
|
5740
5818
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
5741
5819
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -9437,7 +9437,7 @@ const assets = {
|
|
|
9437
9437
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
9438
9438
|
}],
|
|
9439
9439
|
socials: {
|
|
9440
|
-
website: 'https://scorum.
|
|
9440
|
+
website: 'https://scorum.network',
|
|
9441
9441
|
twitter: 'https://twitter.com/scorum_en'
|
|
9442
9442
|
},
|
|
9443
9443
|
traces: [{
|
|
@@ -11984,7 +11984,7 @@ const assets = {
|
|
|
11984
11984
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
11985
11985
|
}],
|
|
11986
11986
|
socials: {
|
|
11987
|
-
website: 'https://scorum.
|
|
11987
|
+
website: 'https://scorum.network',
|
|
11988
11988
|
twitter: 'https://twitter.com/scorum_en'
|
|
11989
11989
|
},
|
|
11990
11990
|
traces: [{
|
package/esm/mainnet/stargaze.js
CHANGED
|
@@ -289,6 +289,45 @@ const assets = {
|
|
|
289
289
|
}
|
|
290
290
|
}]
|
|
291
291
|
},
|
|
292
|
+
{
|
|
293
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
294
|
+
denom_units: [{
|
|
295
|
+
denom: 'ibc/9DF365E2C0EF4EA02FA771F638BB9C0C830EFCD354629BDC017F79B348B4E989',
|
|
296
|
+
exponent: 0,
|
|
297
|
+
aliases: ['uatom']
|
|
298
|
+
}, {
|
|
299
|
+
denom: 'atom',
|
|
300
|
+
exponent: 6
|
|
301
|
+
}],
|
|
302
|
+
base: 'ibc/9DF365E2C0EF4EA02FA771F638BB9C0C830EFCD354629BDC017F79B348B4E989',
|
|
303
|
+
name: 'Cosmos Hub Atom',
|
|
304
|
+
display: 'atom',
|
|
305
|
+
symbol: 'ATOM',
|
|
306
|
+
logo_URIs: {
|
|
307
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
308
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
309
|
+
},
|
|
310
|
+
coingecko_id: 'cosmos',
|
|
311
|
+
images: [{
|
|
312
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
313
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
314
|
+
}],
|
|
315
|
+
socials: {
|
|
316
|
+
website: 'https://cosmos.network',
|
|
317
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
318
|
+
},
|
|
319
|
+
traces: [{
|
|
320
|
+
type: 'ibc',
|
|
321
|
+
counterparty: {
|
|
322
|
+
channel_id: 'channel-730',
|
|
323
|
+
base_denom: 'uatom',
|
|
324
|
+
chain_name: 'cosmoshub'
|
|
325
|
+
},
|
|
326
|
+
chain: {
|
|
327
|
+
channel_id: 'channel-239'
|
|
328
|
+
}
|
|
329
|
+
}]
|
|
330
|
+
},
|
|
292
331
|
{
|
|
293
332
|
description: 'The native token of Crescent',
|
|
294
333
|
denom_units: [{
|
|
@@ -1401,6 +1440,45 @@ const assets = {
|
|
|
1401
1440
|
}
|
|
1402
1441
|
}]
|
|
1403
1442
|
},
|
|
1443
|
+
{
|
|
1444
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
1445
|
+
denom_units: [{
|
|
1446
|
+
denom: 'ibc/9DF365E2C0EF4EA02FA771F638BB9C0C830EFCD354629BDC017F79B348B4E989',
|
|
1447
|
+
exponent: 0,
|
|
1448
|
+
aliases: ['uatom']
|
|
1449
|
+
}, {
|
|
1450
|
+
denom: 'atom',
|
|
1451
|
+
exponent: 6
|
|
1452
|
+
}],
|
|
1453
|
+
base: 'ibc/9DF365E2C0EF4EA02FA771F638BB9C0C830EFCD354629BDC017F79B348B4E989',
|
|
1454
|
+
name: 'Cosmos Hub Atom',
|
|
1455
|
+
display: 'atom',
|
|
1456
|
+
symbol: 'ATOM',
|
|
1457
|
+
logo_URIs: {
|
|
1458
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
1459
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1460
|
+
},
|
|
1461
|
+
coingecko_id: 'cosmos',
|
|
1462
|
+
images: [{
|
|
1463
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
1464
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1465
|
+
}],
|
|
1466
|
+
socials: {
|
|
1467
|
+
website: 'https://cosmos.network',
|
|
1468
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
1469
|
+
},
|
|
1470
|
+
traces: [{
|
|
1471
|
+
type: 'ibc',
|
|
1472
|
+
counterparty: {
|
|
1473
|
+
channel_id: 'channel-730',
|
|
1474
|
+
base_denom: 'uatom',
|
|
1475
|
+
chain_name: 'cosmoshub'
|
|
1476
|
+
},
|
|
1477
|
+
chain: {
|
|
1478
|
+
channel_id: 'channel-239'
|
|
1479
|
+
}
|
|
1480
|
+
}]
|
|
1481
|
+
},
|
|
1404
1482
|
{
|
|
1405
1483
|
description: 'The native token of Crescent',
|
|
1406
1484
|
denom_units: [{
|
|
@@ -4,7 +4,7 @@ const assets = {
|
|
|
4
4
|
{
|
|
5
5
|
description: 'The native token of Osmosis',
|
|
6
6
|
denom_units: [{
|
|
7
|
-
denom: 'ibc/
|
|
7
|
+
denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
8
8
|
exponent: 0,
|
|
9
9
|
aliases: ['uosmo']
|
|
10
10
|
}, {
|
|
@@ -13,7 +13,7 @@ const assets = {
|
|
|
13
13
|
aliases: []
|
|
14
14
|
}],
|
|
15
15
|
type_asset: 'sdk.coin',
|
|
16
|
-
base: 'ibc/
|
|
16
|
+
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
17
17
|
name: 'Osmosis Testnet',
|
|
18
18
|
display: 'osmo',
|
|
19
19
|
symbol: 'OSMO',
|
|
@@ -30,18 +30,18 @@ const assets = {
|
|
|
30
30
|
traces: [{
|
|
31
31
|
type: 'ibc',
|
|
32
32
|
counterparty: {
|
|
33
|
-
channel_id: 'channel-
|
|
33
|
+
channel_id: 'channel-7735',
|
|
34
34
|
base_denom: 'uosmo',
|
|
35
35
|
chain_name: 'osmosistestnet'
|
|
36
36
|
},
|
|
37
37
|
chain: {
|
|
38
|
-
channel_id: 'channel-
|
|
38
|
+
channel_id: 'channel-5'
|
|
39
39
|
}
|
|
40
40
|
}]
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
denom_units: [{
|
|
44
|
-
denom: 'ibc/
|
|
44
|
+
denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
45
45
|
exponent: 0,
|
|
46
46
|
aliases: ['uion']
|
|
47
47
|
}, {
|
|
@@ -49,7 +49,7 @@ const assets = {
|
|
|
49
49
|
exponent: 6
|
|
50
50
|
}],
|
|
51
51
|
type_asset: 'sdk.coin',
|
|
52
|
-
base: 'ibc/
|
|
52
|
+
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
53
53
|
name: 'Ion',
|
|
54
54
|
display: 'ion',
|
|
55
55
|
symbol: 'ION',
|
|
@@ -66,19 +66,19 @@ const assets = {
|
|
|
66
66
|
traces: [{
|
|
67
67
|
type: 'ibc',
|
|
68
68
|
counterparty: {
|
|
69
|
-
channel_id: 'channel-
|
|
69
|
+
channel_id: 'channel-7735',
|
|
70
70
|
base_denom: 'uion',
|
|
71
71
|
chain_name: 'osmosistestnet'
|
|
72
72
|
},
|
|
73
73
|
chain: {
|
|
74
|
-
channel_id: 'channel-
|
|
74
|
+
channel_id: 'channel-5'
|
|
75
75
|
}
|
|
76
76
|
}]
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
description: 'The native token of Osmosis',
|
|
80
80
|
denom_units: [{
|
|
81
|
-
denom: 'ibc/
|
|
81
|
+
denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
82
82
|
exponent: 0,
|
|
83
83
|
aliases: ['uosmo']
|
|
84
84
|
}, {
|
|
@@ -87,7 +87,7 @@ const assets = {
|
|
|
87
87
|
aliases: []
|
|
88
88
|
}],
|
|
89
89
|
type_asset: 'sdk.coin',
|
|
90
|
-
base: 'ibc/
|
|
90
|
+
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
91
91
|
name: 'Osmosis Testnet',
|
|
92
92
|
display: 'osmo',
|
|
93
93
|
symbol: 'OSMO',
|
|
@@ -104,18 +104,18 @@ const assets = {
|
|
|
104
104
|
traces: [{
|
|
105
105
|
type: 'ibc',
|
|
106
106
|
counterparty: {
|
|
107
|
-
channel_id: 'channel-
|
|
107
|
+
channel_id: 'channel-7735',
|
|
108
108
|
base_denom: 'uosmo',
|
|
109
109
|
chain_name: 'osmosistestnet'
|
|
110
110
|
},
|
|
111
111
|
chain: {
|
|
112
|
-
channel_id: 'channel-
|
|
112
|
+
channel_id: 'channel-5'
|
|
113
113
|
}
|
|
114
114
|
}]
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
denom_units: [{
|
|
118
|
-
denom: 'ibc/
|
|
118
|
+
denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
119
119
|
exponent: 0,
|
|
120
120
|
aliases: ['uion']
|
|
121
121
|
}, {
|
|
@@ -123,7 +123,7 @@ const assets = {
|
|
|
123
123
|
exponent: 6
|
|
124
124
|
}],
|
|
125
125
|
type_asset: 'sdk.coin',
|
|
126
|
-
base: 'ibc/
|
|
126
|
+
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
127
127
|
name: 'Ion',
|
|
128
128
|
display: 'ion',
|
|
129
129
|
symbol: 'ION',
|
|
@@ -140,12 +140,12 @@ const assets = {
|
|
|
140
140
|
traces: [{
|
|
141
141
|
type: 'ibc',
|
|
142
142
|
counterparty: {
|
|
143
|
-
channel_id: 'channel-
|
|
143
|
+
channel_id: 'channel-7735',
|
|
144
144
|
base_denom: 'uion',
|
|
145
145
|
chain_name: 'osmosistestnet'
|
|
146
146
|
},
|
|
147
147
|
chain: {
|
|
148
|
-
channel_id: 'channel-
|
|
148
|
+
channel_id: 'channel-5'
|
|
149
149
|
}
|
|
150
150
|
}]
|
|
151
151
|
}
|
|
@@ -140,14 +140,14 @@ const assets = {
|
|
|
140
140
|
{
|
|
141
141
|
description: 'The native token of Chain4Energy',
|
|
142
142
|
denom_units: [{
|
|
143
|
-
denom: 'ibc/
|
|
143
|
+
denom: 'ibc/539BC2B6E70117D220834D6DF8E27307655D1325C0CADF7E3AF90AB00D9F8D69',
|
|
144
144
|
exponent: 0,
|
|
145
145
|
aliases: ['uc4e']
|
|
146
146
|
}, {
|
|
147
147
|
denom: 'c4e',
|
|
148
148
|
exponent: 6
|
|
149
149
|
}],
|
|
150
|
-
base: 'ibc/
|
|
150
|
+
base: 'ibc/539BC2B6E70117D220834D6DF8E27307655D1325C0CADF7E3AF90AB00D9F8D69',
|
|
151
151
|
name: 'Chain4Energy',
|
|
152
152
|
display: 'c4e',
|
|
153
153
|
symbol: 'C4E',
|
|
@@ -161,12 +161,12 @@ const assets = {
|
|
|
161
161
|
traces: [{
|
|
162
162
|
type: 'ibc',
|
|
163
163
|
counterparty: {
|
|
164
|
-
channel_id: 'channel-
|
|
164
|
+
channel_id: 'channel-5',
|
|
165
165
|
base_denom: 'uc4e',
|
|
166
166
|
chain_name: 'chain4energytestnet'
|
|
167
167
|
},
|
|
168
168
|
chain: {
|
|
169
|
-
channel_id: 'channel-
|
|
169
|
+
channel_id: 'channel-7735'
|
|
170
170
|
}
|
|
171
171
|
}]
|
|
172
172
|
},
|
|
@@ -772,14 +772,14 @@ const assets = {
|
|
|
772
772
|
{
|
|
773
773
|
description: 'The native token of Chain4Energy',
|
|
774
774
|
denom_units: [{
|
|
775
|
-
denom: 'ibc/
|
|
775
|
+
denom: 'ibc/539BC2B6E70117D220834D6DF8E27307655D1325C0CADF7E3AF90AB00D9F8D69',
|
|
776
776
|
exponent: 0,
|
|
777
777
|
aliases: ['uc4e']
|
|
778
778
|
}, {
|
|
779
779
|
denom: 'c4e',
|
|
780
780
|
exponent: 6
|
|
781
781
|
}],
|
|
782
|
-
base: 'ibc/
|
|
782
|
+
base: 'ibc/539BC2B6E70117D220834D6DF8E27307655D1325C0CADF7E3AF90AB00D9F8D69',
|
|
783
783
|
name: 'Chain4Energy',
|
|
784
784
|
display: 'c4e',
|
|
785
785
|
symbol: 'C4E',
|
|
@@ -793,12 +793,12 @@ const assets = {
|
|
|
793
793
|
traces: [{
|
|
794
794
|
type: 'ibc',
|
|
795
795
|
counterparty: {
|
|
796
|
-
channel_id: 'channel-
|
|
796
|
+
channel_id: 'channel-5',
|
|
797
797
|
base_denom: 'uc4e',
|
|
798
798
|
chain_name: 'chain4energytestnet'
|
|
799
799
|
},
|
|
800
800
|
chain: {
|
|
801
|
-
channel_id: 'channel-
|
|
801
|
+
channel_id: 'channel-7735'
|
|
802
802
|
}
|
|
803
803
|
}]
|
|
804
804
|
},
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -3400,6 +3400,45 @@ const assets = {
|
|
|
3400
3400
|
}
|
|
3401
3401
|
}]
|
|
3402
3402
|
},
|
|
3403
|
+
{
|
|
3404
|
+
description: 'The native token of Stargaze',
|
|
3405
|
+
denom_units: [{
|
|
3406
|
+
denom: 'ibc/F79A876741A3A49DD66421F63CD68FC43A5F92C381EB1415966277BF66C720A7',
|
|
3407
|
+
exponent: 0,
|
|
3408
|
+
aliases: ['ustars']
|
|
3409
|
+
}, {
|
|
3410
|
+
denom: 'stars',
|
|
3411
|
+
exponent: 6
|
|
3412
|
+
}],
|
|
3413
|
+
base: 'ibc/F79A876741A3A49DD66421F63CD68FC43A5F92C381EB1415966277BF66C720A7',
|
|
3414
|
+
name: 'Stargaze',
|
|
3415
|
+
display: 'stars',
|
|
3416
|
+
symbol: 'STARS',
|
|
3417
|
+
logo_URIs: {
|
|
3418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
3419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
3420
|
+
},
|
|
3421
|
+
coingecko_id: 'stargaze',
|
|
3422
|
+
images: [{
|
|
3423
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
3424
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
3425
|
+
}],
|
|
3426
|
+
socials: {
|
|
3427
|
+
website: 'https://www.stargaze.zone/',
|
|
3428
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
3429
|
+
},
|
|
3430
|
+
traces: [{
|
|
3431
|
+
type: 'ibc',
|
|
3432
|
+
counterparty: {
|
|
3433
|
+
channel_id: 'channel-239',
|
|
3434
|
+
base_denom: 'ustars',
|
|
3435
|
+
chain_name: 'stargaze'
|
|
3436
|
+
},
|
|
3437
|
+
chain: {
|
|
3438
|
+
channel_id: 'channel-730'
|
|
3439
|
+
}
|
|
3440
|
+
}]
|
|
3441
|
+
},
|
|
3403
3442
|
{
|
|
3404
3443
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
3405
3444
|
denom_units: [{
|
|
@@ -5738,6 +5777,45 @@ const assets = {
|
|
|
5738
5777
|
}
|
|
5739
5778
|
}]
|
|
5740
5779
|
},
|
|
5780
|
+
{
|
|
5781
|
+
description: 'The native token of Stargaze',
|
|
5782
|
+
denom_units: [{
|
|
5783
|
+
denom: 'ibc/F79A876741A3A49DD66421F63CD68FC43A5F92C381EB1415966277BF66C720A7',
|
|
5784
|
+
exponent: 0,
|
|
5785
|
+
aliases: ['ustars']
|
|
5786
|
+
}, {
|
|
5787
|
+
denom: 'stars',
|
|
5788
|
+
exponent: 6
|
|
5789
|
+
}],
|
|
5790
|
+
base: 'ibc/F79A876741A3A49DD66421F63CD68FC43A5F92C381EB1415966277BF66C720A7',
|
|
5791
|
+
name: 'Stargaze',
|
|
5792
|
+
display: 'stars',
|
|
5793
|
+
symbol: 'STARS',
|
|
5794
|
+
logo_URIs: {
|
|
5795
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
5796
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
5797
|
+
},
|
|
5798
|
+
coingecko_id: 'stargaze',
|
|
5799
|
+
images: [{
|
|
5800
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
5801
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
5802
|
+
}],
|
|
5803
|
+
socials: {
|
|
5804
|
+
website: 'https://www.stargaze.zone/',
|
|
5805
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
5806
|
+
},
|
|
5807
|
+
traces: [{
|
|
5808
|
+
type: 'ibc',
|
|
5809
|
+
counterparty: {
|
|
5810
|
+
channel_id: 'channel-239',
|
|
5811
|
+
base_denom: 'ustars',
|
|
5812
|
+
chain_name: 'stargaze'
|
|
5813
|
+
},
|
|
5814
|
+
chain: {
|
|
5815
|
+
channel_id: 'channel-730'
|
|
5816
|
+
}
|
|
5817
|
+
}]
|
|
5818
|
+
},
|
|
5741
5819
|
{
|
|
5742
5820
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
5743
5821
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -9439,7 +9439,7 @@ const assets = {
|
|
|
9439
9439
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
9440
9440
|
}],
|
|
9441
9441
|
socials: {
|
|
9442
|
-
website: 'https://scorum.
|
|
9442
|
+
website: 'https://scorum.network',
|
|
9443
9443
|
twitter: 'https://twitter.com/scorum_en'
|
|
9444
9444
|
},
|
|
9445
9445
|
traces: [{
|
|
@@ -11986,7 +11986,7 @@ const assets = {
|
|
|
11986
11986
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
11987
11987
|
}],
|
|
11988
11988
|
socials: {
|
|
11989
|
-
website: 'https://scorum.
|
|
11989
|
+
website: 'https://scorum.network',
|
|
11990
11990
|
twitter: 'https://twitter.com/scorum_en'
|
|
11991
11991
|
},
|
|
11992
11992
|
traces: [{
|
package/mainnet/stargaze.js
CHANGED
|
@@ -291,6 +291,45 @@ const assets = {
|
|
|
291
291
|
}
|
|
292
292
|
}]
|
|
293
293
|
},
|
|
294
|
+
{
|
|
295
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
296
|
+
denom_units: [{
|
|
297
|
+
denom: 'ibc/9DF365E2C0EF4EA02FA771F638BB9C0C830EFCD354629BDC017F79B348B4E989',
|
|
298
|
+
exponent: 0,
|
|
299
|
+
aliases: ['uatom']
|
|
300
|
+
}, {
|
|
301
|
+
denom: 'atom',
|
|
302
|
+
exponent: 6
|
|
303
|
+
}],
|
|
304
|
+
base: 'ibc/9DF365E2C0EF4EA02FA771F638BB9C0C830EFCD354629BDC017F79B348B4E989',
|
|
305
|
+
name: 'Cosmos Hub Atom',
|
|
306
|
+
display: 'atom',
|
|
307
|
+
symbol: 'ATOM',
|
|
308
|
+
logo_URIs: {
|
|
309
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
310
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
311
|
+
},
|
|
312
|
+
coingecko_id: 'cosmos',
|
|
313
|
+
images: [{
|
|
314
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
315
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
316
|
+
}],
|
|
317
|
+
socials: {
|
|
318
|
+
website: 'https://cosmos.network',
|
|
319
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
320
|
+
},
|
|
321
|
+
traces: [{
|
|
322
|
+
type: 'ibc',
|
|
323
|
+
counterparty: {
|
|
324
|
+
channel_id: 'channel-730',
|
|
325
|
+
base_denom: 'uatom',
|
|
326
|
+
chain_name: 'cosmoshub'
|
|
327
|
+
},
|
|
328
|
+
chain: {
|
|
329
|
+
channel_id: 'channel-239'
|
|
330
|
+
}
|
|
331
|
+
}]
|
|
332
|
+
},
|
|
294
333
|
{
|
|
295
334
|
description: 'The native token of Crescent',
|
|
296
335
|
denom_units: [{
|
|
@@ -1403,6 +1442,45 @@ const assets = {
|
|
|
1403
1442
|
}
|
|
1404
1443
|
}]
|
|
1405
1444
|
},
|
|
1445
|
+
{
|
|
1446
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
1447
|
+
denom_units: [{
|
|
1448
|
+
denom: 'ibc/9DF365E2C0EF4EA02FA771F638BB9C0C830EFCD354629BDC017F79B348B4E989',
|
|
1449
|
+
exponent: 0,
|
|
1450
|
+
aliases: ['uatom']
|
|
1451
|
+
}, {
|
|
1452
|
+
denom: 'atom',
|
|
1453
|
+
exponent: 6
|
|
1454
|
+
}],
|
|
1455
|
+
base: 'ibc/9DF365E2C0EF4EA02FA771F638BB9C0C830EFCD354629BDC017F79B348B4E989',
|
|
1456
|
+
name: 'Cosmos Hub Atom',
|
|
1457
|
+
display: 'atom',
|
|
1458
|
+
symbol: 'ATOM',
|
|
1459
|
+
logo_URIs: {
|
|
1460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
1461
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1462
|
+
},
|
|
1463
|
+
coingecko_id: 'cosmos',
|
|
1464
|
+
images: [{
|
|
1465
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
1466
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1467
|
+
}],
|
|
1468
|
+
socials: {
|
|
1469
|
+
website: 'https://cosmos.network',
|
|
1470
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
1471
|
+
},
|
|
1472
|
+
traces: [{
|
|
1473
|
+
type: 'ibc',
|
|
1474
|
+
counterparty: {
|
|
1475
|
+
channel_id: 'channel-730',
|
|
1476
|
+
base_denom: 'uatom',
|
|
1477
|
+
chain_name: 'cosmoshub'
|
|
1478
|
+
},
|
|
1479
|
+
chain: {
|
|
1480
|
+
channel_id: 'channel-239'
|
|
1481
|
+
}
|
|
1482
|
+
}]
|
|
1483
|
+
},
|
|
1406
1484
|
{
|
|
1407
1485
|
description: 'The native token of Crescent',
|
|
1408
1486
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.5",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.26.
|
|
33
|
-
"chain-registry": "^1.41.
|
|
32
|
+
"@chain-registry/utils": "^1.26.4",
|
|
33
|
+
"chain-registry": "^1.41.5"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.25.
|
|
36
|
+
"@chain-registry/types": "^0.25.4"
|
|
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": "6b968faf682ea9fcb0f53c910ea56fac7fbe5cda"
|
|
47
47
|
}
|
|
@@ -6,7 +6,7 @@ const assets = {
|
|
|
6
6
|
{
|
|
7
7
|
description: 'The native token of Osmosis',
|
|
8
8
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
9
|
+
denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
10
10
|
exponent: 0,
|
|
11
11
|
aliases: ['uosmo']
|
|
12
12
|
}, {
|
|
@@ -15,7 +15,7 @@ const assets = {
|
|
|
15
15
|
aliases: []
|
|
16
16
|
}],
|
|
17
17
|
type_asset: 'sdk.coin',
|
|
18
|
-
base: 'ibc/
|
|
18
|
+
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
19
19
|
name: 'Osmosis Testnet',
|
|
20
20
|
display: 'osmo',
|
|
21
21
|
symbol: 'OSMO',
|
|
@@ -32,18 +32,18 @@ const assets = {
|
|
|
32
32
|
traces: [{
|
|
33
33
|
type: 'ibc',
|
|
34
34
|
counterparty: {
|
|
35
|
-
channel_id: 'channel-
|
|
35
|
+
channel_id: 'channel-7735',
|
|
36
36
|
base_denom: 'uosmo',
|
|
37
37
|
chain_name: 'osmosistestnet'
|
|
38
38
|
},
|
|
39
39
|
chain: {
|
|
40
|
-
channel_id: 'channel-
|
|
40
|
+
channel_id: 'channel-5'
|
|
41
41
|
}
|
|
42
42
|
}]
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
denom_units: [{
|
|
46
|
-
denom: 'ibc/
|
|
46
|
+
denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
47
47
|
exponent: 0,
|
|
48
48
|
aliases: ['uion']
|
|
49
49
|
}, {
|
|
@@ -51,7 +51,7 @@ const assets = {
|
|
|
51
51
|
exponent: 6
|
|
52
52
|
}],
|
|
53
53
|
type_asset: 'sdk.coin',
|
|
54
|
-
base: 'ibc/
|
|
54
|
+
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
55
55
|
name: 'Ion',
|
|
56
56
|
display: 'ion',
|
|
57
57
|
symbol: 'ION',
|
|
@@ -68,19 +68,19 @@ const assets = {
|
|
|
68
68
|
traces: [{
|
|
69
69
|
type: 'ibc',
|
|
70
70
|
counterparty: {
|
|
71
|
-
channel_id: 'channel-
|
|
71
|
+
channel_id: 'channel-7735',
|
|
72
72
|
base_denom: 'uion',
|
|
73
73
|
chain_name: 'osmosistestnet'
|
|
74
74
|
},
|
|
75
75
|
chain: {
|
|
76
|
-
channel_id: 'channel-
|
|
76
|
+
channel_id: 'channel-5'
|
|
77
77
|
}
|
|
78
78
|
}]
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
description: 'The native token of Osmosis',
|
|
82
82
|
denom_units: [{
|
|
83
|
-
denom: 'ibc/
|
|
83
|
+
denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
84
84
|
exponent: 0,
|
|
85
85
|
aliases: ['uosmo']
|
|
86
86
|
}, {
|
|
@@ -89,7 +89,7 @@ const assets = {
|
|
|
89
89
|
aliases: []
|
|
90
90
|
}],
|
|
91
91
|
type_asset: 'sdk.coin',
|
|
92
|
-
base: 'ibc/
|
|
92
|
+
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
93
93
|
name: 'Osmosis Testnet',
|
|
94
94
|
display: 'osmo',
|
|
95
95
|
symbol: 'OSMO',
|
|
@@ -106,18 +106,18 @@ const assets = {
|
|
|
106
106
|
traces: [{
|
|
107
107
|
type: 'ibc',
|
|
108
108
|
counterparty: {
|
|
109
|
-
channel_id: 'channel-
|
|
109
|
+
channel_id: 'channel-7735',
|
|
110
110
|
base_denom: 'uosmo',
|
|
111
111
|
chain_name: 'osmosistestnet'
|
|
112
112
|
},
|
|
113
113
|
chain: {
|
|
114
|
-
channel_id: 'channel-
|
|
114
|
+
channel_id: 'channel-5'
|
|
115
115
|
}
|
|
116
116
|
}]
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
denom_units: [{
|
|
120
|
-
denom: 'ibc/
|
|
120
|
+
denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
121
121
|
exponent: 0,
|
|
122
122
|
aliases: ['uion']
|
|
123
123
|
}, {
|
|
@@ -125,7 +125,7 @@ const assets = {
|
|
|
125
125
|
exponent: 6
|
|
126
126
|
}],
|
|
127
127
|
type_asset: 'sdk.coin',
|
|
128
|
-
base: 'ibc/
|
|
128
|
+
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
129
129
|
name: 'Ion',
|
|
130
130
|
display: 'ion',
|
|
131
131
|
symbol: 'ION',
|
|
@@ -142,12 +142,12 @@ const assets = {
|
|
|
142
142
|
traces: [{
|
|
143
143
|
type: 'ibc',
|
|
144
144
|
counterparty: {
|
|
145
|
-
channel_id: 'channel-
|
|
145
|
+
channel_id: 'channel-7735',
|
|
146
146
|
base_denom: 'uion',
|
|
147
147
|
chain_name: 'osmosistestnet'
|
|
148
148
|
},
|
|
149
149
|
chain: {
|
|
150
|
-
channel_id: 'channel-
|
|
150
|
+
channel_id: 'channel-5'
|
|
151
151
|
}
|
|
152
152
|
}]
|
|
153
153
|
}
|
|
@@ -142,14 +142,14 @@ const assets = {
|
|
|
142
142
|
{
|
|
143
143
|
description: 'The native token of Chain4Energy',
|
|
144
144
|
denom_units: [{
|
|
145
|
-
denom: 'ibc/
|
|
145
|
+
denom: 'ibc/539BC2B6E70117D220834D6DF8E27307655D1325C0CADF7E3AF90AB00D9F8D69',
|
|
146
146
|
exponent: 0,
|
|
147
147
|
aliases: ['uc4e']
|
|
148
148
|
}, {
|
|
149
149
|
denom: 'c4e',
|
|
150
150
|
exponent: 6
|
|
151
151
|
}],
|
|
152
|
-
base: 'ibc/
|
|
152
|
+
base: 'ibc/539BC2B6E70117D220834D6DF8E27307655D1325C0CADF7E3AF90AB00D9F8D69',
|
|
153
153
|
name: 'Chain4Energy',
|
|
154
154
|
display: 'c4e',
|
|
155
155
|
symbol: 'C4E',
|
|
@@ -163,12 +163,12 @@ const assets = {
|
|
|
163
163
|
traces: [{
|
|
164
164
|
type: 'ibc',
|
|
165
165
|
counterparty: {
|
|
166
|
-
channel_id: 'channel-
|
|
166
|
+
channel_id: 'channel-5',
|
|
167
167
|
base_denom: 'uc4e',
|
|
168
168
|
chain_name: 'chain4energytestnet'
|
|
169
169
|
},
|
|
170
170
|
chain: {
|
|
171
|
-
channel_id: 'channel-
|
|
171
|
+
channel_id: 'channel-7735'
|
|
172
172
|
}
|
|
173
173
|
}]
|
|
174
174
|
},
|
|
@@ -774,14 +774,14 @@ const assets = {
|
|
|
774
774
|
{
|
|
775
775
|
description: 'The native token of Chain4Energy',
|
|
776
776
|
denom_units: [{
|
|
777
|
-
denom: 'ibc/
|
|
777
|
+
denom: 'ibc/539BC2B6E70117D220834D6DF8E27307655D1325C0CADF7E3AF90AB00D9F8D69',
|
|
778
778
|
exponent: 0,
|
|
779
779
|
aliases: ['uc4e']
|
|
780
780
|
}, {
|
|
781
781
|
denom: 'c4e',
|
|
782
782
|
exponent: 6
|
|
783
783
|
}],
|
|
784
|
-
base: 'ibc/
|
|
784
|
+
base: 'ibc/539BC2B6E70117D220834D6DF8E27307655D1325C0CADF7E3AF90AB00D9F8D69',
|
|
785
785
|
name: 'Chain4Energy',
|
|
786
786
|
display: 'c4e',
|
|
787
787
|
symbol: 'C4E',
|
|
@@ -795,12 +795,12 @@ const assets = {
|
|
|
795
795
|
traces: [{
|
|
796
796
|
type: 'ibc',
|
|
797
797
|
counterparty: {
|
|
798
|
-
channel_id: 'channel-
|
|
798
|
+
channel_id: 'channel-5',
|
|
799
799
|
base_denom: 'uc4e',
|
|
800
800
|
chain_name: 'chain4energytestnet'
|
|
801
801
|
},
|
|
802
802
|
chain: {
|
|
803
|
-
channel_id: 'channel-
|
|
803
|
+
channel_id: 'channel-7735'
|
|
804
804
|
}
|
|
805
805
|
}]
|
|
806
806
|
},
|