@chain-registry/osmosis 1.67.75 → 1.67.76
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 -4
- package/assets.js +306 -153
- package/esm/asset_list.js +8 -4
- package/esm/assets.js +306 -153
- package/esm/testnet_assets.js +12 -6
- package/package.json +3 -3
- package/testnet_assets.js +12 -6
package/asset_list.js
CHANGED
|
@@ -36624,7 +36624,8 @@ const asset_list = {
|
|
|
36624
36624
|
}],
|
|
36625
36625
|
logo_URIs: {
|
|
36626
36626
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
36627
|
-
}
|
|
36627
|
+
},
|
|
36628
|
+
coingecko_id: 'astroport-fi'
|
|
36628
36629
|
},
|
|
36629
36630
|
{
|
|
36630
36631
|
denom_units: [{
|
|
@@ -40225,7 +40226,8 @@ const asset_list = {
|
|
|
40225
40226
|
socials: {
|
|
40226
40227
|
website: 'https://astroport.fi/',
|
|
40227
40228
|
twitter: 'https://twitter.com/astroport_fi'
|
|
40228
|
-
}
|
|
40229
|
+
},
|
|
40230
|
+
coingecko_id: 'astroport-fi'
|
|
40229
40231
|
},
|
|
40230
40232
|
{
|
|
40231
40233
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -45500,7 +45502,8 @@ const asset_list = {
|
|
|
45500
45502
|
}],
|
|
45501
45503
|
logo_URIs: {
|
|
45502
45504
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
45503
|
-
}
|
|
45505
|
+
},
|
|
45506
|
+
coingecko_id: 'astroport-fi'
|
|
45504
45507
|
},
|
|
45505
45508
|
{
|
|
45506
45509
|
denom_units: [{
|
|
@@ -49101,7 +49104,8 @@ const asset_list = {
|
|
|
49101
49104
|
socials: {
|
|
49102
49105
|
website: 'https://astroport.fi/',
|
|
49103
49106
|
twitter: 'https://twitter.com/astroport_fi'
|
|
49104
|
-
}
|
|
49107
|
+
},
|
|
49108
|
+
coingecko_id: 'astroport-fi'
|
|
49105
49109
|
},
|
|
49106
49110
|
{
|
|
49107
49111
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|