@chain-registry/assets 1.63.9 → 1.63.11

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/mainnet/terra2.js CHANGED
@@ -751,27 +751,24 @@ const assets = {
751
751
  {
752
752
  description: 'The native token of Furya',
753
753
  denom_units: [{
754
- denom: 'ibc/285542A3C81252D7A2D9D79D8182E440309DEE320BE8E5269E1E7268D94D6CDF',
754
+ denom: 'ibc/717ED17364D7D0C9F9049F1F38DCCB6C35AE67EB8199E490A4D6046B64F1B52D',
755
755
  exponent: 0,
756
756
  aliases: ['ufury']
757
757
  }, {
758
758
  denom: 'fury',
759
759
  exponent: 6
760
760
  }],
761
- base: 'ibc/285542A3C81252D7A2D9D79D8182E440309DEE320BE8E5269E1E7268D94D6CDF',
761
+ base: 'ibc/717ED17364D7D0C9F9049F1F38DCCB6C35AE67EB8199E490A4D6046B64F1B52D',
762
762
  name: 'Furya',
763
763
  display: 'fury',
764
764
  symbol: 'FURY',
765
765
  logo_URIs: {
766
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png',
767
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg'
766
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
767
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
768
768
  },
769
769
  images: [{
770
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png',
771
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg',
772
- theme: {
773
- primary_color_hex: '#eaf143'
774
- }
770
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
771
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
775
772
  }],
776
773
  coingecko_id: 'fanfury',
777
774
  keywords: ['gaming', 'staking'],
@@ -781,12 +778,12 @@ const assets = {
781
778
  traces: [{
782
779
  type: 'ibc',
783
780
  counterparty: {
784
- channel_id: 'channel-1',
781
+ channel_id: 'channel-9',
785
782
  base_denom: 'ufury',
786
783
  chain_name: 'furya'
787
784
  },
788
785
  chain: {
789
- channel_id: 'channel-271'
786
+ channel_id: 'channel-495'
790
787
  }
791
788
  }]
792
789
  },
@@ -3612,27 +3609,24 @@ const assets = {
3612
3609
  {
3613
3610
  description: 'The native token of Furya',
3614
3611
  denom_units: [{
3615
- denom: 'ibc/285542A3C81252D7A2D9D79D8182E440309DEE320BE8E5269E1E7268D94D6CDF',
3612
+ denom: 'ibc/717ED17364D7D0C9F9049F1F38DCCB6C35AE67EB8199E490A4D6046B64F1B52D',
3616
3613
  exponent: 0,
3617
3614
  aliases: ['ufury']
3618
3615
  }, {
3619
3616
  denom: 'fury',
3620
3617
  exponent: 6
3621
3618
  }],
3622
- base: 'ibc/285542A3C81252D7A2D9D79D8182E440309DEE320BE8E5269E1E7268D94D6CDF',
3619
+ base: 'ibc/717ED17364D7D0C9F9049F1F38DCCB6C35AE67EB8199E490A4D6046B64F1B52D',
3623
3620
  name: 'Furya',
3624
3621
  display: 'fury',
3625
3622
  symbol: 'FURY',
3626
3623
  logo_URIs: {
3627
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png',
3628
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg'
3624
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
3625
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
3629
3626
  },
3630
3627
  images: [{
3631
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png',
3632
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg',
3633
- theme: {
3634
- primary_color_hex: '#eaf143'
3635
- }
3628
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
3629
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
3636
3630
  }],
3637
3631
  coingecko_id: 'fanfury',
3638
3632
  keywords: ['gaming', 'staking'],
@@ -3642,12 +3636,12 @@ const assets = {
3642
3636
  traces: [{
3643
3637
  type: 'ibc',
3644
3638
  counterparty: {
3645
- channel_id: 'channel-1',
3639
+ channel_id: 'channel-9',
3646
3640
  base_denom: 'ufury',
3647
3641
  chain_name: 'furya'
3648
3642
  },
3649
3643
  chain: {
3650
- channel_id: 'channel-271'
3644
+ channel_id: 'channel-495'
3651
3645
  }
3652
3646
  }]
3653
3647
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.63.9",
3
+ "version": "1.63.11",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.45.7",
33
- "chain-registry": "^1.62.9"
32
+ "@chain-registry/utils": "^1.45.9",
33
+ "chain-registry": "^1.62.11"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.44.7"
36
+ "@chain-registry/types": "^0.44.9"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "baf789b11b70886c1e1bcdb602d3f08fbc0b911d"
46
+ "gitHead": "eec89a3c9c29cc7377896ef8b9982027c67ef73c"
47
47
  }