@chain-registry/assets 1.62.4 → 1.62.5

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.
@@ -15282,6 +15282,10 @@ const assets = {
15282
15282
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
15283
15283
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
15284
15284
  }],
15285
+ socials: {
15286
+ website: 'https://posthuman.digital/',
15287
+ twitter: 'https://twitter.com/POSTHUMAN_DVS'
15288
+ },
15285
15289
  traces: [{
15286
15290
  type: 'ibc-cw20',
15287
15291
  counterparty: {
@@ -17957,6 +17961,10 @@ const assets = {
17957
17961
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
17958
17962
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
17959
17963
  }],
17964
+ socials: {
17965
+ website: 'https://posthuman.digital/',
17966
+ twitter: 'https://twitter.com/POSTHUMAN_DVS'
17967
+ },
17960
17968
  traces: [{
17961
17969
  type: 'ibc-cw20',
17962
17970
  counterparty: {
@@ -6517,6 +6517,10 @@ const assets = {
6517
6517
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
6518
6518
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
6519
6519
  }],
6520
+ socials: {
6521
+ website: 'https://posthuman.digital/',
6522
+ twitter: 'https://twitter.com/POSTHUMAN_DVS'
6523
+ },
6520
6524
  traces: [{
6521
6525
  type: 'ibc-cw20',
6522
6526
  counterparty: {
@@ -9119,6 +9123,10 @@ const assets = {
9119
9123
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
9120
9124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
9121
9125
  }],
9126
+ socials: {
9127
+ website: 'https://posthuman.digital/',
9128
+ twitter: 'https://twitter.com/POSTHUMAN_DVS'
9129
+ },
9122
9130
  traces: [{
9123
9131
  type: 'ibc-cw20',
9124
9132
  counterparty: {
@@ -15284,6 +15284,10 @@ const assets = {
15284
15284
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
15285
15285
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
15286
15286
  }],
15287
+ socials: {
15288
+ website: 'https://posthuman.digital/',
15289
+ twitter: 'https://twitter.com/POSTHUMAN_DVS'
15290
+ },
15287
15291
  traces: [{
15288
15292
  type: 'ibc-cw20',
15289
15293
  counterparty: {
@@ -17959,6 +17963,10 @@ const assets = {
17959
17963
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
17960
17964
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
17961
17965
  }],
17966
+ socials: {
17967
+ website: 'https://posthuman.digital/',
17968
+ twitter: 'https://twitter.com/POSTHUMAN_DVS'
17969
+ },
17962
17970
  traces: [{
17963
17971
  type: 'ibc-cw20',
17964
17972
  counterparty: {
@@ -6519,6 +6519,10 @@ const assets = {
6519
6519
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
6520
6520
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
6521
6521
  }],
6522
+ socials: {
6523
+ website: 'https://posthuman.digital/',
6524
+ twitter: 'https://twitter.com/POSTHUMAN_DVS'
6525
+ },
6522
6526
  traces: [{
6523
6527
  type: 'ibc-cw20',
6524
6528
  counterparty: {
@@ -9121,6 +9125,10 @@ const assets = {
9121
9125
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
9122
9126
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
9123
9127
  }],
9128
+ socials: {
9129
+ website: 'https://posthuman.digital/',
9130
+ twitter: 'https://twitter.com/POSTHUMAN_DVS'
9131
+ },
9124
9132
  traces: [{
9125
9133
  type: 'ibc-cw20',
9126
9134
  counterparty: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.62.4",
3
+ "version": "1.62.5",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.44.4",
33
- "chain-registry": "^1.61.4"
32
+ "@chain-registry/utils": "^1.44.5",
33
+ "chain-registry": "^1.61.5"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.43.4"
36
+ "@chain-registry/types": "^0.43.5"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "c619fb64182b1553c6e56e8dfb7a59d5b74e3f0f"
46
+ "gitHead": "edea39ec1696f3e5a91d6664c79080eeeb258101"
47
47
  }