@chain-registry/osmosis 1.67.184 → 1.67.185

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 +96 -0
  2. package/esm/assets.js +96 -0
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -24731,6 +24731,102 @@ const assets = {
24731
24731
  images: [{
24732
24732
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/FOST.png'
24733
24733
  }]
24734
+ },
24735
+ {
24736
+ description: 'Official Trump (TRUMP) coin bridged via Int3face bridge',
24737
+ denom_units: [{
24738
+ denom: 'ibc/51BFF64A432CBBA08A1ED95609BF0255EC4BBF699BFCDFF267F66CCD664CA350',
24739
+ exponent: 0,
24740
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-trump']
24741
+ }, {
24742
+ denom: 'trump',
24743
+ exponent: 6
24744
+ }],
24745
+ type_asset: 'ics20',
24746
+ base: 'ibc/51BFF64A432CBBA08A1ED95609BF0255EC4BBF699BFCDFF267F66CCD664CA350',
24747
+ name: 'Official Trump (Int3)',
24748
+ display: 'trump',
24749
+ symbol: 'TRUMP.int3',
24750
+ traces: [{
24751
+ type: 'bridge',
24752
+ counterparty: {
24753
+ chain_name: 'solana',
24754
+ base_denom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN'
24755
+ },
24756
+ provider: 'Int3face'
24757
+ }, {
24758
+ type: 'ibc',
24759
+ counterparty: {
24760
+ chain_name: 'int3face',
24761
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-trump',
24762
+ channel_id: 'channel-0'
24763
+ },
24764
+ chain: {
24765
+ channel_id: 'channel-82819',
24766
+ path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-trump'
24767
+ }
24768
+ }],
24769
+ logo_URIs: {
24770
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/trump.int3.png'
24771
+ },
24772
+ images: [{
24773
+ image_sync: {
24774
+ chain_name: 'int3face',
24775
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-trump'
24776
+ },
24777
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/trump.int3.png',
24778
+ theme: {
24779
+ primary_color_hex: '#3d3d3d'
24780
+ }
24781
+ }]
24782
+ },
24783
+ {
24784
+ description: 'Pudgy Penguins (PENGU) coin bridged via Int3face bridge',
24785
+ denom_units: [{
24786
+ denom: 'ibc/2C5CB5DB3D86F64FDE6155A3A94D7543A126DA55490309EEDF59A0765873DA1C',
24787
+ exponent: 0,
24788
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-pengu']
24789
+ }, {
24790
+ denom: 'pengu',
24791
+ exponent: 6
24792
+ }],
24793
+ type_asset: 'ics20',
24794
+ base: 'ibc/2C5CB5DB3D86F64FDE6155A3A94D7543A126DA55490309EEDF59A0765873DA1C',
24795
+ name: 'Pudgy Penguins (Int3)',
24796
+ display: 'pengu',
24797
+ symbol: 'PENGU.int3',
24798
+ traces: [{
24799
+ type: 'bridge',
24800
+ counterparty: {
24801
+ chain_name: 'solana',
24802
+ base_denom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv'
24803
+ },
24804
+ provider: 'Int3face'
24805
+ }, {
24806
+ type: 'ibc',
24807
+ counterparty: {
24808
+ chain_name: 'int3face',
24809
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-pengu',
24810
+ channel_id: 'channel-0'
24811
+ },
24812
+ chain: {
24813
+ channel_id: 'channel-82819',
24814
+ path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-pengu'
24815
+ }
24816
+ }],
24817
+ logo_URIs: {
24818
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/pengu.int3.png'
24819
+ },
24820
+ images: [{
24821
+ image_sync: {
24822
+ chain_name: 'int3face',
24823
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-pengu'
24824
+ },
24825
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/pengu.int3.png',
24826
+ theme: {
24827
+ primary_color_hex: '#3d3d3d'
24828
+ }
24829
+ }]
24734
24830
  }
24735
24831
  ]
24736
24832
  };
