@chain-registry/osmosis 1.62.22 → 1.62.23
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 +78 -2
- package/esm/asset_list.js +78 -2
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -2660,6 +2660,44 @@ const asset_list = {
|
|
|
2660
2660
|
}
|
|
2661
2661
|
}]
|
|
2662
2662
|
},
|
|
2663
|
+
{
|
|
2664
|
+
description: 'The native token of FirmaChain',
|
|
2665
|
+
denom_units: [{
|
|
2666
|
+
denom: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
|
|
2667
|
+
exponent: 0,
|
|
2668
|
+
aliases: ['ufct']
|
|
2669
|
+
}, {
|
|
2670
|
+
denom: 'fct',
|
|
2671
|
+
exponent: 6
|
|
2672
|
+
}],
|
|
2673
|
+
base: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
|
|
2674
|
+
name: 'FirmaChain',
|
|
2675
|
+
display: 'fct',
|
|
2676
|
+
symbol: 'FCT',
|
|
2677
|
+
logo_URIs: {
|
|
2678
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
|
|
2679
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg'
|
|
2680
|
+
},
|
|
2681
|
+
coingecko_id: 'firmachain',
|
|
2682
|
+
images: [{
|
|
2683
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
|
|
2684
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg',
|
|
2685
|
+
theme: {
|
|
2686
|
+
primary_color_hex: '#1c1c1c'
|
|
2687
|
+
}
|
|
2688
|
+
}],
|
|
2689
|
+
traces: [{
|
|
2690
|
+
type: 'ibc',
|
|
2691
|
+
counterparty: {
|
|
2692
|
+
channel_id: 'channel-1',
|
|
2693
|
+
base_denom: 'ufct',
|
|
2694
|
+
chain_name: 'firmachain'
|
|
2695
|
+
},
|
|
2696
|
+
chain: {
|
|
2697
|
+
channel_id: 'channel-79241'
|
|
2698
|
+
}
|
|
2699
|
+
}]
|
|
2700
|
+
},
|
|
2663
2701
|
{
|
|
2664
2702
|
description: 'The native token of Furya',
|
|
2665
2703
|
denom_units: [{
|
|
@@ -7783,6 +7821,44 @@ const asset_list = {
|
|
|
7783
7821
|
}
|
|
7784
7822
|
}]
|
|
7785
7823
|
},
|
|
7824
|
+
{
|
|
7825
|
+
description: 'The native token of FirmaChain',
|
|
7826
|
+
denom_units: [{
|
|
7827
|
+
denom: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
|
|
7828
|
+
exponent: 0,
|
|
7829
|
+
aliases: ['ufct']
|
|
7830
|
+
}, {
|
|
7831
|
+
denom: 'fct',
|
|
7832
|
+
exponent: 6
|
|
7833
|
+
}],
|
|
7834
|
+
base: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
|
|
7835
|
+
name: 'FirmaChain',
|
|
7836
|
+
display: 'fct',
|
|
7837
|
+
symbol: 'FCT',
|
|
7838
|
+
logo_URIs: {
|
|
7839
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
|
|
7840
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg'
|
|
7841
|
+
},
|
|
7842
|
+
coingecko_id: 'firmachain',
|
|
7843
|
+
images: [{
|
|
7844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
|
|
7845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg',
|
|
7846
|
+
theme: {
|
|
7847
|
+
primary_color_hex: '#1c1c1c'
|
|
7848
|
+
}
|
|
7849
|
+
}],
|
|
7850
|
+
traces: [{
|
|
7851
|
+
type: 'ibc',
|
|
7852
|
+
counterparty: {
|
|
7853
|
+
channel_id: 'channel-1',
|
|
7854
|
+
base_denom: 'ufct',
|
|
7855
|
+
chain_name: 'firmachain'
|
|
7856
|
+
},
|
|
7857
|
+
chain: {
|
|
7858
|
+
channel_id: 'channel-79241'
|
|
7859
|
+
}
|
|
7860
|
+
}]
|
|
7861
|
+
},
|
|
7786
7862
|
{
|
|
7787
7863
|
description: 'The native token of Furya',
|
|
7788
7864
|
denom_units: [{
|
|
@@ -11678,7 +11754,7 @@ const asset_list = {
|
|
|
11678
11754
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
11679
11755
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
11680
11756
|
theme: {
|
|
11681
|
-
primary_color_hex: '#
|
|
11757
|
+
primary_color_hex: '#db2777'
|
|
11682
11758
|
}
|
|
11683
11759
|
}],
|
|
11684
11760
|
socials: {
|
|
@@ -14544,7 +14620,7 @@ const asset_list = {
|
|
|
14544
14620
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
14545
14621
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
14546
14622
|
theme: {
|
|
14547
|
-
primary_color_hex: '#
|
|
14623
|
+
primary_color_hex: '#db2777'
|
|
14548
14624
|
}
|
|
14549
14625
|
}],
|
|
14550
14626
|
socials: {
|
package/esm/asset_list.js
CHANGED
|
@@ -2658,6 +2658,44 @@ const asset_list = {
|
|
|
2658
2658
|
}
|
|
2659
2659
|
}]
|
|
2660
2660
|
},
|
|
2661
|
+
{
|
|
2662
|
+
description: 'The native token of FirmaChain',
|
|
2663
|
+
denom_units: [{
|
|
2664
|
+
denom: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
|
|
2665
|
+
exponent: 0,
|
|
2666
|
+
aliases: ['ufct']
|
|
2667
|
+
}, {
|
|
2668
|
+
denom: 'fct',
|
|
2669
|
+
exponent: 6
|
|
2670
|
+
}],
|
|
2671
|
+
base: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
|
|
2672
|
+
name: 'FirmaChain',
|
|
2673
|
+
display: 'fct',
|
|
2674
|
+
symbol: 'FCT',
|
|
2675
|
+
logo_URIs: {
|
|
2676
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
|
|
2677
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg'
|
|
2678
|
+
},
|
|
2679
|
+
coingecko_id: 'firmachain',
|
|
2680
|
+
images: [{
|
|
2681
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
|
|
2682
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg',
|
|
2683
|
+
theme: {
|
|
2684
|
+
primary_color_hex: '#1c1c1c'
|
|
2685
|
+
}
|
|
2686
|
+
}],
|
|
2687
|
+
traces: [{
|
|
2688
|
+
type: 'ibc',
|
|
2689
|
+
counterparty: {
|
|
2690
|
+
channel_id: 'channel-1',
|
|
2691
|
+
base_denom: 'ufct',
|
|
2692
|
+
chain_name: 'firmachain'
|
|
2693
|
+
},
|
|
2694
|
+
chain: {
|
|
2695
|
+
channel_id: 'channel-79241'
|
|
2696
|
+
}
|
|
2697
|
+
}]
|
|
2698
|
+
},
|
|
2661
2699
|
{
|
|
2662
2700
|
description: 'The native token of Furya',
|
|
2663
2701
|
denom_units: [{
|
|
@@ -7781,6 +7819,44 @@ const asset_list = {
|
|
|
7781
7819
|
}
|
|
7782
7820
|
}]
|
|
7783
7821
|
},
|
|
7822
|
+
{
|
|
7823
|
+
description: 'The native token of FirmaChain',
|
|
7824
|
+
denom_units: [{
|
|
7825
|
+
denom: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
|
|
7826
|
+
exponent: 0,
|
|
7827
|
+
aliases: ['ufct']
|
|
7828
|
+
}, {
|
|
7829
|
+
denom: 'fct',
|
|
7830
|
+
exponent: 6
|
|
7831
|
+
}],
|
|
7832
|
+
base: 'ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839',
|
|
7833
|
+
name: 'FirmaChain',
|
|
7834
|
+
display: 'fct',
|
|
7835
|
+
symbol: 'FCT',
|
|
7836
|
+
logo_URIs: {
|
|
7837
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
|
|
7838
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg'
|
|
7839
|
+
},
|
|
7840
|
+
coingecko_id: 'firmachain',
|
|
7841
|
+
images: [{
|
|
7842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png',
|
|
7843
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg',
|
|
7844
|
+
theme: {
|
|
7845
|
+
primary_color_hex: '#1c1c1c'
|
|
7846
|
+
}
|
|
7847
|
+
}],
|
|
7848
|
+
traces: [{
|
|
7849
|
+
type: 'ibc',
|
|
7850
|
+
counterparty: {
|
|
7851
|
+
channel_id: 'channel-1',
|
|
7852
|
+
base_denom: 'ufct',
|
|
7853
|
+
chain_name: 'firmachain'
|
|
7854
|
+
},
|
|
7855
|
+
chain: {
|
|
7856
|
+
channel_id: 'channel-79241'
|
|
7857
|
+
}
|
|
7858
|
+
}]
|
|
7859
|
+
},
|
|
7784
7860
|
{
|
|
7785
7861
|
description: 'The native token of Furya',
|
|
7786
7862
|
denom_units: [{
|
|
@@ -11676,7 +11752,7 @@ const asset_list = {
|
|
|
11676
11752
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
11677
11753
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
11678
11754
|
theme: {
|
|
11679
|
-
primary_color_hex: '#
|
|
11755
|
+
primary_color_hex: '#db2777'
|
|
11680
11756
|
}
|
|
11681
11757
|
}],
|
|
11682
11758
|
socials: {
|
|
@@ -14542,7 +14618,7 @@ const asset_list = {
|
|
|
14542
14618
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
14543
14619
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
14544
14620
|
theme: {
|
|
14545
|
-
primary_color_hex: '#
|
|
14621
|
+
primary_color_hex: '#db2777'
|
|
14546
14622
|
}
|
|
14547
14623
|
}],
|
|
14548
14624
|
socials: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.23",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "jest --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@chain-registry/types": "^0.45.
|
|
33
|
+
"@chain-registry/types": "^0.45.23"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"osmosis"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "12a4d3208647b42433ba59b80c78ec7472af41b2"
|
|
43
43
|
}
|