@chain-registry/juno 1.70.619 → 1.70.621

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 +11 -3
  2. package/esm/assets.js +11 -3
  3. package/package.json +4 -4
package/assets.js CHANGED
@@ -579,9 +579,10 @@ const assets = {
579
579
  }]
580
580
  },
581
581
  {
582
- description: 'The native token cw20 for PHMN on Juno Chain',
582
+ description: '(Deprecated) The original CW20 PHMN token on Juno. PHMN has migrated to the Cosmos Hub as the tokenfactory denom factory/cosmos146s5j3t7gh2g37ywm47dp8avhesu2htvjjaxq7z55e7xj0rq0k8q5qnjjy/PHMN. This asset is retained for historical reference.',
583
583
  type_asset: 'cw20',
584
584
  address: 'juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
585
+ deprecated: true,
585
586
  denom_units: [{
586
587
  denom: 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
587
588
  exponent: 0
@@ -592,12 +593,19 @@ const assets = {
592
593
  base: 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
593
594
  name: 'POSTHUMAN',
594
595
  display: 'phmn',
595
- symbol: 'PHMN',
596
+ symbol: 'PHMN.legacy',
597
+ traces: [{
598
+ type: 'legacy-mintage',
599
+ counterparty: {
600
+ chain_name: 'cosmoshub',
601
+ base_denom: 'factory/cosmos146s5j3t7gh2g37ywm47dp8avhesu2htvjjaxq7z55e7xj0rq0k8q5qnjjy/PHMN'
602
+ },
603
+ provider: 'POSTHUMAN'
604
+ }],
596
605
  logo_URIs: {
597
606
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
598
607
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
599
608
  },
600
- coingecko_id: 'posthuman',
601
609
  images: [{
602
610
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
603
611
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
package/esm/assets.js CHANGED
@@ -577,9 +577,10 @@ const assets = {
577
577
  }]
578
578
  },
579
579
  {
580
- description: 'The native token cw20 for PHMN on Juno Chain',
580
+ description: '(Deprecated) The original CW20 PHMN token on Juno. PHMN has migrated to the Cosmos Hub as the tokenfactory denom factory/cosmos146s5j3t7gh2g37ywm47dp8avhesu2htvjjaxq7z55e7xj0rq0k8q5qnjjy/PHMN. This asset is retained for historical reference.',
581
581
  type_asset: 'cw20',
582
582
  address: 'juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
583
+ deprecated: true,
583
584
  denom_units: [{
584
585
  denom: 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
585
586
  exponent: 0
@@ -590,12 +591,19 @@ const assets = {
590
591
  base: 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
591
592
  name: 'POSTHUMAN',
592
593
  display: 'phmn',
593
- symbol: 'PHMN',
594
+ symbol: 'PHMN.legacy',
595
+ traces: [{
596
+ type: 'legacy-mintage',
597
+ counterparty: {
598
+ chain_name: 'cosmoshub',
599
+ base_denom: 'factory/cosmos146s5j3t7gh2g37ywm47dp8avhesu2htvjjaxq7z55e7xj0rq0k8q5qnjjy/PHMN'
600
+ },
601
+ provider: 'POSTHUMAN'
602
+ }],
594
603
  logo_URIs: {
595
604
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
596
605
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
597
606
  },
598
- coingecko_id: 'posthuman',
599
607
  images: [{
600
608
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
601
609
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.619",
3
+ "version": "1.70.621",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "chain-registry": "^1.69.619"
32
+ "chain-registry": "^1.69.621"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.380"
35
+ "@chain-registry/types": "^0.50.381"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "62f6e40c1e8057a1e3af086f9d4e3502e8951d22"
46
+ "gitHead": "1beea460bfcff710a81cb1fefc0d1a4c65c83991"
47
47
  }