@chain-registry/osmosis 1.67.44 → 1.67.46

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
@@ -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/chain.js CHANGED
@@ -173,6 +173,10 @@ const chain = {
173
173
  {
174
174
  address: 'https://osmosis-rpc.chainroot.io',
175
175
  provider: 'Chainroot'
176
+ },
177
+ {
178
+ address: 'https://osmosis.rpc.quasarstaking.ai:443',
179
+ provider: 'Quasar'
176
180
  }
177
181
  ],
178
182
  rest: [
@@ -279,6 +283,10 @@ const chain = {
279
283
  {
280
284
  address: 'https://osmosis-api.chainroot.io',
281
285
  provider: 'Chainroot'
286
+ },
287
+ {
288
+ address: 'https://osmosis.api.quasarstaking.ai:443',
289
+ provider: 'Quasar'
282
290
  }
283
291
  ],
284
292
  grpc: [
@@ -353,6 +361,10 @@ const chain = {
353
361
  {
354
362
  address: 'osmosis-grpc.chainroot.io:443',
355
363
  provider: 'Chainroot'
364
+ },
365
+ {
366
+ address: 'osmosis.grpc.quasarstaking.ai:443',
367
+ provider: 'Quasar'
356
368
  }
357
369
  ]
358
370
  },
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/esm/chain.js CHANGED
@@ -171,6 +171,10 @@ const chain = {
171
171
  {
172
172
  address: 'https://osmosis-rpc.chainroot.io',
173
173
  provider: 'Chainroot'
174
+ },
175
+ {
176
+ address: 'https://osmosis.rpc.quasarstaking.ai:443',
177
+ provider: 'Quasar'
174
178
  }
175
179
  ],
176
180
  rest: [
@@ -277,6 +281,10 @@ const chain = {
277
281
  {
278
282
  address: 'https://osmosis-api.chainroot.io',
279
283
  provider: 'Chainroot'
284
+ },
285
+ {
286
+ address: 'https://osmosis.api.quasarstaking.ai:443',
287
+ provider: 'Quasar'
280
288
  }
281
289
  ],
282
290
  grpc: [
@@ -351,6 +359,10 @@ const chain = {
351
359
  {
352
360
  address: 'osmosis-grpc.chainroot.io:443',
353
361
  provider: 'Chainroot'
362
+ },
363
+ {
364
+ address: 'osmosis.grpc.quasarstaking.ai:443',
365
+ provider: 'Quasar'
354
366
  }
355
367
  ]
356
368
  },
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.46",
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.46"
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": "4b34f37de4920a8b55f325a30d416942afa5998c"
42
42
  }