@chain-registry/assets 1.70.127 → 1.70.129
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/akash.js +84 -0
- package/esm/mainnet/axelar.js +714 -0
- package/esm/mainnet/carbon.js +4 -2
- package/esm/mainnet/celestia.js +714 -0
- package/esm/mainnet/cosmoshub.js +714 -0
- package/esm/mainnet/dydx.js +630 -0
- package/esm/mainnet/injective.js +630 -0
- package/esm/mainnet/kujira.js +4 -2
- package/esm/mainnet/migaloo.js +8 -4
- package/esm/mainnet/neutron.js +634 -2
- package/esm/mainnet/noble.js +714 -0
- package/esm/mainnet/osmosis.js +722 -4
- package/esm/mainnet/saga.js +84 -0
- package/esm/mainnet/secretnetwork.js +4 -2
- package/esm/mainnet/stride.js +630 -0
- package/esm/mainnet/terra2.js +630 -0
- package/esm/mainnet/xion.js +84 -0
- package/mainnet/akash.js +84 -0
- package/mainnet/axelar.js +714 -0
- package/mainnet/carbon.js +4 -2
- package/mainnet/celestia.js +714 -0
- package/mainnet/cosmoshub.js +714 -0
- package/mainnet/dydx.js +630 -0
- package/mainnet/injective.js +630 -0
- package/mainnet/kujira.js +4 -2
- package/mainnet/migaloo.js +8 -4
- package/mainnet/neutron.js +634 -2
- package/mainnet/noble.js +714 -0
- package/mainnet/osmosis.js +722 -4
- package/mainnet/saga.js +84 -0
- package/mainnet/secretnetwork.js +4 -2
- package/mainnet/stride.js +630 -0
- package/mainnet/terra2.js +630 -0
- package/mainnet/xion.js +84 -0
- package/package.json +5 -5
package/esm/mainnet/kujira.js
CHANGED
|
@@ -6782,7 +6782,8 @@ const assets = {
|
|
|
6782
6782
|
socials: {
|
|
6783
6783
|
website: 'https://astroport.fi/',
|
|
6784
6784
|
twitter: 'https://twitter.com/astroport_fi'
|
|
6785
|
-
}
|
|
6785
|
+
},
|
|
6786
|
+
coingecko_id: 'astroport-fi'
|
|
6786
6787
|
},
|
|
6787
6788
|
{
|
|
6788
6789
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -8489,7 +8490,8 @@ const assets = {
|
|
|
8489
8490
|
socials: {
|
|
8490
8491
|
website: 'https://astroport.fi/',
|
|
8491
8492
|
twitter: 'https://twitter.com/astroport_fi'
|
|
8492
|
-
}
|
|
8493
|
+
},
|
|
8494
|
+
coingecko_id: 'astroport-fi'
|
|
8493
8495
|
},
|
|
8494
8496
|
{
|
|
8495
8497
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -6684,7 +6684,8 @@ const assets = {
|
|
|
6684
6684
|
}],
|
|
6685
6685
|
logo_URIs: {
|
|
6686
6686
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
6687
|
-
}
|
|
6687
|
+
},
|
|
6688
|
+
coingecko_id: 'astroport-fi'
|
|
6688
6689
|
},
|
|
6689
6690
|
{
|
|
6690
6691
|
denom_units: [{
|
|
@@ -10285,7 +10286,8 @@ const assets = {
|
|
|
10285
10286
|
socials: {
|
|
10286
10287
|
website: 'https://astroport.fi/',
|
|
10287
10288
|
twitter: 'https://twitter.com/astroport_fi'
|
|
10288
|
-
}
|
|
10289
|
+
},
|
|
10290
|
+
coingecko_id: 'astroport-fi'
|
|
10289
10291
|
},
|
|
10290
10292
|
{
|
|
10291
10293
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -15560,7 +15562,8 @@ const assets = {
|
|
|
15560
15562
|
}],
|
|
15561
15563
|
logo_URIs: {
|
|
15562
15564
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
15563
|
-
}
|
|
15565
|
+
},
|
|
15566
|
+
coingecko_id: 'astroport-fi'
|
|
15564
15567
|
},
|
|
15565
15568
|
{
|
|
15566
15569
|
denom_units: [{
|
|
@@ -19161,7 +19164,8 @@ const assets = {
|
|
|
19161
19164
|
socials: {
|
|
19162
19165
|
website: 'https://astroport.fi/',
|
|
19163
19166
|
twitter: 'https://twitter.com/astroport_fi'
|
|
19164
|
-
}
|
|
19167
|
+
},
|
|
19168
|
+
coingecko_id: 'astroport-fi'
|
|
19165
19169
|
},
|
|
19166
19170
|
{
|
|
19167
19171
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|