@chain-registry/osmosis 1.67.384 → 1.67.385

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/chain.js CHANGED
@@ -601,10 +601,6 @@ const chain = {
601
601
  address: 'https://osmosis-rpc.publicnode.com:443',
602
602
  provider: 'Allnodes ⚡️ Nodes & Staking'
603
603
  },
604
- {
605
- address: 'https://community.nuxian-node.ch:6797/osmosis/trpc',
606
- provider: 'PRO Delegators'
607
- },
608
604
  {
609
605
  address: 'http://rpc-osmosis.freshstaking.com:31657',
610
606
  provider: 'FreshSTAKING'
@@ -675,10 +671,6 @@ const chain = {
675
671
  address: 'https://osmosis-rest.publicnode.com',
676
672
  provider: 'Allnodes ⚡️ Nodes & Staking'
677
673
  },
678
- {
679
- address: 'https://community.nuxian-node.ch:6797/osmosis/crpc',
680
- provider: 'PRO Delegators'
681
- },
682
674
  {
683
675
  address: 'https://osmosis-api.stake-town.com',
684
676
  provider: 'StakeTown'
package/esm/chain.js CHANGED
@@ -599,10 +599,6 @@ const chain = {
599
599
  address: 'https://osmosis-rpc.publicnode.com:443',
600
600
  provider: 'Allnodes ⚡️ Nodes & Staking'
601
601
  },
602
- {
603
- address: 'https://community.nuxian-node.ch:6797/osmosis/trpc',
604
- provider: 'PRO Delegators'
605
- },
606
602
  {
607
603
  address: 'http://rpc-osmosis.freshstaking.com:31657',
608
604
  provider: 'FreshSTAKING'
@@ -673,10 +669,6 @@ const chain = {
673
669
  address: 'https://osmosis-rest.publicnode.com',
674
670
  provider: 'Allnodes ⚡️ Nodes & Staking'
675
671
  },
676
- {
677
- address: 'https://community.nuxian-node.ch:6797/osmosis/crpc',
678
- provider: 'PRO Delegators'
679
- },
680
672
  {
681
673
  address: 'https://osmosis-api.stake-town.com',
682
674
  provider: 'StakeTown'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.384",
3
+ "version": "1.67.385",
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.384"
32
+ "@chain-registry/types": "^0.50.385"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "b3416358d443a328246587dd99c6fd252af8120b"
41
+ "gitHead": "c4b0d70d3f91a3e53865ac3b5b6d0bb9e03568c5"
42
42
  }