@chain-registry/osmosis 1.67.224 → 1.67.226

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 CHANGED
@@ -5088,7 +5088,7 @@ const asset_list = {
5088
5088
  }]
5089
5089
  },
5090
5090
  {
5091
- description: 'The native token of Medas Digital Network',
5091
+ description: 'Utility token for decentralized scientific computing. Used to pay provider nodes for executing computational jobs including N-body simulations, orbital analysis, and large-scale parameter searches.',
5092
5092
  denom_units: [{
5093
5093
  denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
5094
5094
  exponent: 0,
@@ -5108,6 +5108,10 @@ const asset_list = {
5108
5108
  images: [{
5109
5109
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
5110
5110
  }],
5111
+ socials: {
5112
+ website: 'https://medas-digital.io/',
5113
+ twitter: 'https://x.com/medasdigital'
5114
+ },
5111
5115
  type_asset: 'sdk.coin',
5112
5116
  traces: [{
5113
5117
  type: 'ibc',
@@ -11317,7 +11321,7 @@ const asset_list = {
11317
11321
  }]
11318
11322
  },
11319
11323
  {
11320
- description: 'The native token of Medas Digital Network',
11324
+ description: 'Utility token for decentralized scientific computing. Used to pay provider nodes for executing computational jobs including N-body simulations, orbital analysis, and large-scale parameter searches.',
11321
11325
  denom_units: [{
11322
11326
  denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
11323
11327
  exponent: 0,
@@ -11337,6 +11341,10 @@ const asset_list = {
11337
11341
  images: [{
11338
11342
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
11339
11343
  }],
11344
+ socials: {
11345
+ website: 'https://medas-digital.io/',
11346
+ twitter: 'https://x.com/medasdigital'
11347
+ },
11340
11348
  type_asset: 'sdk.coin',
11341
11349
  traces: [{
11342
11350
  type: 'ibc',
package/esm/asset_list.js CHANGED
@@ -5086,7 +5086,7 @@ const asset_list = {
5086
5086
  }]
5087
5087
  },
5088
5088
  {
5089
- description: 'The native token of Medas Digital Network',
5089
+ description: 'Utility token for decentralized scientific computing. Used to pay provider nodes for executing computational jobs including N-body simulations, orbital analysis, and large-scale parameter searches.',
5090
5090
  denom_units: [{
5091
5091
  denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
5092
5092
  exponent: 0,
@@ -5106,6 +5106,10 @@ const asset_list = {
5106
5106
  images: [{
5107
5107
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
5108
5108
  }],
5109
+ socials: {
5110
+ website: 'https://medas-digital.io/',
5111
+ twitter: 'https://x.com/medasdigital'
5112
+ },
5109
5113
  type_asset: 'sdk.coin',
5110
5114
  traces: [{
5111
5115
  type: 'ibc',
@@ -11315,7 +11319,7 @@ const asset_list = {
11315
11319
  }]
11316
11320
  },
11317
11321
  {
11318
- description: 'The native token of Medas Digital Network',
11322
+ description: 'Utility token for decentralized scientific computing. Used to pay provider nodes for executing computational jobs including N-body simulations, orbital analysis, and large-scale parameter searches.',
11319
11323
  denom_units: [{
11320
11324
  denom: 'ibc/FBBC35295AA037DC0A77796B08DC3003EC918E18E75D61D675A0EEAC0643F36C',
11321
11325
  exponent: 0,
@@ -11335,6 +11339,10 @@ const asset_list = {
11335
11339
  images: [{
11336
11340
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
11337
11341
  }],
11342
+ socials: {
11343
+ website: 'https://medas-digital.io/',
11344
+ twitter: 'https://x.com/medasdigital'
11345
+ },
11338
11346
  type_asset: 'sdk.coin',
11339
11347
  traces: [{
11340
11348
  type: 'ibc',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.224",
3
+ "version": "1.67.226",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.224"
32
+ "@chain-registry/types": "^0.50.226"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "ee91b452fc9c6c803d43c5bf4623054ab5d00c99"
41
+ "gitHead": "b923d2ca30ff7ac5f74adcac434e762e7860ed23"
42
42
  }