@chain-registry/juno 1.70.647 → 1.70.648

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.
package/asset_list.js CHANGED
@@ -495,7 +495,10 @@ const asset_list = {
495
495
  }],
496
496
  socials: {
497
497
  website: 'https://cosmos.network',
498
- x: 'https://x.com/cosmoshub'
498
+ x: 'https://x.com/cosmoshub',
499
+ telegram: 'https://t.me/CosmosOG',
500
+ discord: 'https://discord.com/invite/interchain',
501
+ reddit: 'https://www.reddit.com/r/cosmosnetwork/'
499
502
  },
500
503
  type_asset: 'sdk.coin',
501
504
  traces: [{
@@ -1311,7 +1314,10 @@ const asset_list = {
1311
1314
  }],
1312
1315
  socials: {
1313
1316
  website: 'https://cosmos.network',
1314
- x: 'https://x.com/cosmoshub'
1317
+ x: 'https://x.com/cosmoshub',
1318
+ telegram: 'https://t.me/CosmosOG',
1319
+ discord: 'https://discord.com/invite/interchain',
1320
+ reddit: 'https://www.reddit.com/r/cosmosnetwork/'
1315
1321
  },
1316
1322
  type_asset: 'sdk.coin',
1317
1323
  traces: [{
package/esm/asset_list.js CHANGED
@@ -493,7 +493,10 @@ const asset_list = {
493
493
  }],
494
494
  socials: {
495
495
  website: 'https://cosmos.network',
496
- x: 'https://x.com/cosmoshub'
496
+ x: 'https://x.com/cosmoshub',
497
+ telegram: 'https://t.me/CosmosOG',
498
+ discord: 'https://discord.com/invite/interchain',
499
+ reddit: 'https://www.reddit.com/r/cosmosnetwork/'
497
500
  },
498
501
  type_asset: 'sdk.coin',
499
502
  traces: [{
@@ -1309,7 +1312,10 @@ const asset_list = {
1309
1312
  }],
1310
1313
  socials: {
1311
1314
  website: 'https://cosmos.network',
1312
- x: 'https://x.com/cosmoshub'
1315
+ x: 'https://x.com/cosmoshub',
1316
+ telegram: 'https://t.me/CosmosOG',
1317
+ discord: 'https://discord.com/invite/interchain',
1318
+ reddit: 'https://www.reddit.com/r/cosmosnetwork/'
1313
1319
  },
1314
1320
  type_asset: 'sdk.coin',
1315
1321
  traces: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.647",
3
+ "version": "1.70.648",
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.647"
32
+ "chain-registry": "^1.69.648"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.396"
35
+ "@chain-registry/types": "^0.50.397"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "251a51cfdee580cb7bf9fe2e4f0624b7b8a41727"
46
+ "gitHead": "99a5983a19b0c2061fe7afb6ec9fe18f43b11a7f"
47
47
  }