package/esm/assets.js CHANGED
@@ -24729,6 +24729,102 @@ const assets = {
24729
24729
  images: [{
24730
24730
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/FOST.png'
24731
24731
  }]
24732
+ },
24733
+ {
24734
+ description: 'Official Trump (TRUMP) coin bridged via Int3face bridge',
24735
+ denom_units: [{
24736
+ denom: 'ibc/51BFF64A432CBBA08A1ED95609BF0255EC4BBF699BFCDFF267F66CCD664CA350',
24737
+ exponent: 0,
24738
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-trump']
24739
+ }, {
24740
+ denom: 'trump',
24741
+ exponent: 6
24742
+ }],
24743
+ type_asset: 'ics20',
24744
+ base: 'ibc/51BFF64A432CBBA08A1ED95609BF0255EC4BBF699BFCDFF267F66CCD664CA350',
24745
+ name: 'Official Trump (Int3)',
24746
+ display: 'trump',
24747
+ symbol: 'TRUMP.int3',
24748
+ traces: [{
24749
+ type: 'bridge',
24750
+ counterparty: {
24751
+ chain_name: 'solana',
24752
+ base_denom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN'
24753
+ },
24754
+ provider: 'Int3face'
24755
+ }, {
24756
+ type: 'ibc',
24757
+ counterparty: {
24758
+ chain_name: 'int3face',
24759
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-trump',
24760
+ channel_id: 'channel-0'
24761
+ },
24762
+ chain: {
24763
+ channel_id: 'channel-82819',
24764
+ path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-trump'
24765
+ }
24766
+ }],
24767
+ logo_URIs: {
24768
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/trump.int3.png'
24769
+ },
24770
+ images: [{
24771
+ image_sync: {
24772
+ chain_name: 'int3face',
24773
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-trump'
24774
+ },
24775
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/trump.int3.png',
24776
+ theme: {
24777
+ primary_color_hex: '#3d3d3d'
24778
+ }
24779
+ }]
24780
+ },
24781
+ {
24782
+ description: 'Pudgy Penguins (PENGU) coin bridged via Int3face bridge',
24783
+ denom_units: [{
24784
+ denom: 'ibc/2C5CB5DB3D86F64FDE6155A3A94D7543A126DA55490309EEDF59A0765873DA1C',
24785
+ exponent: 0,
24786
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-pengu']
24787
+ }, {
24788
+ denom: 'pengu',
24789
+ exponent: 6
24790
+ }],
24791
+ type_asset: 'ics20',
24792
+ base: 'ibc/2C5CB5DB3D86F64FDE6155A3A94D7543A126DA55490309EEDF59A0765873DA1C',
24793
+ name: 'Pudgy Penguins (Int3)',
24794
+ display: 'pengu',
24795
+ symbol: 'PENGU.int3',
24796
+ traces: [{
24797
+ type: 'bridge',
24798
+ counterparty: {
24799
+ chain_name: 'solana',
24800
+ base_denom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv'
24801
+ },
24802
+ provider: 'Int3face'
24803
+ }, {
24804
+ type: 'ibc',
24805
+ counterparty: {
24806
+ chain_name: 'int3face',
24807
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-pengu',
24808
+ channel_id: 'channel-0'
24809
+ },
24810
+ chain: {
24811
+ channel_id: 'channel-82819',
24812
+ path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-pengu'
24813
+ }
24814
+ }],
24815
+ logo_URIs: {
24816
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/pengu.int3.png'
24817
+ },
24818
+ images: [{
24819
+ image_sync: {
24820
+ chain_name: 'int3face',
24821
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-pengu'
24822
+ },
24823
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/pengu.int3.png',
24824
+ theme: {
24825
+ primary_color_hex: '#3d3d3d'
24826
+ }
24827
+ }]
24732
24828
  }
24733
24829
  ]
24734
24830
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.184",
3
+ "version": "1.67.185",
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.184"
32
+ "@chain-registry/types": "^0.50.185"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "d5f3c84fab24dbe0d6508593e936c7232f6e5c6f"
41
+ "gitHead": "b6a41f5a6f46c7e25f924a3f4c3c73f8111e98e6"
42
42
  }