@chain-registry/osmosis 1.62.21 → 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 +112 -8
- package/esm/asset_list.js +112 -8
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -1361,7 +1361,7 @@ const asset_list = {
|
|
|
1361
1361
|
}]
|
|
1362
1362
|
},
|
|
1363
1363
|
{
|
|
1364
|
-
description: 'Decentralized Machine Learning',
|
|
1364
|
+
description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
|
|
1365
1365
|
denom_units: [{
|
|
1366
1366
|
denom: 'ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5',
|
|
1367
1367
|
exponent: 0,
|
|
@@ -2398,7 +2398,19 @@ const asset_list = {
|
|
|
2398
2398
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
2399
2399
|
},
|
|
2400
2400
|
images: [{
|
|
2401
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
2401
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
|
|
2402
|
+
theme: {
|
|
2403
|
+
primary_color_hex: '#00e33a',
|
|
2404
|
+
background_color_hex: '#00e33a',
|
|
2405
|
+
circle: true
|
|
2406
|
+
}
|
|
2407
|
+
}, {
|
|
2408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
|
|
2409
|
+
theme: {
|
|
2410
|
+
primary_color_hex: '#00e33a',
|
|
2411
|
+
background_color_hex: '#00e33a',
|
|
2412
|
+
circle: false
|
|
2413
|
+
}
|
|
2402
2414
|
}],
|
|
2403
2415
|
traces: [{
|
|
2404
2416
|
type: 'ibc',
|
|
@@ -2648,6 +2660,44 @@ const asset_list = {
|
|
|
2648
2660
|
}
|
|
2649
2661
|
}]
|
|
2650
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
|
+
},
|
|
2651
2701
|
{
|
|
2652
2702
|
description: 'The native token of Furya',
|
|
2653
2703
|
denom_units: [{
|
|
@@ -4261,7 +4311,9 @@ const asset_list = {
|
|
|
4261
4311
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
4262
4312
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
4263
4313
|
theme: {
|
|
4264
|
-
primary_color_hex: '#040404'
|
|
4314
|
+
primary_color_hex: '#040404',
|
|
4315
|
+
background_color_hex: '#000000',
|
|
4316
|
+
circle: true
|
|
4265
4317
|
}
|
|
4266
4318
|
}],
|
|
4267
4319
|
socials: {
|
|
@@ -6470,7 +6522,7 @@ const asset_list = {
|
|
|
6470
6522
|
}]
|
|
6471
6523
|
},
|
|
6472
6524
|
{
|
|
6473
|
-
description: 'Decentralized Machine Learning',
|
|
6525
|
+
description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
|
|
6474
6526
|
denom_units: [{
|
|
6475
6527
|
denom: 'ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5',
|
|
6476
6528
|
exponent: 0,
|
|
@@ -7507,7 +7559,19 @@ const asset_list = {
|
|
|
7507
7559
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
7508
7560
|
},
|
|
7509
7561
|
images: [{
|
|
7510
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
7562
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
|
|
7563
|
+
theme: {
|
|
7564
|
+
primary_color_hex: '#00e33a',
|
|
7565
|
+
background_color_hex: '#00e33a',
|
|
7566
|
+
circle: true
|
|
7567
|
+
}
|
|
7568
|
+
}, {
|
|
7569
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
|
|
7570
|
+
theme: {
|
|
7571
|
+
primary_color_hex: '#00e33a',
|
|
7572
|
+
background_color_hex: '#00e33a',
|
|
7573
|
+
circle: false
|
|
7574
|
+
}
|
|
7511
7575
|
}],
|
|
7512
7576
|
traces: [{
|
|
7513
7577
|
type: 'ibc',
|
|
@@ -7757,6 +7821,44 @@ const asset_list = {
|
|
|
7757
7821
|
}
|
|
7758
7822
|
}]
|
|
7759
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
|
+
},
|
|
7760
7862
|
{
|
|
7761
7863
|
description: 'The native token of Furya',
|
|
7762
7864
|
denom_units: [{
|
|
@@ -9370,7 +9472,9 @@ const asset_list = {
|
|
|
9370
9472
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
9371
9473
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
9372
9474
|
theme: {
|
|
9373
|
-
primary_color_hex: '#040404'
|
|
9475
|
+
primary_color_hex: '#040404',
|
|
9476
|
+
background_color_hex: '#000000',
|
|
9477
|
+
circle: true
|
|
9374
9478
|
}
|
|
9375
9479
|
}],
|
|
9376
9480
|
socials: {
|
|
@@ -11650,7 +11754,7 @@ const asset_list = {
|
|
|
11650
11754
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
11651
11755
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
11652
11756
|
theme: {
|
|
11653
|
-
primary_color_hex: '#
|
|
11757
|
+
primary_color_hex: '#db2777'
|
|
11654
11758
|
}
|
|
11655
11759
|
}],
|
|
11656
11760
|
socials: {
|
|
@@ -14516,7 +14620,7 @@ const asset_list = {
|
|
|
14516
14620
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
14517
14621
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
14518
14622
|
theme: {
|
|
14519
|
-
primary_color_hex: '#
|
|
14623
|
+
primary_color_hex: '#db2777'
|
|
14520
14624
|
}
|
|
14521
14625
|
}],
|
|
14522
14626
|
socials: {
|
package/esm/asset_list.js
CHANGED
|
@@ -1359,7 +1359,7 @@ const asset_list = {
|
|
|
1359
1359
|
}]
|
|
1360
1360
|
},
|
|
1361
1361
|
{
|
|
1362
|
-
description: 'Decentralized Machine Learning',
|
|
1362
|
+
description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
|
|
1363
1363
|
denom_units: [{
|
|
1364
1364
|
denom: 'ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5',
|
|
1365
1365
|
exponent: 0,
|
|
@@ -2396,7 +2396,19 @@ const asset_list = {
|
|
|
2396
2396
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
2397
2397
|
},
|
|
2398
2398
|
images: [{
|
|
2399
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
2399
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
|
|
2400
|
+
theme: {
|
|
2401
|
+
primary_color_hex: '#00e33a',
|
|
2402
|
+
background_color_hex: '#00e33a',
|
|
2403
|
+
circle: true
|
|
2404
|
+
}
|
|
2405
|
+
}, {
|
|
2406
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
|
|
2407
|
+
theme: {
|
|
2408
|
+
primary_color_hex: '#00e33a',
|
|
2409
|
+
background_color_hex: '#00e33a',
|
|
2410
|
+
circle: false
|
|
2411
|
+
}
|
|
2400
2412
|
}],
|
|
2401
2413
|
traces: [{
|
|
2402
2414
|
type: 'ibc',
|
|
@@ -2646,6 +2658,44 @@ const asset_list = {
|
|
|
2646
2658
|
}
|
|
2647
2659
|
}]
|
|
2648
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
|
+
},
|
|
2649
2699
|
{
|
|
2650
2700
|
description: 'The native token of Furya',
|
|
2651
2701
|
denom_units: [{
|
|
@@ -4259,7 +4309,9 @@ const asset_list = {
|
|
|
4259
4309
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
4260
4310
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
4261
4311
|
theme: {
|
|
4262
|
-
primary_color_hex: '#040404'
|
|
4312
|
+
primary_color_hex: '#040404',
|
|
4313
|
+
background_color_hex: '#000000',
|
|
4314
|
+
circle: true
|
|
4263
4315
|
}
|
|
4264
4316
|
}],
|
|
4265
4317
|
socials: {
|
|
@@ -6468,7 +6520,7 @@ const asset_list = {
|
|
|
6468
6520
|
}]
|
|
6469
6521
|
},
|
|
6470
6522
|
{
|
|
6471
|
-
description: 'Decentralized Machine Learning',
|
|
6523
|
+
description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
|
|
6472
6524
|
denom_units: [{
|
|
6473
6525
|
denom: 'ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5',
|
|
6474
6526
|
exponent: 0,
|
|
@@ -7505,7 +7557,19 @@ const asset_list = {
|
|
|
7505
7557
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
7506
7558
|
},
|
|
7507
7559
|
images: [{
|
|
7508
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
7560
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
|
|
7561
|
+
theme: {
|
|
7562
|
+
primary_color_hex: '#00e33a',
|
|
7563
|
+
background_color_hex: '#00e33a',
|
|
7564
|
+
circle: true
|
|
7565
|
+
}
|
|
7566
|
+
}, {
|
|
7567
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
|
|
7568
|
+
theme: {
|
|
7569
|
+
primary_color_hex: '#00e33a',
|
|
7570
|
+
background_color_hex: '#00e33a',
|
|
7571
|
+
circle: false
|
|
7572
|
+
}
|
|
7509
7573
|
}],
|
|
7510
7574
|
traces: [{
|
|
7511
7575
|
type: 'ibc',
|
|
@@ -7755,6 +7819,44 @@ const asset_list = {
|
|
|
7755
7819
|
}
|
|
7756
7820
|
}]
|
|
7757
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
|
+
},
|
|
7758
7860
|
{
|
|
7759
7861
|
description: 'The native token of Furya',
|
|
7760
7862
|
denom_units: [{
|
|
@@ -9368,7 +9470,9 @@ const asset_list = {
|
|
|
9368
9470
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
9369
9471
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
9370
9472
|
theme: {
|
|
9371
|
-
primary_color_hex: '#040404'
|
|
9473
|
+
primary_color_hex: '#040404',
|
|
9474
|
+
background_color_hex: '#000000',
|
|
9475
|
+
circle: true
|
|
9372
9476
|
}
|
|
9373
9477
|
}],
|
|
9374
9478
|
socials: {
|
|
@@ -11648,7 +11752,7 @@ const asset_list = {
|
|
|
11648
11752
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
11649
11753
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
11650
11754
|
theme: {
|
|
11651
|
-
primary_color_hex: '#
|
|
11755
|
+
primary_color_hex: '#db2777'
|
|
11652
11756
|
}
|
|
11653
11757
|
}],
|
|
11654
11758
|
socials: {
|
|
@@ -14514,7 +14618,7 @@ const asset_list = {
|
|
|
14514
14618
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
14515
14619
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
14516
14620
|
theme: {
|
|
14517
|
-
primary_color_hex: '#
|
|
14621
|
+
primary_color_hex: '#db2777'
|
|
14518
14622
|
}
|
|
14519
14623
|
}],
|
|
14520
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
|
}
|