@chain-registry/osmosis 1.67.45 → 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.
Files changed (3) hide show
  1. package/chain.js +12 -0
  2. package/esm/chain.js +12 -0
  3. package/package.json +3 -3
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/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.45",
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.45"
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": "f035ebcb75cc882ee5368f491ddb3a129b20ef16"
41
+ "gitHead": "4b34f37de4920a8b55f325a30d416942afa5998c"
42
42
  }