@chain-registry/osmosis 1.67.74 → 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/esm/asset_list.js
CHANGED
|
@@ -36622,7 +36622,8 @@ const asset_list = {
|
|
|
36622
36622
|
}],
|
|
36623
36623
|
logo_URIs: {
|
|
36624
36624
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
36625
|
-
}
|
|
36625
|
+
},
|
|
36626
|
+
coingecko_id: 'astroport-fi'
|
|
36626
36627
|
},
|
|
36627
36628
|
{
|
|
36628
36629
|
denom_units: [{
|
|
@@ -40223,7 +40224,8 @@ const asset_list = {
|
|
|
40223
40224
|
socials: {
|
|
40224
40225
|
website: 'https://astroport.fi/',
|
|
40225
40226
|
twitter: 'https://twitter.com/astroport_fi'
|
|
40226
|
-
}
|
|
40227
|
+
},
|
|
40228
|
+
coingecko_id: 'astroport-fi'
|
|
40227
40229
|
},
|
|
40228
40230
|
{
|
|
40229
40231
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -45498,7 +45500,8 @@ const asset_list = {
|
|
|
45498
45500
|
}],
|
|
45499
45501
|
logo_URIs: {
|
|
45500
45502
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
45501
|
-
}
|
|
45503
|
+
},
|
|
45504
|
+
coingecko_id: 'astroport-fi'
|
|
45502
45505
|
},
|
|
45503
45506
|
{
|
|
45504
45507
|
denom_units: [{
|
|
@@ -49099,7 +49102,8 @@ const asset_list = {
|
|
|
49099
49102
|
socials: {
|
|
49100
49103
|
website: 'https://astroport.fi/',
|
|
49101
49104
|
twitter: 'https://twitter.com/astroport_fi'
|
|
49102
|
-
}
|
|
49105
|
+
},
|
|
49106
|
+
coingecko_id: 'astroport-fi'
|
|
49103
49107
|
},
|
|
49104
49108
|
{
|
|
49105
49109
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|