@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/README.md +1 -1
- package/esm/mainnet/acrechain.js +54 -10
- package/esm/mainnet/cosmoshub.js +54 -10
- package/esm/mainnet/furya.js +24 -24
- package/esm/mainnet/injective.js +54 -10
- package/esm/mainnet/juno.js +8 -14
- package/esm/mainnet/kujira.js +8 -14
- package/esm/mainnet/noble.js +86 -14
- package/esm/mainnet/osmosis.js +70 -32
- package/esm/mainnet/secretnetwork.js +54 -10
- package/esm/mainnet/shido.js +204 -0
- package/esm/mainnet/terra2.js +16 -22
- package/mainnet/acrechain.js +54 -10
- package/mainnet/cosmoshub.js +54 -10
- package/mainnet/furya.js +24 -24
- package/mainnet/injective.js +54 -10
- package/mainnet/juno.js +8 -14
- package/mainnet/kujira.js +8 -14
- package/mainnet/noble.js +86 -14
- package/mainnet/osmosis.js +70 -32
- package/mainnet/secretnetwork.js +54 -10
- package/mainnet/shido.js +204 -0
- package/mainnet/terra2.js +16 -22
- package/package.json +5 -5
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/
|
|
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/
|
|
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/
|
|
767
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
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/
|
|
771
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
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-
|
|
781
|
+
channel_id: 'channel-9',
|
|
785
782
|
base_denom: 'ufury',
|
|
786
783
|
chain_name: 'furya'
|
|
787
784
|
},
|
|
788
785
|
chain: {
|
|
789
|
-
channel_id: 'channel-
|
|
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/
|
|
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/
|
|
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/
|
|
3628
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
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/
|
|
3632
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
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-
|
|
3639
|
+
channel_id: 'channel-9',
|
|
3646
3640
|
base_denom: 'ufury',
|
|
3647
3641
|
chain_name: 'furya'
|
|
3648
3642
|
},
|
|
3649
3643
|
chain: {
|
|
3650
|
-
channel_id: 'channel-
|
|
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.
|
|
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.
|
|
33
|
-
"chain-registry": "^1.62.
|
|
32
|
+
"@chain-registry/utils": "^1.45.9",
|
|
33
|
+
"chain-registry": "^1.62.11"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.44.
|
|
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": "
|
|
46
|
+
"gitHead": "eec89a3c9c29cc7377896ef8b9982027c67ef73c"
|
|
47
47
|
}
|