@chain-registry/juno 1.70.368 → 1.70.369

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
@@ -771,7 +771,6 @@ const asset_list = {
771
771
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
772
772
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
773
773
  }],
774
- coingecko_id: 'fanfury',
775
774
  keywords: ['gaming', 'staking'],
776
775
  socials: {
777
776
  twitter: 'https://twitter.com/furyachain'
@@ -1557,7 +1556,6 @@ const asset_list = {
1557
1556
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
1558
1557
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
1559
1558
  }],
1560
- coingecko_id: 'fanfury',
1561
1559
  keywords: ['gaming', 'staking'],
1562
1560
  socials: {
1563
1561
  twitter: 'https://twitter.com/furyachain'
@@ -1954,7 +1952,6 @@ const asset_list = {
1954
1952
  logo_URIs: {
1955
1953
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
1956
1954
  },
1957
- coingecko_id: 'oec-token',
1958
1955
  images: [{
1959
1956
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
1960
1957
  }],
@@ -3724,7 +3721,6 @@ const asset_list = {
3724
3721
  logo_URIs: {
3725
3722
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
3726
3723
  },
3727
- coingecko_id: 'oec-token',
3728
3724
  images: [{
3729
3725
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
3730
3726
  }],
package/esm/asset_list.js CHANGED
@@ -769,7 +769,6 @@ const asset_list = {
769
769
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
770
770
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
771
771
  }],
772
- coingecko_id: 'fanfury',
773
772
  keywords: ['gaming', 'staking'],
774
773
  socials: {
775
774
  twitter: 'https://twitter.com/furyachain'
@@ -1555,7 +1554,6 @@ const asset_list = {
1555
1554
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
1556
1555
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
1557
1556
  }],
1558
- coingecko_id: 'fanfury',
1559
1557
  keywords: ['gaming', 'staking'],
1560
1558
  socials: {
1561
1559
  twitter: 'https://twitter.com/furyachain'
@@ -1952,7 +1950,6 @@ const asset_list = {
1952
1950
  logo_URIs: {
1953
1951
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
1954
1952
  },
1955
- coingecko_id: 'oec-token',
1956
1953
  images: [{
1957
1954
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
1958
1955
  }],
@@ -3722,7 +3719,6 @@ const asset_list = {
3722
3719
  logo_URIs: {
3723
3720
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
3724
3721
  },
3725
- coingecko_id: 'oec-token',
3726
3722
  images: [{
3727
3723
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
3728
3724
  }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.368",
3
+ "version": "1.70.369",
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.368"
32
+ "chain-registry": "^1.69.369"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.229"
35
+ "@chain-registry/types": "^0.50.230"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "cb178640ee5313f0c393cffed177075571ff5a2c"
46
+ "gitHead": "61ca8f0522c4b0a813de98b6e93aeaa8b44dc778"
47
47
  }