@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/mainnet/kujira.js
CHANGED
|
@@ -6784,7 +6784,8 @@ const assets = {
|
|
|
6784
6784
|
socials: {
|
|
6785
6785
|
website: 'https://astroport.fi/',
|
|
6786
6786
|
twitter: 'https://twitter.com/astroport_fi'
|
|
6787
|
-
}
|
|
6787
|
+
},
|
|
6788
|
+
coingecko_id: 'astroport-fi'
|
|
6788
6789
|
},
|
|
6789
6790
|
{
|
|
6790
6791
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -8491,7 +8492,8 @@ const assets = {
|
|
|
8491
8492
|
socials: {
|
|
8492
8493
|
website: 'https://astroport.fi/',
|
|
8493
8494
|
twitter: 'https://twitter.com/astroport_fi'
|
|
8494
|
-
}
|
|
8495
|
+
},
|
|
8496
|
+
coingecko_id: 'astroport-fi'
|
|
8495
8497
|
},
|
|
8496
8498
|
{
|
|
8497
8499
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
package/mainnet/migaloo.js
CHANGED
|
@@ -6686,7 +6686,8 @@ const assets = {
|
|
|
6686
6686
|
}],
|
|
6687
6687
|
logo_URIs: {
|
|
6688
6688
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
6689
|
-
}
|
|
6689
|
+
},
|
|
6690
|
+
coingecko_id: 'astroport-fi'
|
|
6690
6691
|
},
|
|
6691
6692
|
{
|
|
6692
6693
|
denom_units: [{
|
|
@@ -10287,7 +10288,8 @@ const assets = {
|
|
|
10287
10288
|
socials: {
|
|
10288
10289
|
website: 'https://astroport.fi/',
|
|
10289
10290
|
twitter: 'https://twitter.com/astroport_fi'
|
|
10290
|
-
}
|
|
10291
|
+
},
|
|
10292
|
+
coingecko_id: 'astroport-fi'
|
|
10291
10293
|
},
|
|
10292
10294
|
{
|
|
10293
10295
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -15562,7 +15564,8 @@ const assets = {
|
|
|
15562
15564
|
}],
|
|
15563
15565
|
logo_URIs: {
|
|
15564
15566
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
15565
|
-
}
|
|
15567
|
+
},
|
|
15568
|
+
coingecko_id: 'astroport-fi'
|
|
15566
15569
|
},
|
|
15567
15570
|
{
|
|
15568
15571
|
denom_units: [{
|
|
@@ -19163,7 +19166,8 @@ const assets = {
|
|
|
19163
19166
|
socials: {
|
|
19164
19167
|
website: 'https://astroport.fi/',
|
|
19165
19168
|
twitter: 'https://twitter.com/astroport_fi'
|
|
19166
|
-
}
|
|
19169
|
+
},
|
|
19170
|
+
coingecko_id: 'astroport-fi'
|
|
19167
19171
|
},
|
|
19168
19172
|
{
|
|
19169
19173
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|