@chain-registry/osmosis 1.62.40 → 1.62.42

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 +46 -0
  2. package/esm/assets.js +46 -0
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -18010,6 +18010,52 @@ const assets = {
18010
18010
  primary_color_hex: '#b02b27'
18011
18011
  }
18012
18012
  }]
18013
+ },
18014
+ {
18015
+ description: 'TRONIX is the mainnet native token of the TRON Protocol issued by TRON DAO, known as TRX.',
18016
+ denom_units: [{
18017
+ denom: 'factory/osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x/alloyed/allTRX',
18018
+ exponent: 0,
18019
+ aliases: ['sun']
18020
+ }, {
18021
+ denom: 'trx',
18022
+ exponent: 6
18023
+ }],
18024
+ type_asset: 'sdk.coin',
18025
+ address: 'osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x',
18026
+ base: 'factory/osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x/alloyed/allTRX',
18027
+ name: 'Alloyed TRX',
18028
+ display: 'trx',
18029
+ symbol: 'TRX',
18030
+ traces: [{
18031
+ type: 'synthetic',
18032
+ counterparty: {
18033
+ chain_name: 'tron',
18034
+ base_denom: 'sun'
18035
+ },
18036
+ provider: 'Osmosis'
18037
+ }],
18038
+ images: [{
18039
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allTRX.svg',
18040
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allTRX.png',
18041
+ theme: {
18042
+ circle: true,
18043
+ primary_color_hex: '#FF060A',
18044
+ background_color_hex: '#FF060A'
18045
+ }
18046
+ }, {
18047
+ image_sync: {
18048
+ chain_name: 'tron',
18049
+ base_denom: 'sun'
18050
+ },
18051
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
18052
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
18053
+ theme: {
18054
+ circle: true,
18055
+ primary_color_hex: '#FF060A',
18056
+ background_color_hex: '#FF060A'
18057
+ }
18058
+ }]
18013
18059
  }
18014
18060
  ]
18015
18061
  };
package/esm/assets.js CHANGED
@@ -18008,6 +18008,52 @@ const assets = {
18008
18008
  primary_color_hex: '#b02b27'
18009
18009
  }
18010
18010
  }]
18011
+ },
18012
+ {
18013
+ description: 'TRONIX is the mainnet native token of the TRON Protocol issued by TRON DAO, known as TRX.',
18014
+ denom_units: [{
18015
+ denom: 'factory/osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x/alloyed/allTRX',
18016
+ exponent: 0,
18017
+ aliases: ['sun']
18018
+ }, {
18019
+ denom: 'trx',
18020
+ exponent: 6
18021
+ }],
18022
+ type_asset: 'sdk.coin',
18023
+ address: 'osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x',
18024
+ base: 'factory/osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x/alloyed/allTRX',
18025
+ name: 'Alloyed TRX',
18026
+ display: 'trx',
18027
+ symbol: 'TRX',
18028
+ traces: [{
18029
+ type: 'synthetic',
18030
+ counterparty: {
18031
+ chain_name: 'tron',
18032
+ base_denom: 'sun'
18033
+ },
18034
+ provider: 'Osmosis'
18035
+ }],
18036
+ images: [{
18037
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allTRX.svg',
18038
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allTRX.png',
18039
+ theme: {
18040
+ circle: true,
18041
+ primary_color_hex: '#FF060A',
18042
+ background_color_hex: '#FF060A'
18043
+ }
18044
+ }, {
18045
+ image_sync: {
18046
+ chain_name: 'tron',
18047
+ base_denom: 'sun'
18048
+ },
18049
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
18050
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
18051
+ theme: {
18052
+ circle: true,
18053
+ primary_color_hex: '#FF060A',
18054
+ background_color_hex: '#FF060A'
18055
+ }
18056
+ }]
18011
18057
  }
18012
18058
  ]
18013
18059
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.62.40",
3
+ "version": "1.62.42",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -30,7 +30,7 @@
30
30
  "test:watch": "jest --watch"
31
31
  },
32
32
  "dependencies": {
33
- "@chain-registry/types": "^0.45.40"
33
+ "@chain-registry/types": "^0.45.42"
34
34
  },
35
35
  "keywords": [
36
36
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "osmosis"
41
41
  ],
42
- "gitHead": "619f0ccb8287831985d24258751569df4e755d45"
42
+ "gitHead": "763993cf3c039a3933871687a8951385f1fcbc55"
43
43
  }