@chain-registry/osmosis 1.67.263 → 1.67.265

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/asset_list.js CHANGED
@@ -3240,7 +3240,6 @@ const asset_list = {
3240
3240
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
3241
3241
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
3242
3242
  },
3243
- coingecko_id: 'fx-coin',
3244
3243
  images: [{
3245
3244
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
3246
3245
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
@@ -9531,7 +9530,6 @@ const asset_list = {
9531
9530
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
9532
9531
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
9533
9532
  },
9534
- coingecko_id: 'fx-coin',
9535
9533
  images: [{
9536
9534
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
9537
9535
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
package/assets.js CHANGED
@@ -9858,8 +9858,7 @@ const assets = {
9858
9858
  },
9859
9859
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
9860
9860
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
9861
- }],
9862
- coingecko_id: 'fx-coin'
9861
+ }]
9863
9862
  },
9864
9863
  {
9865
9864
  description: 'Bitcoin. On Cosmos.',
package/chain.js CHANGED
@@ -640,6 +640,10 @@ const chain = {
640
640
  {
641
641
  address: 'https://rpc.osmosis.citizenweb3.com/',
642
642
  provider: 'Citizen Web3'
643
+ },
644
+ {
645
+ address: 'https://osmosis.api.pocket.network',
646
+ provider: 'Pocket Network'
643
647
  }
644
648
  ],
645
649
  rest: [
@@ -702,6 +706,10 @@ const chain = {
702
706
  {
703
707
  address: 'https://api.osmosis.citizenweb3.com/',
704
708
  provider: 'Citizen Web3'
709
+ },
710
+ {
711
+ address: 'https://osmosis.api.pocket.network',
712
+ provider: 'Pocket Network'
705
713
  }
706
714
  ],
707
715
  grpc: [
package/esm/asset_list.js CHANGED
@@ -3238,7 +3238,6 @@ const asset_list = {
3238
3238
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
3239
3239
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
3240
3240
  },
3241
- coingecko_id: 'fx-coin',
3242
3241
  images: [{
3243
3242
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
3244
3243
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
@@ -9529,7 +9528,6 @@ const asset_list = {
9529
9528
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
9530
9529
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
9531
9530
  },
9532
- coingecko_id: 'fx-coin',
9533
9531
  images: [{
9534
9532
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
9535
9533
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
package/esm/assets.js CHANGED
@@ -9856,8 +9856,7 @@ const assets = {
9856
9856
  },
9857
9857
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
9858
9858
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
9859
- }],
9860
- coingecko_id: 'fx-coin'
9859
+ }]
9861
9860
  },
9862
9861
  {
9863
9862
  description: 'Bitcoin. On Cosmos.',
package/esm/chain.js CHANGED
@@ -638,6 +638,10 @@ const chain = {
638
638
  {
639
639
  address: 'https://rpc.osmosis.citizenweb3.com/',
640
640
  provider: 'Citizen Web3'
641
+ },
642
+ {
643
+ address: 'https://osmosis.api.pocket.network',
644
+ provider: 'Pocket Network'
641
645
  }
642
646
  ],
643
647
  rest: [
@@ -700,6 +704,10 @@ const chain = {
700
704
  {
701
705
  address: 'https://api.osmosis.citizenweb3.com/',
702
706
  provider: 'Citizen Web3'
707
+ },
708
+ {
709
+ address: 'https://osmosis.api.pocket.network',
710
+ provider: 'Pocket Network'
703
711
  }
704
712
  ],
705
713
  grpc: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.263",
3
+ "version": "1.67.265",
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.263"
32
+ "@chain-registry/types": "^0.50.265"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "6a1606518a496f28459f887aa97ce7e060893d5f"
41
+ "gitHead": "33b8f0e63c7156a59bd54558029f7c019546aa46"
42
42
  }