@chain-registry/osmosis 1.67.44 → 1.67.45

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 +26 -0
  2. package/esm/assets.js +26 -0
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -22215,6 +22215,32 @@ const assets = {
22215
22215
  circle: true
22216
22216
  }
22217
22217
  }]
22218
+ },
22219
+ {
22220
+ description: 'ashION - Burned ION',
22221
+ extended_description: 'ashION - receipt token recieved when burning ION via ASH DAOs Furnace',
22222
+ denom_units: [{
22223
+ denom: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/ion.ash',
22224
+ exponent: 0
22225
+ }, {
22226
+ denom: 'ashION',
22227
+ exponent: 6
22228
+ }],
22229
+ type_asset: 'sdk.coin',
22230
+ address: 'osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07',
22231
+ base: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/ion.ash',
22232
+ name: 'Burned ION',
22233
+ display: 'ashION',
22234
+ symbol: 'ashION',
22235
+ logo_URIs: {
22236
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashion.png'
22237
+ },
22238
+ images: [{
22239
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashion.png',
22240
+ theme: {
22241
+ primary_color_hex: '#ebb093'
22242
+ }
22243
+ }]
22218
22244
  }
22219
22245
  ]
22220
22246
  };
package/esm/assets.js CHANGED
@@ -22213,6 +22213,32 @@ const assets = {
22213
22213
  circle: true
22214
22214
  }
22215
22215
  }]
22216
+ },
22217
+ {
22218
+ description: 'ashION - Burned ION',
22219
+ extended_description: 'ashION - receipt token recieved when burning ION via ASH DAOs Furnace',
22220
+ denom_units: [{
22221
+ denom: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/ion.ash',
22222
+ exponent: 0
22223
+ }, {
22224
+ denom: 'ashION',
22225
+ exponent: 6
22226
+ }],
22227
+ type_asset: 'sdk.coin',
22228
+ address: 'osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07',
22229
+ base: 'factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/ion.ash',
22230
+ name: 'Burned ION',
22231
+ display: 'ashION',
22232
+ symbol: 'ashION',
22233
+ logo_URIs: {
22234
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashion.png'
22235
+ },
22236
+ images: [{
22237
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashion.png',
22238
+ theme: {
22239
+ primary_color_hex: '#ebb093'
22240
+ }
22241
+ }]
22216
22242
  }
22217
22243
  ]
22218
22244
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.44",
3
+ "version": "1.67.45",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.44"
32
+ "@chain-registry/types": "^0.50.45"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "f997a9555b7958d56a04a13d2730e10e06b0979d"
41
+ "gitHead": "f035ebcb75cc882ee5368f491ddb3a129b20ef16"
42
42
  }