@chain-registry/assets 1.42.0 → 1.42.2
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/acrechain.js +0 -2
- package/esm/mainnet/axelar.js +8 -6
- package/esm/mainnet/composable.js +8 -6
- package/esm/mainnet/crescent.js +0 -2
- package/esm/mainnet/dymension.js +8 -6
- package/esm/mainnet/evmos.js +8 -6
- package/esm/mainnet/injective.js +8 -6
- package/esm/mainnet/juno.js +0 -2
- package/esm/mainnet/kava.js +8 -6
- package/esm/mainnet/neutron.js +8 -6
- package/esm/mainnet/osmosis.js +8 -8
- package/esm/mainnet/secretnetwork.js +8 -8
- package/esm/mainnet/stargaze.js +8 -6
- package/esm/mainnet/stride.js +8 -6
- package/esm/mainnet/terra2.js +8 -8
- package/esm/mainnet/umee.js +8 -6
- package/mainnet/acrechain.js +0 -2
- package/mainnet/axelar.js +8 -6
- package/mainnet/composable.js +8 -6
- package/mainnet/crescent.js +0 -2
- package/mainnet/dymension.js +8 -6
- package/mainnet/evmos.js +8 -6
- package/mainnet/injective.js +8 -6
- package/mainnet/juno.js +0 -2
- package/mainnet/kava.js +8 -6
- package/mainnet/neutron.js +8 -6
- package/mainnet/osmosis.js +8 -8
- package/mainnet/secretnetwork.js +8 -8
- package/mainnet/stargaze.js +8 -6
- package/mainnet/stride.js +8 -6
- package/mainnet/terra2.js +8 -8
- package/mainnet/umee.js +8 -6
- package/package.json +5 -5
package/esm/mainnet/terra2.js
CHANGED
|
@@ -372,7 +372,8 @@ const assets = {
|
|
|
372
372
|
}]
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
|
-
description: '',
|
|
375
|
+
description: 'The native token of the Celestia blockchain.',
|
|
376
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
376
377
|
denom_units: [{
|
|
377
378
|
denom: 'ibc/19313100CB022954D65361B26AC3C5BAFB0AEEEDF7DF86D44E8CA9F5148B6B08',
|
|
378
379
|
exponent: 0,
|
|
@@ -391,8 +392,8 @@ const assets = {
|
|
|
391
392
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
392
393
|
},
|
|
393
394
|
images: [{
|
|
394
|
-
|
|
395
|
-
|
|
395
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
396
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
396
397
|
}],
|
|
397
398
|
socials: {
|
|
398
399
|
website: 'https://celestia.org/',
|
|
@@ -1765,7 +1766,6 @@ const assets = {
|
|
|
1765
1766
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
1766
1767
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
1767
1768
|
},
|
|
1768
|
-
coingecko_id: 'terrakrw',
|
|
1769
1769
|
images: [{
|
|
1770
1770
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
1771
1771
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
@@ -3013,7 +3013,8 @@ const assets = {
|
|
|
3013
3013
|
}]
|
|
3014
3014
|
},
|
|
3015
3015
|
{
|
|
3016
|
-
description: '',
|
|
3016
|
+
description: 'The native token of the Celestia blockchain.',
|
|
3017
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
3017
3018
|
denom_units: [{
|
|
3018
3019
|
denom: 'ibc/19313100CB022954D65361B26AC3C5BAFB0AEEEDF7DF86D44E8CA9F5148B6B08',
|
|
3019
3020
|
exponent: 0,
|
|
@@ -3032,8 +3033,8 @@ const assets = {
|
|
|
3032
3033
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
3033
3034
|
},
|
|
3034
3035
|
images: [{
|
|
3035
|
-
|
|
3036
|
-
|
|
3036
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
3037
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
3037
3038
|
}],
|
|
3038
3039
|
socials: {
|
|
3039
3040
|
website: 'https://celestia.org/',
|
|
@@ -4406,7 +4407,6 @@ const assets = {
|
|
|
4406
4407
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
4407
4408
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
4408
4409
|
},
|
|
4409
|
-
coingecko_id: 'terrakrw',
|
|
4410
4410
|
images: [{
|
|
4411
4411
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
4412
4412
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
package/esm/mainnet/umee.js
CHANGED
|
@@ -161,7 +161,8 @@ const assets = {
|
|
|
161
161
|
}]
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
|
-
description: '',
|
|
164
|
+
description: 'The native token of the Celestia blockchain.',
|
|
165
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
165
166
|
denom_units: [{
|
|
166
167
|
denom: 'ibc/69860B527570A33015804BD2BF9BBB23B58A87556B108028E25EA9126E60D3D1',
|
|
167
168
|
exponent: 0,
|
|
@@ -180,8 +181,8 @@ const assets = {
|
|
|
180
181
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
181
182
|
},
|
|
182
183
|
images: [{
|
|
183
|
-
|
|
184
|
-
|
|
184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
185
186
|
}],
|
|
186
187
|
socials: {
|
|
187
188
|
website: 'https://celestia.org/',
|
|
@@ -1209,7 +1210,8 @@ const assets = {
|
|
|
1209
1210
|
}]
|
|
1210
1211
|
},
|
|
1211
1212
|
{
|
|
1212
|
-
description: '',
|
|
1213
|
+
description: 'The native token of the Celestia blockchain.',
|
|
1214
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
1213
1215
|
denom_units: [{
|
|
1214
1216
|
denom: 'ibc/69860B527570A33015804BD2BF9BBB23B58A87556B108028E25EA9126E60D3D1',
|
|
1215
1217
|
exponent: 0,
|
|
@@ -1228,8 +1230,8 @@ const assets = {
|
|
|
1228
1230
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
1229
1231
|
},
|
|
1230
1232
|
images: [{
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
1234
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
1233
1235
|
}],
|
|
1234
1236
|
socials: {
|
|
1235
1237
|
website: 'https://celestia.org/',
|
package/mainnet/acrechain.js
CHANGED
|
@@ -613,7 +613,6 @@ const assets = {
|
|
|
613
613
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
614
614
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
615
615
|
},
|
|
616
|
-
coingecko_id: 'terrakrw',
|
|
617
616
|
images: [{
|
|
618
617
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
619
618
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
@@ -2139,7 +2138,6 @@ const assets = {
|
|
|
2139
2138
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
2140
2139
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
2141
2140
|
},
|
|
2142
|
-
coingecko_id: 'terrakrw',
|
|
2143
2141
|
images: [{
|
|
2144
2142
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
2145
2143
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
package/mainnet/axelar.js
CHANGED
|
@@ -562,7 +562,8 @@ const assets = {
|
|
|
562
562
|
}]
|
|
563
563
|
},
|
|
564
564
|
{
|
|
565
|
-
description: '',
|
|
565
|
+
description: 'The native token of the Celestia blockchain.',
|
|
566
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
566
567
|
denom_units: [{
|
|
567
568
|
denom: 'ibc/F8F36BBEFFD1B311D5D3A7B8E6B3C03DBF707D4E5FE045B18221D8DF12E481C3',
|
|
568
569
|
exponent: 0,
|
|
@@ -581,8 +582,8 @@ const assets = {
|
|
|
581
582
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
582
583
|
},
|
|
583
584
|
images: [{
|
|
584
|
-
|
|
585
|
-
|
|
585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
586
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
586
587
|
}],
|
|
587
588
|
socials: {
|
|
588
589
|
website: 'https://celestia.org/',
|
|
@@ -2186,7 +2187,8 @@ const assets = {
|
|
|
2186
2187
|
}]
|
|
2187
2188
|
},
|
|
2188
2189
|
{
|
|
2189
|
-
description: '',
|
|
2190
|
+
description: 'The native token of the Celestia blockchain.',
|
|
2191
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
2190
2192
|
denom_units: [{
|
|
2191
2193
|
denom: 'ibc/F8F36BBEFFD1B311D5D3A7B8E6B3C03DBF707D4E5FE045B18221D8DF12E481C3',
|
|
2192
2194
|
exponent: 0,
|
|
@@ -2205,8 +2207,8 @@ const assets = {
|
|
|
2205
2207
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
2206
2208
|
},
|
|
2207
2209
|
images: [{
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
2211
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
2210
2212
|
}],
|
|
2211
2213
|
socials: {
|
|
2212
2214
|
website: 'https://celestia.org/',
|
package/mainnet/composable.js
CHANGED
|
@@ -152,7 +152,8 @@ const assets = {
|
|
|
152
152
|
}]
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
description: '',
|
|
155
|
+
description: 'The native token of the Celestia blockchain.',
|
|
156
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
156
157
|
denom_units: [{
|
|
157
158
|
denom: 'ibc/1A7653323C1A9E267FF7BEBF40B3EEA8065E8F069F47F2493ABC3E0B621BF793',
|
|
158
159
|
exponent: 0,
|
|
@@ -171,8 +172,8 @@ const assets = {
|
|
|
171
172
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
172
173
|
},
|
|
173
174
|
images: [{
|
|
174
|
-
|
|
175
|
-
|
|
175
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
176
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
176
177
|
}],
|
|
177
178
|
socials: {
|
|
178
179
|
website: 'https://celestia.org/',
|
|
@@ -339,7 +340,8 @@ const assets = {
|
|
|
339
340
|
}]
|
|
340
341
|
},
|
|
341
342
|
{
|
|
342
|
-
description: '',
|
|
343
|
+
description: 'The native token of the Celestia blockchain.',
|
|
344
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
343
345
|
denom_units: [{
|
|
344
346
|
denom: 'ibc/1A7653323C1A9E267FF7BEBF40B3EEA8065E8F069F47F2493ABC3E0B621BF793',
|
|
345
347
|
exponent: 0,
|
|
@@ -358,8 +360,8 @@ const assets = {
|
|
|
358
360
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
359
361
|
},
|
|
360
362
|
images: [{
|
|
361
|
-
|
|
362
|
-
|
|
363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
363
365
|
}],
|
|
364
366
|
socials: {
|
|
365
367
|
website: 'https://celestia.org/',
|
package/mainnet/crescent.js
CHANGED
|
@@ -1561,7 +1561,6 @@ const assets = {
|
|
|
1561
1561
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
1562
1562
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
1563
1563
|
},
|
|
1564
|
-
coingecko_id: 'terrakrw',
|
|
1565
1564
|
images: [{
|
|
1566
1565
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
1567
1566
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
@@ -3478,7 +3477,6 @@ const assets = {
|
|
|
3478
3477
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
3479
3478
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
3480
3479
|
},
|
|
3481
|
-
coingecko_id: 'terrakrw',
|
|
3482
3480
|
images: [{
|
|
3483
3481
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
3484
3482
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
package/mainnet/dymension.js
CHANGED
|
@@ -89,7 +89,8 @@ const assets = {
|
|
|
89
89
|
}]
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
|
-
description: '',
|
|
92
|
+
description: 'The native token of the Celestia blockchain.',
|
|
93
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
93
94
|
denom_units: [{
|
|
94
95
|
denom: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229',
|
|
95
96
|
exponent: 0,
|
|
@@ -108,8 +109,8 @@ const assets = {
|
|
|
108
109
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
109
110
|
},
|
|
110
111
|
images: [{
|
|
111
|
-
|
|
112
|
-
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
113
114
|
}],
|
|
114
115
|
socials: {
|
|
115
116
|
website: 'https://celestia.org/',
|
|
@@ -252,7 +253,8 @@ const assets = {
|
|
|
252
253
|
}]
|
|
253
254
|
},
|
|
254
255
|
{
|
|
255
|
-
description: '',
|
|
256
|
+
description: 'The native token of the Celestia blockchain.',
|
|
257
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
256
258
|
denom_units: [{
|
|
257
259
|
denom: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229',
|
|
258
260
|
exponent: 0,
|
|
@@ -271,8 +273,8 @@ const assets = {
|
|
|
271
273
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
272
274
|
},
|
|
273
275
|
images: [{
|
|
274
|
-
|
|
275
|
-
|
|
276
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
277
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
276
278
|
}],
|
|
277
279
|
socials: {
|
|
278
280
|
website: 'https://celestia.org/',
|
package/mainnet/evmos.js
CHANGED
|
@@ -330,7 +330,8 @@ const assets = {
|
|
|
330
330
|
}]
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
|
-
description: '',
|
|
333
|
+
description: 'The native token of the Celestia blockchain.',
|
|
334
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
334
335
|
denom_units: [{
|
|
335
336
|
denom: 'ibc/5724BDCD2C1A4D3D32C814DED15948B0BD18D241D78AB7AF39493794371DDB65',
|
|
336
337
|
exponent: 0,
|
|
@@ -349,8 +350,8 @@ const assets = {
|
|
|
349
350
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
350
351
|
},
|
|
351
352
|
images: [{
|
|
352
|
-
|
|
353
|
-
|
|
353
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
354
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
354
355
|
}],
|
|
355
356
|
socials: {
|
|
356
357
|
website: 'https://celestia.org/',
|
|
@@ -968,7 +969,8 @@ const assets = {
|
|
|
968
969
|
}]
|
|
969
970
|
},
|
|
970
971
|
{
|
|
971
|
-
description: '',
|
|
972
|
+
description: 'The native token of the Celestia blockchain.',
|
|
973
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
972
974
|
denom_units: [{
|
|
973
975
|
denom: 'ibc/5724BDCD2C1A4D3D32C814DED15948B0BD18D241D78AB7AF39493794371DDB65',
|
|
974
976
|
exponent: 0,
|
|
@@ -987,8 +989,8 @@ const assets = {
|
|
|
987
989
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
988
990
|
},
|
|
989
991
|
images: [{
|
|
990
|
-
|
|
991
|
-
|
|
992
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
993
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
992
994
|
}],
|
|
993
995
|
socials: {
|
|
994
996
|
website: 'https://celestia.org/',
|
package/mainnet/injective.js
CHANGED
|
@@ -76,7 +76,8 @@ const assets = {
|
|
|
76
76
|
}]
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
|
-
description: '',
|
|
79
|
+
description: 'The native token of the Celestia blockchain.',
|
|
80
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
80
81
|
denom_units: [{
|
|
81
82
|
denom: 'ibc/F51BB221BAA275F2EBF654F70B005627D7E713AFFD6D86AFD1E43CAA886149F4',
|
|
82
83
|
exponent: 0,
|
|
@@ -95,8 +96,8 @@ const assets = {
|
|
|
95
96
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
96
97
|
},
|
|
97
98
|
images: [{
|
|
98
|
-
|
|
99
|
-
|
|
99
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
100
101
|
}],
|
|
101
102
|
socials: {
|
|
102
103
|
website: 'https://celestia.org/',
|
|
@@ -531,7 +532,8 @@ const assets = {
|
|
|
531
532
|
}]
|
|
532
533
|
},
|
|
533
534
|
{
|
|
534
|
-
description: '',
|
|
535
|
+
description: 'The native token of the Celestia blockchain.',
|
|
536
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
535
537
|
denom_units: [{
|
|
536
538
|
denom: 'ibc/F51BB221BAA275F2EBF654F70B005627D7E713AFFD6D86AFD1E43CAA886149F4',
|
|
537
539
|
exponent: 0,
|
|
@@ -550,8 +552,8 @@ const assets = {
|
|
|
550
552
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
551
553
|
},
|
|
552
554
|
images: [{
|
|
553
|
-
|
|
554
|
-
|
|
555
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
556
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
555
557
|
}],
|
|
556
558
|
socials: {
|
|
557
559
|
website: 'https://celestia.org/',
|
package/mainnet/juno.js
CHANGED
|
@@ -2134,7 +2134,6 @@ const assets = {
|
|
|
2134
2134
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
2135
2135
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
2136
2136
|
},
|
|
2137
|
-
coingecko_id: 'terrakrw',
|
|
2138
2137
|
images: [{
|
|
2139
2138
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
2140
2139
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
@@ -3729,7 +3728,6 @@ const assets = {
|
|
|
3729
3728
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
3730
3729
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
3731
3730
|
},
|
|
3732
|
-
coingecko_id: 'terrakrw',
|
|
3733
3731
|
images: [{
|
|
3734
3732
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
3735
3733
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
package/mainnet/kava.js
CHANGED
|
@@ -39,7 +39,8 @@ const assets = {
|
|
|
39
39
|
}]
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
|
-
description: '',
|
|
42
|
+
description: 'The native token of the Celestia blockchain.',
|
|
43
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
43
44
|
denom_units: [{
|
|
44
45
|
denom: 'ibc/7828FD453E26CA18E7516F4F15C9698A36E92EA058B6A113B1F75CE828BF5398',
|
|
45
46
|
exponent: 0,
|
|
@@ -58,8 +59,8 @@ const assets = {
|
|
|
58
59
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
59
60
|
},
|
|
60
61
|
images: [{
|
|
61
|
-
|
|
62
|
-
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
63
64
|
}],
|
|
64
65
|
socials: {
|
|
65
66
|
website: 'https://celestia.org/',
|
|
@@ -560,7 +561,8 @@ const assets = {
|
|
|
560
561
|
}]
|
|
561
562
|
},
|
|
562
563
|
{
|
|
563
|
-
description: '',
|
|
564
|
+
description: 'The native token of the Celestia blockchain.',
|
|
565
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
564
566
|
denom_units: [{
|
|
565
567
|
denom: 'ibc/7828FD453E26CA18E7516F4F15C9698A36E92EA058B6A113B1F75CE828BF5398',
|
|
566
568
|
exponent: 0,
|
|
@@ -579,8 +581,8 @@ const assets = {
|
|
|
579
581
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
580
582
|
},
|
|
581
583
|
images: [{
|
|
582
|
-
|
|
583
|
-
|
|
584
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
585
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
584
586
|
}],
|
|
585
587
|
socials: {
|
|
586
588
|
website: 'https://celestia.org/',
|
package/mainnet/neutron.js
CHANGED
|
@@ -89,7 +89,8 @@ const assets = {
|
|
|
89
89
|
}]
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
|
-
description: '',
|
|
92
|
+
description: 'The native token of the Celestia blockchain.',
|
|
93
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
93
94
|
denom_units: [{
|
|
94
95
|
denom: 'ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7',
|
|
95
96
|
exponent: 0,
|
|
@@ -108,8 +109,8 @@ const assets = {
|
|
|
108
109
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
109
110
|
},
|
|
110
111
|
images: [{
|
|
111
|
-
|
|
112
|
-
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
113
114
|
}],
|
|
114
115
|
socials: {
|
|
115
116
|
website: 'https://celestia.org/',
|
|
@@ -732,7 +733,8 @@ const assets = {
|
|
|
732
733
|
}]
|
|
733
734
|
},
|
|
734
735
|
{
|
|
735
|
-
description: '',
|
|
736
|
+
description: 'The native token of the Celestia blockchain.',
|
|
737
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
736
738
|
denom_units: [{
|
|
737
739
|
denom: 'ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7',
|
|
738
740
|
exponent: 0,
|
|
@@ -751,8 +753,8 @@ const assets = {
|
|
|
751
753
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
752
754
|
},
|
|
753
755
|
images: [{
|
|
754
|
-
|
|
755
|
-
|
|
756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
756
758
|
}],
|
|
757
759
|
socials: {
|
|
758
760
|
website: 'https://celestia.org/',
|
package/mainnet/osmosis.js
CHANGED
|
@@ -1053,7 +1053,8 @@ const assets = {
|
|
|
1053
1053
|
}]
|
|
1054
1054
|
},
|
|
1055
1055
|
{
|
|
1056
|
-
description: '',
|
|
1056
|
+
description: 'The native token of the Celestia blockchain.',
|
|
1057
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
1057
1058
|
denom_units: [{
|
|
1058
1059
|
denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
|
|
1059
1060
|
exponent: 0,
|
|
@@ -1072,8 +1073,8 @@ const assets = {
|
|
|
1072
1073
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
1073
1074
|
},
|
|
1074
1075
|
images: [{
|
|
1075
|
-
|
|
1076
|
-
|
|
1076
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
1077
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
1077
1078
|
}],
|
|
1078
1079
|
socials: {
|
|
1079
1080
|
website: 'https://celestia.org/',
|
|
@@ -5442,7 +5443,8 @@ const assets = {
|
|
|
5442
5443
|
}]
|
|
5443
5444
|
},
|
|
5444
5445
|
{
|
|
5445
|
-
description: '',
|
|
5446
|
+
description: 'The native token of the Celestia blockchain.',
|
|
5447
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
5446
5448
|
denom_units: [{
|
|
5447
5449
|
denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
|
|
5448
5450
|
exponent: 0,
|
|
@@ -5461,8 +5463,8 @@ const assets = {
|
|
|
5461
5463
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
5462
5464
|
},
|
|
5463
5465
|
images: [{
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
5467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
5466
5468
|
}],
|
|
5467
5469
|
socials: {
|
|
5468
5470
|
website: 'https://celestia.org/',
|
|
@@ -10233,7 +10235,6 @@ const assets = {
|
|
|
10233
10235
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
10234
10236
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
10235
10237
|
},
|
|
10236
|
-
coingecko_id: 'terrakrw',
|
|
10237
10238
|
images: [{
|
|
10238
10239
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
10239
10240
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
@@ -12781,7 +12782,6 @@ const assets = {
|
|
|
12781
12782
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
12782
12783
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
12783
12784
|
},
|
|
12784
|
-
coingecko_id: 'terrakrw',
|
|
12785
12785
|
images: [{
|
|
12786
12786
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
12787
12787
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -235,7 +235,8 @@ const assets = {
|
|
|
235
235
|
}]
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
|
-
description: '',
|
|
238
|
+
description: 'The native token of the Celestia blockchain.',
|
|
239
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
239
240
|
denom_units: [{
|
|
240
241
|
denom: 'ibc/8E31B43C53FA68AFEB6A0A4A61DA67F357A6BD757F745A3CB65B97CD9D9DA1BB',
|
|
241
242
|
exponent: 0,
|
|
@@ -254,8 +255,8 @@ const assets = {
|
|
|
254
255
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
255
256
|
},
|
|
256
257
|
images: [{
|
|
257
|
-
|
|
258
|
-
|
|
258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
259
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
259
260
|
}],
|
|
260
261
|
socials: {
|
|
261
262
|
website: 'https://celestia.org/',
|
|
@@ -1740,7 +1741,8 @@ const assets = {
|
|
|
1740
1741
|
}]
|
|
1741
1742
|
},
|
|
1742
1743
|
{
|
|
1743
|
-
description: '',
|
|
1744
|
+
description: 'The native token of the Celestia blockchain.',
|
|
1745
|
+
extended_description: 'Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.',
|
|
1744
1746
|
denom_units: [{
|
|
1745
1747
|
denom: 'ibc/8E31B43C53FA68AFEB6A0A4A61DA67F357A6BD757F745A3CB65B97CD9D9DA1BB',
|
|
1746
1748
|
exponent: 0,
|
|
@@ -1759,8 +1761,8 @@ const assets = {
|
|
|
1759
1761
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
1760
1762
|
},
|
|
1761
1763
|
images: [{
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
1765
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
1764
1766
|
}],
|
|
1765
1767
|
socials: {
|
|
1766
1768
|
website: 'https://celestia.org/',
|
|
@@ -3315,7 +3317,6 @@ const assets = {
|
|
|
3315
3317
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
3316
3318
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
3317
3319
|
},
|
|
3318
|
-
coingecko_id: 'terrakrw',
|
|
3319
3320
|
images: [{
|
|
3320
3321
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
3321
3322
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
@@ -4568,7 +4569,6 @@ const assets = {
|
|
|
4568
4569
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
4569
4570
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
4570
4571
|
},
|
|
4571
|
-
coingecko_id: 'terrakrw',
|
|
4572
4572
|
images: [{
|
|
4573
4573
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
4574
4574
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|