@chain-registry/osmosis 1.67.272 → 1.67.273

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 +22 -0
  2. package/esm/assets.js +22 -0
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -22780,6 +22780,28 @@ const assets = {
22780
22780
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
22781
22781
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22782
22782
  }]
22783
+ },
22784
+ {
22785
+ description: 'SLAYER OF ZEROS ',
22786
+ denom_units: [{
22787
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/slayer',
22788
+ exponent: 0
22789
+ }, {
22790
+ denom: 'SLAYER',
22791
+ exponent: 6
22792
+ }],
22793
+ type_asset: 'sdk.coin',
22794
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
22795
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/slayer',
22796
+ name: 'SLAYER',
22797
+ display: 'SLAYER',
22798
+ symbol: 'SLAYER',
22799
+ logo_URIs: {
22800
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
22801
+ },
22802
+ images: [{
22803
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
22804
+ }]
22783
22805
  }
22784
22806
  ]
22785
22807
  };
package/esm/assets.js CHANGED
@@ -22778,6 +22778,28 @@ const assets = {
22778
22778
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
22779
22779
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22780
22780
  }]
22781
+ },
22782
+ {
22783
+ description: 'SLAYER OF ZEROS ',
22784
+ denom_units: [{
22785
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/slayer',
22786
+ exponent: 0
22787
+ }, {
22788
+ denom: 'SLAYER',
22789
+ exponent: 6
22790
+ }],
22791
+ type_asset: 'sdk.coin',
22792
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
22793
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/slayer',
22794
+ name: 'SLAYER',
22795
+ display: 'SLAYER',
22796
+ symbol: 'SLAYER',
22797
+ logo_URIs: {
22798
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
22799
+ },
22800
+ images: [{
22801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
22802
+ }]
22781
22803
  }
22782
22804
  ]
22783
22805
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.272",
3
+ "version": "1.67.273",
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.272"
32
+ "@chain-registry/types": "^0.50.273"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "bb9284f0dd61ffadfc5862f86f7a2af19f3dbcaf"
41
+ "gitHead": "4e40179fb2c7e47bb2738e3111d31c4e650ddddc"
42
42
  }