@chain-registry/assets 1.70.429 → 1.70.431

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.
@@ -2836,7 +2836,7 @@ const assets = {
2836
2836
  }]
2837
2837
  },
2838
2838
  {
2839
- description: 'The EPIX coin, the lifeblood of the Epix network, providing the utility that powers every interaction and transaction within the ecosystem.',
2839
+ description: 'Epix is designed to power a completely decentralized internet, where websites are hosted by everyone and controlled by no one, making the web unstoppable.',
2840
2840
  denom_units: [{
2841
2841
  denom: 'ibc/776917313EC3252954ED622945D4979651ACD909A18E528283F46D7B166F20BF',
2842
2842
  exponent: 0,
@@ -9165,7 +9165,7 @@ const assets = {
9165
9165
  }]
9166
9166
  },
9167
9167
  {
9168
- description: 'The EPIX coin, the lifeblood of the Epix network, providing the utility that powers every interaction and transaction within the ecosystem.',
9168
+ description: 'Epix is designed to power a completely decentralized internet, where websites are hosted by everyone and controlled by no one, making the web unstoppable.',
9169
9169
  denom_units: [{
9170
9170
  denom: 'ibc/776917313EC3252954ED622945D4979651ACD909A18E528283F46D7B166F20BF',
9171
9171
  exponent: 0,
package/index.d.ts CHANGED
@@ -3,7 +3,7 @@ export * from './testnet';
3
3
  export * from './devnet';
4
4
  import asset_lists from './asset_lists';
5
5
  declare const _default: {
6
- asset_lists: AssetList[];
6
+ asset_lists: import("@chain-registry/types").AssetList[];
7
7
  };
8
8
  export default _default;
9
9
  export { asset_lists };
@@ -2838,7 +2838,7 @@ const assets = {
2838
2838
  }]
2839
2839
  },
2840
2840
  {
2841
- description: 'The EPIX coin, the lifeblood of the Epix network, providing the utility that powers every interaction and transaction within the ecosystem.',
2841
+ description: 'Epix is designed to power a completely decentralized internet, where websites are hosted by everyone and controlled by no one, making the web unstoppable.',
2842
2842
  denom_units: [{
2843
2843
  denom: 'ibc/776917313EC3252954ED622945D4979651ACD909A18E528283F46D7B166F20BF',
2844
2844
  exponent: 0,
@@ -9167,7 +9167,7 @@ const assets = {
9167
9167
  }]
9168
9168
  },
9169
9169
  {
9170
- description: 'The EPIX coin, the lifeblood of the Epix network, providing the utility that powers every interaction and transaction within the ecosystem.',
9170
+ description: 'Epix is designed to power a completely decentralized internet, where websites are hosted by everyone and controlled by no one, making the web unstoppable.',
9171
9171
  denom_units: [{
9172
9172
  denom: 'ibc/776917313EC3252954ED622945D4979651ACD909A18E528283F46D7B166F20BF',
9173
9173
  exponent: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.429",
3
+ "version": "1.70.431",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.273",
33
- "chain-registry": "^1.69.429"
32
+ "@chain-registry/utils": "^1.51.274",
33
+ "chain-registry": "^1.69.431"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.273"
36
+ "@chain-registry/types": "^0.50.274"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "0692ab35dadb69aa3387e01b16618ea08bc6eafd"
46
+ "gitHead": "7bfc87c76a8c8954a6f401aaa64b189d6f7addd4"
47
47
  }