@chain-registry/osmosis 1.67.199 → 1.67.200

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
@@ -22443,13 +22443,13 @@ const assets = {
22443
22443
  denom: 'factory/osmo1are7fpe5l6jzm9sjn7u4qkq6q77wwrrsxzlyw8lcegmmaxdukvuq4h46dx/LABS',
22444
22444
  exponent: 0
22445
22445
  }, {
22446
- denom: 'labs',
22446
+ denom: 'LABS',
22447
22447
  exponent: 6
22448
22448
  }],
22449
22449
  type_asset: 'sdk.coin',
22450
22450
  base: 'factory/osmo1are7fpe5l6jzm9sjn7u4qkq6q77wwrrsxzlyw8lcegmmaxdukvuq4h46dx/LABS',
22451
22451
  name: 'Labrador',
22452
- display: 'labs',
22452
+ display: 'LABS',
22453
22453
  symbol: 'LABS',
22454
22454
  logo_URIs: {
22455
22455
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LABS.png'
package/chain.js CHANGED
@@ -707,6 +707,10 @@ const chain = {
707
707
  {
708
708
  address: 'https://osmosis-mainnet-tendermint.reliableninjas.com',
709
709
  provider: 'Reliable Ninjas'
710
+ },
711
+ {
712
+ address: 'https://osmosis-rpc.highstakes.ch',
713
+ provider: 'High Stakes 🇨🇭'
710
714
  }
711
715
  ],
712
716
  rest: [
@@ -821,6 +825,10 @@ const chain = {
821
825
  {
822
826
  address: 'https://osmosis-mainnet-cosmos.reliableninjas.com',
823
827
  provider: 'Reliable Ninjas'
828
+ },
829
+ {
830
+ address: 'https://osmosis-api.highstakes.ch',
831
+ provider: 'High Stakes 🇨🇭'
824
832
  }
825
833
  ],
826
834
  grpc: [
package/esm/assets.js CHANGED
@@ -22441,13 +22441,13 @@ const assets = {
22441
22441
  denom: 'factory/osmo1are7fpe5l6jzm9sjn7u4qkq6q77wwrrsxzlyw8lcegmmaxdukvuq4h46dx/LABS',
22442
22442
  exponent: 0
22443
22443
  }, {
22444
- denom: 'labs',
22444
+ denom: 'LABS',
22445
22445
  exponent: 6
22446
22446
  }],
22447
22447
  type_asset: 'sdk.coin',
22448
22448
  base: 'factory/osmo1are7fpe5l6jzm9sjn7u4qkq6q77wwrrsxzlyw8lcegmmaxdukvuq4h46dx/LABS',
22449
22449
  name: 'Labrador',
22450
- display: 'labs',
22450
+ display: 'LABS',
22451
22451
  symbol: 'LABS',
22452
22452
  logo_URIs: {
22453
22453
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LABS.png'
package/esm/chain.js CHANGED
@@ -705,6 +705,10 @@ const chain = {
705
705
  {
706
706
  address: 'https://osmosis-mainnet-tendermint.reliableninjas.com',
707
707
  provider: 'Reliable Ninjas'
708
+ },
709
+ {
710
+ address: 'https://osmosis-rpc.highstakes.ch',
711
+ provider: 'High Stakes 🇨🇭'
708
712
  }
709
713
  ],
710
714
  rest: [
@@ -819,6 +823,10 @@ const chain = {
819
823
  {
820
824
  address: 'https://osmosis-mainnet-cosmos.reliableninjas.com',
821
825
  provider: 'Reliable Ninjas'
826
+ },
827
+ {
828
+ address: 'https://osmosis-api.highstakes.ch',
829
+ provider: 'High Stakes 🇨🇭'
822
830
  }
823
831
  ],
824
832
  grpc: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.199",
3
+ "version": "1.67.200",
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.199"
32
+ "@chain-registry/types": "^0.50.200"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "6ead1f693e34ec8164ca44db06e71302d1e94de0"
41
+ "gitHead": "76a12808f7dd127a64f003a9cf963038850d7520"
42
42
  }