@chain-registry/juno 1.70.240 → 1.70.242

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
@@ -3548,7 +3548,7 @@ const asset_list = {
3548
3548
  }]
3549
3549
  },
3550
3550
  {
3551
- description: 'The native staking token of Terra.',
3551
+ description: 'The native staking token of Terra Phoenix.',
3552
3552
  denom_units: [{
3553
3553
  denom: 'ibc/107D152BB3176FAEBF4C2A84C5FFDEEA7C7CB4FE1BBDAB710F1FD25BCD055CBF',
3554
3554
  exponent: 0,
@@ -3574,8 +3574,8 @@ const asset_list = {
3574
3574
  }
3575
3575
  }],
3576
3576
  socials: {
3577
- website: 'https://www.terra.money/',
3578
- twitter: 'https://twitter.com/terra_money'
3577
+ website: 'https://www.phoenix.money/',
3578
+ twitter: 'https://twitter.com/phoenix_dir'
3579
3579
  },
3580
3580
  type_asset: 'sdk.coin',
3581
3581
  traces: [{
@@ -5443,7 +5443,7 @@ const asset_list = {
5443
5443
  }]
5444
5444
  },
5445
5445
  {
5446
- description: 'The native staking token of Terra.',
5446
+ description: 'The native staking token of Terra Phoenix.',
5447
5447
  denom_units: [{
5448
5448
  denom: 'ibc/107D152BB3176FAEBF4C2A84C5FFDEEA7C7CB4FE1BBDAB710F1FD25BCD055CBF',
5449
5449
  exponent: 0,
@@ -5469,8 +5469,8 @@ const asset_list = {
5469
5469
  }
5470
5470
  }],
5471
5471
  socials: {
5472
- website: 'https://www.terra.money/',
5473
- twitter: 'https://twitter.com/terra_money'
5472
+ website: 'https://www.phoenix.money/',
5473
+ twitter: 'https://twitter.com/phoenix_dir'
5474
5474
  },
5475
5475
  type_asset: 'sdk.coin',
5476
5476
  traces: [{
package/esm/asset_list.js CHANGED
@@ -3546,7 +3546,7 @@ const asset_list = {
3546
3546
  }]
3547
3547
  },
3548
3548
  {
3549
- description: 'The native staking token of Terra.',
3549
+ description: 'The native staking token of Terra Phoenix.',
3550
3550
  denom_units: [{
3551
3551
  denom: 'ibc/107D152BB3176FAEBF4C2A84C5FFDEEA7C7CB4FE1BBDAB710F1FD25BCD055CBF',
3552
3552
  exponent: 0,
@@ -3572,8 +3572,8 @@ const asset_list = {
3572
3572
  }
3573
3573
  }],
3574
3574
  socials: {
3575
- website: 'https://www.terra.money/',
3576
- twitter: 'https://twitter.com/terra_money'
3575
+ website: 'https://www.phoenix.money/',
3576
+ twitter: 'https://twitter.com/phoenix_dir'
3577
3577
  },
3578
3578
  type_asset: 'sdk.coin',
3579
3579
  traces: [{
@@ -5441,7 +5441,7 @@ const asset_list = {
5441
5441
  }]
5442
5442
  },
5443
5443
  {
5444
- description: 'The native staking token of Terra.',
5444
+ description: 'The native staking token of Terra Phoenix.',
5445
5445
  denom_units: [{
5446
5446
  denom: 'ibc/107D152BB3176FAEBF4C2A84C5FFDEEA7C7CB4FE1BBDAB710F1FD25BCD055CBF',
5447
5447
  exponent: 0,
@@ -5467,8 +5467,8 @@ const asset_list = {
5467
5467
  }
5468
5468
  }],
5469
5469
  socials: {
5470
- website: 'https://www.terra.money/',
5471
- twitter: 'https://twitter.com/terra_money'
5470
+ website: 'https://www.phoenix.money/',
5471
+ twitter: 'https://twitter.com/phoenix_dir'
5472
5472
  },
5473
5473
  type_asset: 'sdk.coin',
5474
5474
  traces: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.240",
3
+ "version": "1.70.242",
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.240"
32
+ "chain-registry": "^1.69.242"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.149"
35
+ "@chain-registry/types": "^0.50.151"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "6f9566f3c446331c7e9fbfd309d4ee4376ed0bd8"
46
+ "gitHead": "1f1d8c99437916d1762e9af9835f7984fc36c8a7"
47
47
  }