@chain-registry/osmosis 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/asset_list.js +8 -8
- package/assets.js +1635 -361
- package/esm/asset_list.js +8 -8
- package/esm/assets.js +1635 -361
- package/esm/testnet_assets.js +595 -51
- package/package.json +3 -3
- package/testnet_assets.js +595 -51
package/asset_list.js
CHANGED
|
@@ -1053,7 +1053,8 @@ const asset_list = {
|
|
|
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 asset_list = {
|
|
|
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 asset_list = {
|
|
|
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 asset_list = {
|
|
|
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 asset_list = {
|
|
|
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 asset_list = {
|
|
|
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'
|