@chain-registry/osmosis 1.67.93 → 1.67.95

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
@@ -711,6 +711,10 @@ const chain = {
711
711
  {
712
712
  address: 'https://osmosis.rpc.quasarstaking.ai:443',
713
713
  provider: 'Quasar'
714
+ },
715
+ {
716
+ address: 'https://osmosis-mainnet-tendermint.reliableninjas.com',
717
+ provider: 'Reliable Ninjas'
714
718
  }
715
719
  ],
716
720
  rest: [
@@ -821,6 +825,10 @@ const chain = {
821
825
  {
822
826
  address: 'https://osmosis.api.quasarstaking.ai:443',
823
827
  provider: 'Quasar'
828
+ },
829
+ {
830
+ address: 'https://osmosis-mainnet-cosmos.reliableninjas.com',
831
+ provider: 'Reliable Ninjas'
824
832
  }
825
833
  ],
826
834
  grpc: [
@@ -899,6 +907,10 @@ const chain = {
899
907
  {
900
908
  address: 'osmosis.grpc.quasarstaking.ai:443',
901
909
  provider: 'Quasar'
910
+ },
911
+ {
912
+ address: 'osmosis-mainnet-grpc.reliableninjas.com:443',
913
+ provider: 'Reliable Ninjas'
902
914
  }
903
915
  ]
904
916
  },
package/esm/chain.js CHANGED
@@ -709,6 +709,10 @@ const chain = {
709
709
  {
710
710
  address: 'https://osmosis.rpc.quasarstaking.ai:443',
711
711
  provider: 'Quasar'
712
+ },
713
+ {
714
+ address: 'https://osmosis-mainnet-tendermint.reliableninjas.com',
715
+ provider: 'Reliable Ninjas'
712
716
  }
713
717
  ],
714
718
  rest: [
@@ -819,6 +823,10 @@ const chain = {
819
823
  {
820
824
  address: 'https://osmosis.api.quasarstaking.ai:443',
821
825
  provider: 'Quasar'
826
+ },
827
+ {
828
+ address: 'https://osmosis-mainnet-cosmos.reliableninjas.com',
829
+ provider: 'Reliable Ninjas'
822
830
  }
823
831
  ],
824
832
  grpc: [
@@ -897,6 +905,10 @@ const chain = {
897
905
  {
898
906
  address: 'osmosis.grpc.quasarstaking.ai:443',
899
907
  provider: 'Quasar'
908
+ },
909
+ {
910
+ address: 'osmosis-mainnet-grpc.reliableninjas.com:443',
911
+ provider: 'Reliable Ninjas'
900
912
  }
901
913
  ]
902
914
  },
package/esm/testnet.js CHANGED
@@ -49,14 +49,23 @@ const testnet = {
49
49
  rpc: [{
50
50
  address: 'https://rpc.osmotest5.osmosis.zone/',
51
51
  provider: 'Osmosis'
52
+ }, {
53
+ address: 'https://osmosis-testnet-tendermint.reliableninjas.com',
54
+ provider: 'Reliable Ninjas'
52
55
  }],
53
56
  rest: [{
54
57
  address: 'https://lcd.osmotest5.osmosis.zone/',
55
58
  provider: 'Osmosis'
59
+ }, {
60
+ address: 'https://osmosis-testnet-cosmos.reliableninjas.com',
61
+ provider: 'Reliable Ninjas'
56
62
  }],
57
63
  grpc: [{
58
64
  address: 'https://grpc.osmotest5.osmosis.zone/',
59
65
  provider: 'Osmosis'
66
+ }, {
67
+ address: 'osmosis-testnet-grpc.reliableninjas.com:443',
68
+ provider: 'Reliable Ninjas'
60
69
  }]
61
70
  },
62
71
  logo_URIs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.93",
3
+ "version": "1.67.95",
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.93"
32
+ "@chain-registry/types": "^0.50.95"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "af64d231b142063fc9710caa2fb2349b562beb9a"
41
+ "gitHead": "284b7948b3f48261a9da884c9a6eb04e6c139ddf"
42
42
  }
package/testnet.js CHANGED
@@ -51,14 +51,23 @@ const testnet = {
51
51
  rpc: [{
52
52
  address: 'https://rpc.osmotest5.osmosis.zone/',
53
53
  provider: 'Osmosis'
54
+ }, {
55
+ address: 'https://osmosis-testnet-tendermint.reliableninjas.com',
56
+ provider: 'Reliable Ninjas'
54
57
  }],
55
58
  rest: [{
56
59
  address: 'https://lcd.osmotest5.osmosis.zone/',
57
60
  provider: 'Osmosis'
61
+ }, {
62
+ address: 'https://osmosis-testnet-cosmos.reliableninjas.com',
63
+ provider: 'Reliable Ninjas'
58
64
  }],
59
65
  grpc: [{
60
66
  address: 'https://grpc.osmotest5.osmosis.zone/',
61
67
  provider: 'Osmosis'
68
+ }, {
69
+ address: 'osmosis-testnet-grpc.reliableninjas.com:443',
70
+ provider: 'Reliable Ninjas'
62
71
  }]
63
72
  },
64
73
  logo_URIs: {