@chain-registry/osmosis 1.67.145 → 1.67.146

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.
Files changed (3) hide show
  1. package/assets.js +37 -0
  2. package/esm/assets.js +37 -0
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -24770,6 +24770,43 @@ const assets = {
24770
24770
  primary_color_hex: '#3d3d3d'
24771
24771
  }
24772
24772
  }]
24773
+ },
24774
+ {
24775
+ description: 'OPHIR is a Cosmos Treasury DAO',
24776
+ extended_description: 'The ancient city of gold',
24777
+ denom_units: [{
24778
+ denom: 'ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14',
24779
+ exponent: 0,
24780
+ aliases: ['factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir']
24781
+ }, {
24782
+ denom: 'OPHIR',
24783
+ exponent: 6
24784
+ }],
24785
+ type_asset: 'ics20',
24786
+ base: 'ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14',
24787
+ name: 'Ophir DAO',
24788
+ display: 'OPHIR',
24789
+ symbol: 'OPHIR',
24790
+ traces: [{
24791
+ type: 'ibc',
24792
+ counterparty: {
24793
+ chain_name: 'migaloo',
24794
+ base_denom: 'factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir',
24795
+ channel_id: 'channel-5'
24796
+ },
24797
+ chain: {
24798
+ channel_id: 'channel-642',
24799
+ path: 'transfer/channel-642/factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir'
24800
+ }
24801
+ }],
24802
+ logo_URIs: {
24803
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png'
24804
+ },
24805
+ socials: {
24806
+ website: 'https://www.ophirdao.com',
24807
+ twitter: 'https://x.com/OphirDAO'
24808
+ },
24809
+ keywords: ['dao']
24773
24810
  }
24774
24811
  ]
24775
24812
  };
package/esm/assets.js CHANGED
@@ -24768,6 +24768,43 @@ const assets = {
24768
24768
  primary_color_hex: '#3d3d3d'
24769
24769
  }
24770
24770
  }]
24771
+ },
24772
+ {
24773
+ description: 'OPHIR is a Cosmos Treasury DAO',
24774
+ extended_description: 'The ancient city of gold',
24775
+ denom_units: [{
24776
+ denom: 'ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14',
24777
+ exponent: 0,
24778
+ aliases: ['factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir']
24779
+ }, {
24780
+ denom: 'OPHIR',
24781
+ exponent: 6
24782
+ }],
24783
+ type_asset: 'ics20',
24784
+ base: 'ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14',
24785
+ name: 'Ophir DAO',
24786
+ display: 'OPHIR',
24787
+ symbol: 'OPHIR',
24788
+ traces: [{
24789
+ type: 'ibc',
24790
+ counterparty: {
24791
+ chain_name: 'migaloo',
24792
+ base_denom: 'factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir',
24793
+ channel_id: 'channel-5'
24794
+ },
24795
+ chain: {
24796
+ channel_id: 'channel-642',
24797
+ path: 'transfer/channel-642/factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir'
24798
+ }
24799
+ }],
24800
+ logo_URIs: {
24801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png'
24802
+ },
24803
+ socials: {
24804
+ website: 'https://www.ophirdao.com',
24805
+ twitter: 'https://x.com/OphirDAO'
24806
+ },
24807
+ keywords: ['dao']
24771
24808
  }
24772
24809
  ]
24773
24810
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.145",
3
+ "version": "1.67.146",
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.145"
32
+ "@chain-registry/types": "^0.50.146"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "147f28591265d92cb00c65e824744d12757c9202"
41
+ "gitHead": "5184335409d65741c9202e66418176236548fc7b"
42
42
  }