@chain-registry/osmosis 1.67.195 → 1.67.197

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.
Files changed (3) hide show
  1. package/assets.js +25 -0
  2. package/esm/assets.js +25 -0
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -22436,6 +22436,31 @@ const assets = {
22436
22436
  images: [{
22437
22437
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usd.svg'
22438
22438
  }]
22439
+ },
22440
+ {
22441
+ description: 'Community-secured Meme token on Osmosis',
22442
+ denom_units: [{
22443
+ denom: 'factory/osmo1are7fpe5l6jzm9sjn7u4qkq6q77wwrrsxzlyw8lcegmmaxdukvuq4h46dx/LABS',
22444
+ exponent: 0
22445
+ }, {
22446
+ denom: 'labs',
22447
+ exponent: 6
22448
+ }],
22449
+ type_asset: 'sdk.coin',
22450
+ base: 'factory/osmo1are7fpe5l6jzm9sjn7u4qkq6q77wwrrsxzlyw8lcegmmaxdukvuq4h46dx/LABS',
22451
+ name: 'Labrador',
22452
+ display: 'labs',
22453
+ symbol: 'LABS',
22454
+ logo_URIs: {
22455
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LABS.png'
22456
+ },
22457
+ images: [{
22458
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LABS.png'
22459
+ }],
22460
+ keywords: ['meme'],
22461
+ socials: {
22462
+ website: 'https://daodao.zone/dao/osmo10hgl747acm8h648xv9qrxkv3vyvv266yffs4aka7qjcr0659lnqs4ypu7v'
22463
+ }
22439
22464
  }
22440
22465
  ]
22441
22466
  };
package/esm/assets.js CHANGED
@@ -22434,6 +22434,31 @@ const assets = {
22434
22434
  images: [{
22435
22435
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usd.svg'
22436
22436
  }]
22437
+ },
22438
+ {
22439
+ description: 'Community-secured Meme token on Osmosis',
22440
+ denom_units: [{
22441
+ denom: 'factory/osmo1are7fpe5l6jzm9sjn7u4qkq6q77wwrrsxzlyw8lcegmmaxdukvuq4h46dx/LABS',
22442
+ exponent: 0
22443
+ }, {
22444
+ denom: 'labs',
22445
+ exponent: 6
22446
+ }],
22447
+ type_asset: 'sdk.coin',
22448
+ base: 'factory/osmo1are7fpe5l6jzm9sjn7u4qkq6q77wwrrsxzlyw8lcegmmaxdukvuq4h46dx/LABS',
22449
+ name: 'Labrador',
22450
+ display: 'labs',
22451
+ symbol: 'LABS',
22452
+ logo_URIs: {
22453
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LABS.png'
22454
+ },
22455
+ images: [{
22456
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LABS.png'
22457
+ }],
22458
+ keywords: ['meme'],
22459
+ socials: {
22460
+ website: 'https://daodao.zone/dao/osmo10hgl747acm8h648xv9qrxkv3vyvv266yffs4aka7qjcr0659lnqs4ypu7v'
22461
+ }
22437
22462
  }
22438
22463
  ]
22439
22464
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.195",
3
+ "version": "1.67.197",
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.195"
32
+ "@chain-registry/types": "^0.50.197"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "e44db002202924d344411fbf42a6993136dd22a5"
41
+ "gitHead": "12426a65b609ab0ce2f0d9bde29a9b2348770540"
42
42
  }