@chain-registry/osmosis 1.67.95 → 1.67.96

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
@@ -907,10 +907,6 @@ const chain = {
907
907
  {
908
908
  address: 'osmosis.grpc.quasarstaking.ai:443',
909
909
  provider: 'Quasar'
910
- },
911
- {
912
- address: 'osmosis-mainnet-grpc.reliableninjas.com:443',
913
- provider: 'Reliable Ninjas'
914
910
  }
915
911
  ]
916
912
  },
package/esm/chain.js CHANGED
@@ -905,10 +905,6 @@ const chain = {
905
905
  {
906
906
  address: 'osmosis.grpc.quasarstaking.ai:443',
907
907
  provider: 'Quasar'
908
- },
909
- {
910
- address: 'osmosis-mainnet-grpc.reliableninjas.com:443',
911
- provider: 'Reliable Ninjas'
912
908
  }
913
909
  ]
914
910
  },
package/esm/testnet.js CHANGED
@@ -63,9 +63,6 @@ const testnet = {
63
63
  grpc: [{
64
64
  address: 'https://grpc.osmotest5.osmosis.zone/',
65
65
  provider: 'Osmosis'
66
- }, {
67
- address: 'osmosis-testnet-grpc.reliableninjas.com:443',
68
- provider: 'Reliable Ninjas'
69
66
  }]
70
67
  },
71
68
  logo_URIs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.95",
3
+ "version": "1.67.96",
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.95"
32
+ "@chain-registry/types": "^0.50.96"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "284b7948b3f48261a9da884c9a6eb04e6c139ddf"
41
+ "gitHead": "79f30f9d58141504bffe03f57af1ed5f86d196d2"
42
42
  }
package/testnet.js CHANGED
@@ -65,9 +65,6 @@ const testnet = {
65
65
  grpc: [{
66
66
  address: 'https://grpc.osmotest5.osmosis.zone/',
67
67
  provider: 'Osmosis'
68
- }, {
69
- address: 'osmosis-testnet-grpc.reliableninjas.com:443',
70
- provider: 'Reliable Ninjas'
71
68
  }]
72
69
  },
73
70
  logo_URIs: {