chain-registry 2.0.179 → 2.0.180

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.
@@ -905,7 +905,6 @@ const info = {
905
905
  name: 'Page',
906
906
  display: 'page',
907
907
  symbol: 'PAGE',
908
- coingeckoId: 'page',
909
908
  logoURIs: {
910
909
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
911
910
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
@@ -346,8 +346,7 @@ const info = {
346
346
  },
347
347
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
348
348
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
349
- }],
350
- coingeckoId: 'page'
349
+ }]
351
350
  },
352
351
  {
353
352
  description: 'wETH is \'wrapped ETH\'',
@@ -907,7 +907,6 @@ const info = {
907
907
  name: 'Page',
908
908
  display: 'page',
909
909
  symbol: 'PAGE',
910
- coingeckoId: 'page',
911
910
  logoURIs: {
912
911
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
913
912
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
@@ -348,8 +348,7 @@ const info = {
348
348
  },
349
349
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
350
350
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
351
- }],
352
- coingeckoId: 'page'
351
+ }]
353
352
  },
354
353
  {
355
354
  description: 'wETH is \'wrapped ETH\'',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.179",
3
+ "version": "2.0.180",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.179"
32
+ "@chain-registry/types": "^2.0.180"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "037b6974875ab951c4a96eff5d3f2fe7833679e0"
42
+ "gitHead": "456153aef499e547cc26f64ae4db23244310d069"
43
43
  }