@chain-registry/osmosis 1.67.284 → 1.67.285

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 +41 -0
  2. package/esm/assets.js +41 -0
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -22802,6 +22802,47 @@ const assets = {
22802
22802
  images: [{
22803
22803
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
22804
22804
  }]
22805
+ },
22806
+ {
22807
+ description: 'An alloy of EPIX asset variants on Osmosis.',
22808
+ extended_description: 'Multiple EPIX variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of EPIX.',
22809
+ denom_units: [{
22810
+ denom: 'factory/osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7/alloyed/allEPIX',
22811
+ exponent: 0
22812
+ }, {
22813
+ denom: 'allEPIX',
22814
+ exponent: 12
22815
+ }],
22816
+ type_asset: 'sdk.coin',
22817
+ address: 'osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7',
22818
+ base: 'factory/osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7/alloyed/allEPIX',
22819
+ name: 'Epix',
22820
+ display: 'allEPIX',
22821
+ symbol: 'EPIX',
22822
+ traces: [{
22823
+ type: 'synthetic',
22824
+ counterparty: {
22825
+ chain_name: 'epix',
22826
+ base_denom: 'aepix'
22827
+ },
22828
+ provider: 'Osmosis'
22829
+ }],
22830
+ logo_URIs: {
22831
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22832
+ },
22833
+ images: [{
22834
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg',
22835
+ theme: {
22836
+ circle: true
22837
+ }
22838
+ }, {
22839
+ image_sync: {
22840
+ chain_name: 'epix',
22841
+ base_denom: 'aepix'
22842
+ },
22843
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
22844
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22845
+ }]
22805
22846
  }
22806
22847
  ]
22807
22848
  };
package/esm/assets.js CHANGED
@@ -22800,6 +22800,47 @@ const assets = {
22800
22800
  images: [{
22801
22801
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
22802
22802
  }]
22803
+ },
22804
+ {
22805
+ description: 'An alloy of EPIX asset variants on Osmosis.',
22806
+ extended_description: 'Multiple EPIX variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of EPIX.',
22807
+ denom_units: [{
22808
+ denom: 'factory/osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7/alloyed/allEPIX',
22809
+ exponent: 0
22810
+ }, {
22811
+ denom: 'allEPIX',
22812
+ exponent: 12
22813
+ }],
22814
+ type_asset: 'sdk.coin',
22815
+ address: 'osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7',
22816
+ base: 'factory/osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7/alloyed/allEPIX',
22817
+ name: 'Epix',
22818
+ display: 'allEPIX',
22819
+ symbol: 'EPIX',
22820
+ traces: [{
22821
+ type: 'synthetic',
22822
+ counterparty: {
22823
+ chain_name: 'epix',
22824
+ base_denom: 'aepix'
22825
+ },
22826
+ provider: 'Osmosis'
22827
+ }],
22828
+ logo_URIs: {
22829
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22830
+ },
22831
+ images: [{
22832
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg',
22833
+ theme: {
22834
+ circle: true
22835
+ }
22836
+ }, {
22837
+ image_sync: {
22838
+ chain_name: 'epix',
22839
+ base_denom: 'aepix'
22840
+ },
22841
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
22842
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22843
+ }]
22803
22844
  }
22804
22845
  ]
22805
22846
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.284",
3
+ "version": "1.67.285",
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.284"
32
+ "@chain-registry/types": "^0.50.285"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "ca15ed11cb443dbbd674e5d46f3d408fbc8e5bc1"
41
+ "gitHead": "38e9c46229e7a7644d5555d38d4aa70153a29b06"
42
42
  }