@chain-registry/osmosis 1.67.292 → 1.67.293

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/assets.js CHANGED
@@ -16217,7 +16217,8 @@ const assets = {
16217
16217
  }]
16218
16218
  },
16219
16219
  {
16220
- description: 'Leg token',
16220
+ description: 'Legend token',
16221
+ extended_description: '$LEG is the Red Planet’s meme token, integrating the game economy, rewards, staking, and value circulation within the entire Red Planet ecosystem. It’s more than just an asset — it’s the Red Planet’s circulatory system, powering all products, missions, and ventures — from NFTs and DAO mechanics to RWAs and gaming activities.',
16221
16222
  denom_units: [{
16222
16223
  denom: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
16223
16224
  exponent: 0
@@ -16235,7 +16236,11 @@ const assets = {
16235
16236
  },
16236
16237
  images: [{
16237
16238
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
16238
- }]
16239
+ }],
16240
+ socials: {
16241
+ website: 'https://redplanetdna.com',
16242
+ x: 'https://x.com/Red_Planet_Dao'
16243
+ }
16239
16244
  },
16240
16245
  {
16241
16246
  description: 'Tether USDt from Ethereum via Peggy bridge.',
package/esm/assets.js CHANGED
@@ -16215,7 +16215,8 @@ const assets = {
16215
16215
  }]
16216
16216
  },
16217
16217
  {
16218
- description: 'Leg token',
16218
+ description: 'Legend token',
16219
+ extended_description: '$LEG is the Red Planet’s meme token, integrating the game economy, rewards, staking, and value circulation within the entire Red Planet ecosystem. It’s more than just an asset — it’s the Red Planet’s circulatory system, powering all products, missions, and ventures — from NFTs and DAO mechanics to RWAs and gaming activities.',
16219
16220
  denom_units: [{
16220
16221
  denom: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
16221
16222
  exponent: 0
@@ -16233,7 +16234,11 @@ const assets = {
16233
16234
  },
16234
16235
  images: [{
16235
16236
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
16236
- }]
16237
+ }],
16238
+ socials: {
16239
+ website: 'https://redplanetdna.com',
16240
+ x: 'https://x.com/Red_Planet_Dao'
16241
+ }
16237
16242
  },
16238
16243
  {
16239
16244
  description: 'Tether USDt from Ethereum via Peggy bridge.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.292",
3
+ "version": "1.67.293",
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.292"
32
+ "@chain-registry/types": "^0.50.293"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "c2bfc7dc2dae491b614dd99806c0907f8d020dfc"
41
+ "gitHead": "8b0553285d9d8e9f9f1d95e49f85ceafbaca11bb"
42
42
  }