@chain-registry/assets 1.64.3 → 1.64.5
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/esm/mainnet/composable.js +12 -2
- package/esm/mainnet/cosmoshub.js +20 -2
- package/esm/mainnet/haqq.js +78 -0
- package/esm/mainnet/kujira.js +20 -2
- package/esm/mainnet/osmosis.js +40 -4
- package/esm/mainnet/stride.js +70 -0
- package/mainnet/composable.js +12 -2
- package/mainnet/cosmoshub.js +20 -2
- package/mainnet/haqq.js +78 -0
- package/mainnet/kujira.js +20 -2
- package/mainnet/osmosis.js +40 -4
- package/mainnet/stride.js +70 -0
- package/package.json +5 -5
|
@@ -2305,7 +2305,12 @@ const assets = {
|
|
|
2305
2305
|
exponent: 6
|
|
2306
2306
|
}],
|
|
2307
2307
|
images: [{
|
|
2308
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png'
|
|
2308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png',
|
|
2309
|
+
theme: {
|
|
2310
|
+
primary_color_hex: '#FFFFFF',
|
|
2311
|
+
background_color_hex: '#FFFFFF',
|
|
2312
|
+
circle: false
|
|
2313
|
+
}
|
|
2309
2314
|
}],
|
|
2310
2315
|
socials: {
|
|
2311
2316
|
website: 'https://whinecoin.com/',
|
|
@@ -4309,7 +4314,12 @@ const assets = {
|
|
|
4309
4314
|
exponent: 6
|
|
4310
4315
|
}],
|
|
4311
4316
|
images: [{
|
|
4312
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png'
|
|
4317
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png',
|
|
4318
|
+
theme: {
|
|
4319
|
+
primary_color_hex: '#FFFFFF',
|
|
4320
|
+
background_color_hex: '#FFFFFF',
|
|
4321
|
+
circle: false
|
|
4322
|
+
}
|
|
4313
4323
|
}],
|
|
4314
4324
|
socials: {
|
|
4315
4325
|
website: 'https://whinecoin.com/',
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -3347,8 +3347,17 @@ const assets = {
|
|
|
3347
3347
|
coingecko_id: 'realio-network',
|
|
3348
3348
|
images: [{
|
|
3349
3349
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
3350
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
3350
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
|
|
3351
|
+
theme: {
|
|
3352
|
+
primary_color_hex: '#000000',
|
|
3353
|
+
background_color_hex: '#000000',
|
|
3354
|
+
circle: true
|
|
3355
|
+
}
|
|
3351
3356
|
}],
|
|
3357
|
+
socials: {
|
|
3358
|
+
webiste: 'https://realio.network/',
|
|
3359
|
+
twitter: 'https://x.com/realio_network'
|
|
3360
|
+
},
|
|
3352
3361
|
traces: [{
|
|
3353
3362
|
type: 'ibc',
|
|
3354
3363
|
counterparty: {
|
|
@@ -5962,8 +5971,17 @@ const assets = {
|
|
|
5962
5971
|
coingecko_id: 'realio-network',
|
|
5963
5972
|
images: [{
|
|
5964
5973
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
5965
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
5974
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
|
|
5975
|
+
theme: {
|
|
5976
|
+
primary_color_hex: '#000000',
|
|
5977
|
+
background_color_hex: '#000000',
|
|
5978
|
+
circle: true
|
|
5979
|
+
}
|
|
5966
5980
|
}],
|
|
5981
|
+
socials: {
|
|
5982
|
+
webiste: 'https://realio.network/',
|
|
5983
|
+
twitter: 'https://x.com/realio_network'
|
|
5984
|
+
},
|
|
5967
5985
|
traces: [{
|
|
5968
5986
|
type: 'ibc',
|
|
5969
5987
|
counterparty: {
|
package/esm/mainnet/haqq.js
CHANGED
|
@@ -599,6 +599,45 @@ const assets = {
|
|
|
599
599
|
}
|
|
600
600
|
}]
|
|
601
601
|
},
|
|
602
|
+
{
|
|
603
|
+
description: 'The native token of Stride',
|
|
604
|
+
denom_units: [{
|
|
605
|
+
denom: 'ibc/C59BA2DCB37CC726B34A6D203EEF52B06D7477ED20070821C026F78BB54C9159',
|
|
606
|
+
exponent: 0,
|
|
607
|
+
aliases: ['ustrd']
|
|
608
|
+
}, {
|
|
609
|
+
denom: 'strd',
|
|
610
|
+
exponent: 6
|
|
611
|
+
}],
|
|
612
|
+
base: 'ibc/C59BA2DCB37CC726B34A6D203EEF52B06D7477ED20070821C026F78BB54C9159',
|
|
613
|
+
name: 'Stride',
|
|
614
|
+
display: 'strd',
|
|
615
|
+
symbol: 'STRD',
|
|
616
|
+
logo_URIs: {
|
|
617
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
618
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
619
|
+
},
|
|
620
|
+
coingecko_id: 'stride',
|
|
621
|
+
images: [{
|
|
622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
624
|
+
}],
|
|
625
|
+
socials: {
|
|
626
|
+
website: 'https://stride.zone/',
|
|
627
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
628
|
+
},
|
|
629
|
+
traces: [{
|
|
630
|
+
type: 'ibc',
|
|
631
|
+
counterparty: {
|
|
632
|
+
channel_id: 'channel-240',
|
|
633
|
+
base_denom: 'ustrd',
|
|
634
|
+
chain_name: 'stride'
|
|
635
|
+
},
|
|
636
|
+
chain: {
|
|
637
|
+
channel_id: 'channel-7'
|
|
638
|
+
}
|
|
639
|
+
}]
|
|
640
|
+
},
|
|
602
641
|
{
|
|
603
642
|
description: 'The native staking and governance token of Kava',
|
|
604
643
|
denom_units: [{
|
|
@@ -962,6 +1001,45 @@ const assets = {
|
|
|
962
1001
|
channel_id: 'channel-2'
|
|
963
1002
|
}
|
|
964
1003
|
}]
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
description: 'The native token of Stride',
|
|
1007
|
+
denom_units: [{
|
|
1008
|
+
denom: 'ibc/C59BA2DCB37CC726B34A6D203EEF52B06D7477ED20070821C026F78BB54C9159',
|
|
1009
|
+
exponent: 0,
|
|
1010
|
+
aliases: ['ustrd']
|
|
1011
|
+
}, {
|
|
1012
|
+
denom: 'strd',
|
|
1013
|
+
exponent: 6
|
|
1014
|
+
}],
|
|
1015
|
+
base: 'ibc/C59BA2DCB37CC726B34A6D203EEF52B06D7477ED20070821C026F78BB54C9159',
|
|
1016
|
+
name: 'Stride',
|
|
1017
|
+
display: 'strd',
|
|
1018
|
+
symbol: 'STRD',
|
|
1019
|
+
logo_URIs: {
|
|
1020
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1021
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1022
|
+
},
|
|
1023
|
+
coingecko_id: 'stride',
|
|
1024
|
+
images: [{
|
|
1025
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1026
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1027
|
+
}],
|
|
1028
|
+
socials: {
|
|
1029
|
+
website: 'https://stride.zone/',
|
|
1030
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
1031
|
+
},
|
|
1032
|
+
traces: [{
|
|
1033
|
+
type: 'ibc',
|
|
1034
|
+
counterparty: {
|
|
1035
|
+
channel_id: 'channel-240',
|
|
1036
|
+
base_denom: 'ustrd',
|
|
1037
|
+
chain_name: 'stride'
|
|
1038
|
+
},
|
|
1039
|
+
chain: {
|
|
1040
|
+
channel_id: 'channel-7'
|
|
1041
|
+
}
|
|
1042
|
+
}]
|
|
965
1043
|
}
|
|
966
1044
|
]
|
|
967
1045
|
};
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -3955,8 +3955,17 @@ const assets = {
|
|
|
3955
3955
|
coingecko_id: 'realio-network',
|
|
3956
3956
|
images: [{
|
|
3957
3957
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
3958
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
3958
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
|
|
3959
|
+
theme: {
|
|
3960
|
+
primary_color_hex: '#000000',
|
|
3961
|
+
background_color_hex: '#000000',
|
|
3962
|
+
circle: true
|
|
3963
|
+
}
|
|
3959
3964
|
}],
|
|
3965
|
+
socials: {
|
|
3966
|
+
webiste: 'https://realio.network/',
|
|
3967
|
+
twitter: 'https://x.com/realio_network'
|
|
3968
|
+
},
|
|
3960
3969
|
traces: [{
|
|
3961
3970
|
type: 'ibc',
|
|
3962
3971
|
counterparty: {
|
|
@@ -5062,8 +5071,17 @@ const assets = {
|
|
|
5062
5071
|
coingecko_id: 'realio-network',
|
|
5063
5072
|
images: [{
|
|
5064
5073
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
5065
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
5074
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
|
|
5075
|
+
theme: {
|
|
5076
|
+
primary_color_hex: '#000000',
|
|
5077
|
+
background_color_hex: '#000000',
|
|
5078
|
+
circle: true
|
|
5079
|
+
}
|
|
5066
5080
|
}],
|
|
5081
|
+
socials: {
|
|
5082
|
+
webiste: 'https://realio.network/',
|
|
5083
|
+
twitter: 'https://x.com/realio_network'
|
|
5084
|
+
},
|
|
5067
5085
|
traces: [{
|
|
5068
5086
|
type: 'ibc',
|
|
5069
5087
|
counterparty: {
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -9830,8 +9830,17 @@ const assets = {
|
|
|
9830
9830
|
coingecko_id: 'realio-network',
|
|
9831
9831
|
images: [{
|
|
9832
9832
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
9833
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
9833
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
|
|
9834
|
+
theme: {
|
|
9835
|
+
primary_color_hex: '#000000',
|
|
9836
|
+
background_color_hex: '#000000',
|
|
9837
|
+
circle: true
|
|
9838
|
+
}
|
|
9834
9839
|
}],
|
|
9840
|
+
socials: {
|
|
9841
|
+
webiste: 'https://realio.network/',
|
|
9842
|
+
twitter: 'https://x.com/realio_network'
|
|
9843
|
+
},
|
|
9835
9844
|
traces: [{
|
|
9836
9845
|
type: 'ibc',
|
|
9837
9846
|
counterparty: {
|
|
@@ -10386,8 +10395,17 @@ const assets = {
|
|
|
10386
10395
|
coingecko_id: 'six-sigma',
|
|
10387
10396
|
images: [{
|
|
10388
10397
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png',
|
|
10389
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg'
|
|
10398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg',
|
|
10399
|
+
theme: {
|
|
10400
|
+
primary_color_hex: '#C0A15B',
|
|
10401
|
+
background_color_hex: '#00000000',
|
|
10402
|
+
circle: false
|
|
10403
|
+
}
|
|
10390
10404
|
}],
|
|
10405
|
+
socials: {
|
|
10406
|
+
website: 'https://sgenetwork.io/',
|
|
10407
|
+
twitter: 'https://x.com/sge_network'
|
|
10408
|
+
},
|
|
10391
10409
|
traces: [{
|
|
10392
10410
|
type: 'ibc',
|
|
10393
10411
|
counterparty: {
|
|
@@ -12448,8 +12466,17 @@ const assets = {
|
|
|
12448
12466
|
coingecko_id: 'realio-network',
|
|
12449
12467
|
images: [{
|
|
12450
12468
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
12451
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
12469
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
|
|
12470
|
+
theme: {
|
|
12471
|
+
primary_color_hex: '#000000',
|
|
12472
|
+
background_color_hex: '#000000',
|
|
12473
|
+
circle: true
|
|
12474
|
+
}
|
|
12452
12475
|
}],
|
|
12476
|
+
socials: {
|
|
12477
|
+
webiste: 'https://realio.network/',
|
|
12478
|
+
twitter: 'https://x.com/realio_network'
|
|
12479
|
+
},
|
|
12453
12480
|
traces: [{
|
|
12454
12481
|
type: 'ibc',
|
|
12455
12482
|
counterparty: {
|
|
@@ -13004,8 +13031,17 @@ const assets = {
|
|
|
13004
13031
|
coingecko_id: 'six-sigma',
|
|
13005
13032
|
images: [{
|
|
13006
13033
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png',
|
|
13007
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg'
|
|
13034
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg',
|
|
13035
|
+
theme: {
|
|
13036
|
+
primary_color_hex: '#C0A15B',
|
|
13037
|
+
background_color_hex: '#00000000',
|
|
13038
|
+
circle: false
|
|
13039
|
+
}
|
|
13008
13040
|
}],
|
|
13041
|
+
socials: {
|
|
13042
|
+
website: 'https://sgenetwork.io/',
|
|
13043
|
+
twitter: 'https://x.com/sge_network'
|
|
13044
|
+
},
|
|
13009
13045
|
traces: [{
|
|
13010
13046
|
type: 'ibc',
|
|
13011
13047
|
counterparty: {
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -821,6 +821,41 @@ const assets = {
|
|
|
821
821
|
}
|
|
822
822
|
}]
|
|
823
823
|
},
|
|
824
|
+
{
|
|
825
|
+
description: 'The native EVM, governance and staking token of the Haqq Network',
|
|
826
|
+
denom_units: [{
|
|
827
|
+
denom: 'ibc/255BEB856BFBC1B75A3C349CF769E9FADEB595804F4FC688A72D651576B9180E',
|
|
828
|
+
exponent: 0,
|
|
829
|
+
aliases: ['aISLM']
|
|
830
|
+
}, {
|
|
831
|
+
denom: 'ISLM',
|
|
832
|
+
exponent: 18
|
|
833
|
+
}],
|
|
834
|
+
base: 'ibc/255BEB856BFBC1B75A3C349CF769E9FADEB595804F4FC688A72D651576B9180E',
|
|
835
|
+
name: 'Islamic Coin',
|
|
836
|
+
display: 'ISLM',
|
|
837
|
+
symbol: 'ISLM',
|
|
838
|
+
coingecko_id: 'islamic-coin',
|
|
839
|
+
logo_URIs: {
|
|
840
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
841
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
842
|
+
},
|
|
843
|
+
images: [{
|
|
844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
846
|
+
}],
|
|
847
|
+
traces: [{
|
|
848
|
+
type: 'ibc',
|
|
849
|
+
counterparty: {
|
|
850
|
+
channel_id: 'channel-7',
|
|
851
|
+
base_denom: 'aISLM',
|
|
852
|
+
chain_name: 'haqq'
|
|
853
|
+
},
|
|
854
|
+
chain: {
|
|
855
|
+
channel_id: 'channel-240'
|
|
856
|
+
}
|
|
857
|
+
}]
|
|
858
|
+
},
|
|
824
859
|
{
|
|
825
860
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
826
861
|
denom_units: [{
|
|
@@ -2469,6 +2504,41 @@ const assets = {
|
|
|
2469
2504
|
}
|
|
2470
2505
|
}]
|
|
2471
2506
|
},
|
|
2507
|
+
{
|
|
2508
|
+
description: 'The native EVM, governance and staking token of the Haqq Network',
|
|
2509
|
+
denom_units: [{
|
|
2510
|
+
denom: 'ibc/255BEB856BFBC1B75A3C349CF769E9FADEB595804F4FC688A72D651576B9180E',
|
|
2511
|
+
exponent: 0,
|
|
2512
|
+
aliases: ['aISLM']
|
|
2513
|
+
}, {
|
|
2514
|
+
denom: 'ISLM',
|
|
2515
|
+
exponent: 18
|
|
2516
|
+
}],
|
|
2517
|
+
base: 'ibc/255BEB856BFBC1B75A3C349CF769E9FADEB595804F4FC688A72D651576B9180E',
|
|
2518
|
+
name: 'Islamic Coin',
|
|
2519
|
+
display: 'ISLM',
|
|
2520
|
+
symbol: 'ISLM',
|
|
2521
|
+
coingecko_id: 'islamic-coin',
|
|
2522
|
+
logo_URIs: {
|
|
2523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
2524
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
2525
|
+
},
|
|
2526
|
+
images: [{
|
|
2527
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
2528
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
2529
|
+
}],
|
|
2530
|
+
traces: [{
|
|
2531
|
+
type: 'ibc',
|
|
2532
|
+
counterparty: {
|
|
2533
|
+
channel_id: 'channel-7',
|
|
2534
|
+
base_denom: 'aISLM',
|
|
2535
|
+
chain_name: 'haqq'
|
|
2536
|
+
},
|
|
2537
|
+
chain: {
|
|
2538
|
+
channel_id: 'channel-240'
|
|
2539
|
+
}
|
|
2540
|
+
}]
|
|
2541
|
+
},
|
|
2472
2542
|
{
|
|
2473
2543
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
2474
2544
|
denom_units: [{
|
package/mainnet/composable.js
CHANGED
|
@@ -2307,7 +2307,12 @@ const assets = {
|
|
|
2307
2307
|
exponent: 6
|
|
2308
2308
|
}],
|
|
2309
2309
|
images: [{
|
|
2310
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png'
|
|
2310
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png',
|
|
2311
|
+
theme: {
|
|
2312
|
+
primary_color_hex: '#FFFFFF',
|
|
2313
|
+
background_color_hex: '#FFFFFF',
|
|
2314
|
+
circle: false
|
|
2315
|
+
}
|
|
2311
2316
|
}],
|
|
2312
2317
|
socials: {
|
|
2313
2318
|
website: 'https://whinecoin.com/',
|
|
@@ -4311,7 +4316,12 @@ const assets = {
|
|
|
4311
4316
|
exponent: 6
|
|
4312
4317
|
}],
|
|
4313
4318
|
images: [{
|
|
4314
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png'
|
|
4319
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png',
|
|
4320
|
+
theme: {
|
|
4321
|
+
primary_color_hex: '#FFFFFF',
|
|
4322
|
+
background_color_hex: '#FFFFFF',
|
|
4323
|
+
circle: false
|
|
4324
|
+
}
|
|
4315
4325
|
}],
|
|
4316
4326
|
socials: {
|
|
4317
4327
|
website: 'https://whinecoin.com/',
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -3349,8 +3349,17 @@ const assets = {
|
|
|
3349
3349
|
coingecko_id: 'realio-network',
|
|
3350
3350
|
images: [{
|
|
3351
3351
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
3352
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
3352
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
|
|
3353
|
+
theme: {
|
|
3354
|
+
primary_color_hex: '#000000',
|
|
3355
|
+
background_color_hex: '#000000',
|
|
3356
|
+
circle: true
|
|
3357
|
+
}
|
|
3353
3358
|
}],
|
|
3359
|
+
socials: {
|
|
3360
|
+
webiste: 'https://realio.network/',
|
|
3361
|
+
twitter: 'https://x.com/realio_network'
|
|
3362
|
+
},
|
|
3354
3363
|
traces: [{
|
|
3355
3364
|
type: 'ibc',
|
|
3356
3365
|
counterparty: {
|
|
@@ -5964,8 +5973,17 @@ const assets = {
|
|
|
5964
5973
|
coingecko_id: 'realio-network',
|
|
5965
5974
|
images: [{
|
|
5966
5975
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
5967
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
5976
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
|
|
5977
|
+
theme: {
|
|
5978
|
+
primary_color_hex: '#000000',
|
|
5979
|
+
background_color_hex: '#000000',
|
|
5980
|
+
circle: true
|
|
5981
|
+
}
|
|
5968
5982
|
}],
|
|
5983
|
+
socials: {
|
|
5984
|
+
webiste: 'https://realio.network/',
|
|
5985
|
+
twitter: 'https://x.com/realio_network'
|
|
5986
|
+
},
|
|
5969
5987
|
traces: [{
|
|
5970
5988
|
type: 'ibc',
|
|
5971
5989
|
counterparty: {
|
package/mainnet/haqq.js
CHANGED
|
@@ -601,6 +601,45 @@ const assets = {
|
|
|
601
601
|
}
|
|
602
602
|
}]
|
|
603
603
|
},
|
|
604
|
+
{
|
|
605
|
+
description: 'The native token of Stride',
|
|
606
|
+
denom_units: [{
|
|
607
|
+
denom: 'ibc/C59BA2DCB37CC726B34A6D203EEF52B06D7477ED20070821C026F78BB54C9159',
|
|
608
|
+
exponent: 0,
|
|
609
|
+
aliases: ['ustrd']
|
|
610
|
+
}, {
|
|
611
|
+
denom: 'strd',
|
|
612
|
+
exponent: 6
|
|
613
|
+
}],
|
|
614
|
+
base: 'ibc/C59BA2DCB37CC726B34A6D203EEF52B06D7477ED20070821C026F78BB54C9159',
|
|
615
|
+
name: 'Stride',
|
|
616
|
+
display: 'strd',
|
|
617
|
+
symbol: 'STRD',
|
|
618
|
+
logo_URIs: {
|
|
619
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
620
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
621
|
+
},
|
|
622
|
+
coingecko_id: 'stride',
|
|
623
|
+
images: [{
|
|
624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
625
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
626
|
+
}],
|
|
627
|
+
socials: {
|
|
628
|
+
website: 'https://stride.zone/',
|
|
629
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
630
|
+
},
|
|
631
|
+
traces: [{
|
|
632
|
+
type: 'ibc',
|
|
633
|
+
counterparty: {
|
|
634
|
+
channel_id: 'channel-240',
|
|
635
|
+
base_denom: 'ustrd',
|
|
636
|
+
chain_name: 'stride'
|
|
637
|
+
},
|
|
638
|
+
chain: {
|
|
639
|
+
channel_id: 'channel-7'
|
|
640
|
+
}
|
|
641
|
+
}]
|
|
642
|
+
},
|
|
604
643
|
{
|
|
605
644
|
description: 'The native staking and governance token of Kava',
|
|
606
645
|
denom_units: [{
|
|
@@ -964,6 +1003,45 @@ const assets = {
|
|
|
964
1003
|
channel_id: 'channel-2'
|
|
965
1004
|
}
|
|
966
1005
|
}]
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
description: 'The native token of Stride',
|
|
1009
|
+
denom_units: [{
|
|
1010
|
+
denom: 'ibc/C59BA2DCB37CC726B34A6D203EEF52B06D7477ED20070821C026F78BB54C9159',
|
|
1011
|
+
exponent: 0,
|
|
1012
|
+
aliases: ['ustrd']
|
|
1013
|
+
}, {
|
|
1014
|
+
denom: 'strd',
|
|
1015
|
+
exponent: 6
|
|
1016
|
+
}],
|
|
1017
|
+
base: 'ibc/C59BA2DCB37CC726B34A6D203EEF52B06D7477ED20070821C026F78BB54C9159',
|
|
1018
|
+
name: 'Stride',
|
|
1019
|
+
display: 'strd',
|
|
1020
|
+
symbol: 'STRD',
|
|
1021
|
+
logo_URIs: {
|
|
1022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1023
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1024
|
+
},
|
|
1025
|
+
coingecko_id: 'stride',
|
|
1026
|
+
images: [{
|
|
1027
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1028
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1029
|
+
}],
|
|
1030
|
+
socials: {
|
|
1031
|
+
website: 'https://stride.zone/',
|
|
1032
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
1033
|
+
},
|
|
1034
|
+
traces: [{
|
|
1035
|
+
type: 'ibc',
|
|
1036
|
+
counterparty: {
|
|
1037
|
+
channel_id: 'channel-240',
|
|
1038
|
+
base_denom: 'ustrd',
|
|
1039
|
+
chain_name: 'stride'
|
|
1040
|
+
},
|
|
1041
|
+
chain: {
|
|
1042
|
+
channel_id: 'channel-7'
|
|
1043
|
+
}
|
|
1044
|
+
}]
|
|
967
1045
|
}
|
|
968
1046
|
]
|
|
969
1047
|
};
|
package/mainnet/kujira.js
CHANGED
|
@@ -3957,8 +3957,17 @@ const assets = {
|
|
|
3957
3957
|
coingecko_id: 'realio-network',
|
|
3958
3958
|
images: [{
|
|
3959
3959
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
3960
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
3960
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
|
|
3961
|
+
theme: {
|
|
3962
|
+
primary_color_hex: '#000000',
|
|
3963
|
+
background_color_hex: '#000000',
|
|
3964
|
+
circle: true
|
|
3965
|
+
}
|
|
3961
3966
|
}],
|
|
3967
|
+
socials: {
|
|
3968
|
+
webiste: 'https://realio.network/',
|
|
3969
|
+
twitter: 'https://x.com/realio_network'
|
|
3970
|
+
},
|
|
3962
3971
|
traces: [{
|
|
3963
3972
|
type: 'ibc',
|
|
3964
3973
|
counterparty: {
|
|
@@ -5064,8 +5073,17 @@ const assets = {
|
|
|
5064
5073
|
coingecko_id: 'realio-network',
|
|
5065
5074
|
images: [{
|
|
5066
5075
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
5067
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
5076
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
|
|
5077
|
+
theme: {
|
|
5078
|
+
primary_color_hex: '#000000',
|
|
5079
|
+
background_color_hex: '#000000',
|
|
5080
|
+
circle: true
|
|
5081
|
+
}
|
|
5068
5082
|
}],
|
|
5083
|
+
socials: {
|
|
5084
|
+
webiste: 'https://realio.network/',
|
|
5085
|
+
twitter: 'https://x.com/realio_network'
|
|
5086
|
+
},
|
|
5069
5087
|
traces: [{
|
|
5070
5088
|
type: 'ibc',
|
|
5071
5089
|
counterparty: {
|
package/mainnet/osmosis.js
CHANGED
|
@@ -9832,8 +9832,17 @@ const assets = {
|
|
|
9832
9832
|
coingecko_id: 'realio-network',
|
|
9833
9833
|
images: [{
|
|
9834
9834
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
9835
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
9835
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
|
|
9836
|
+
theme: {
|
|
9837
|
+
primary_color_hex: '#000000',
|
|
9838
|
+
background_color_hex: '#000000',
|
|
9839
|
+
circle: true
|
|
9840
|
+
}
|
|
9836
9841
|
}],
|
|
9842
|
+
socials: {
|
|
9843
|
+
webiste: 'https://realio.network/',
|
|
9844
|
+
twitter: 'https://x.com/realio_network'
|
|
9845
|
+
},
|
|
9837
9846
|
traces: [{
|
|
9838
9847
|
type: 'ibc',
|
|
9839
9848
|
counterparty: {
|
|
@@ -10388,8 +10397,17 @@ const assets = {
|
|
|
10388
10397
|
coingecko_id: 'six-sigma',
|
|
10389
10398
|
images: [{
|
|
10390
10399
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png',
|
|
10391
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg'
|
|
10400
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg',
|
|
10401
|
+
theme: {
|
|
10402
|
+
primary_color_hex: '#C0A15B',
|
|
10403
|
+
background_color_hex: '#00000000',
|
|
10404
|
+
circle: false
|
|
10405
|
+
}
|
|
10392
10406
|
}],
|
|
10407
|
+
socials: {
|
|
10408
|
+
website: 'https://sgenetwork.io/',
|
|
10409
|
+
twitter: 'https://x.com/sge_network'
|
|
10410
|
+
},
|
|
10393
10411
|
traces: [{
|
|
10394
10412
|
type: 'ibc',
|
|
10395
10413
|
counterparty: {
|
|
@@ -12450,8 +12468,17 @@ const assets = {
|
|
|
12450
12468
|
coingecko_id: 'realio-network',
|
|
12451
12469
|
images: [{
|
|
12452
12470
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
|
|
12453
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
|
|
12471
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
|
|
12472
|
+
theme: {
|
|
12473
|
+
primary_color_hex: '#000000',
|
|
12474
|
+
background_color_hex: '#000000',
|
|
12475
|
+
circle: true
|
|
12476
|
+
}
|
|
12454
12477
|
}],
|
|
12478
|
+
socials: {
|
|
12479
|
+
webiste: 'https://realio.network/',
|
|
12480
|
+
twitter: 'https://x.com/realio_network'
|
|
12481
|
+
},
|
|
12455
12482
|
traces: [{
|
|
12456
12483
|
type: 'ibc',
|
|
12457
12484
|
counterparty: {
|
|
@@ -13006,8 +13033,17 @@ const assets = {
|
|
|
13006
13033
|
coingecko_id: 'six-sigma',
|
|
13007
13034
|
images: [{
|
|
13008
13035
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png',
|
|
13009
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg'
|
|
13036
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg',
|
|
13037
|
+
theme: {
|
|
13038
|
+
primary_color_hex: '#C0A15B',
|
|
13039
|
+
background_color_hex: '#00000000',
|
|
13040
|
+
circle: false
|
|
13041
|
+
}
|
|
13010
13042
|
}],
|
|
13043
|
+
socials: {
|
|
13044
|
+
website: 'https://sgenetwork.io/',
|
|
13045
|
+
twitter: 'https://x.com/sge_network'
|
|
13046
|
+
},
|
|
13011
13047
|
traces: [{
|
|
13012
13048
|
type: 'ibc',
|
|
13013
13049
|
counterparty: {
|
package/mainnet/stride.js
CHANGED
|
@@ -823,6 +823,41 @@ const assets = {
|
|
|
823
823
|
}
|
|
824
824
|
}]
|
|
825
825
|
},
|
|
826
|
+
{
|
|
827
|
+
description: 'The native EVM, governance and staking token of the Haqq Network',
|
|
828
|
+
denom_units: [{
|
|
829
|
+
denom: 'ibc/255BEB856BFBC1B75A3C349CF769E9FADEB595804F4FC688A72D651576B9180E',
|
|
830
|
+
exponent: 0,
|
|
831
|
+
aliases: ['aISLM']
|
|
832
|
+
}, {
|
|
833
|
+
denom: 'ISLM',
|
|
834
|
+
exponent: 18
|
|
835
|
+
}],
|
|
836
|
+
base: 'ibc/255BEB856BFBC1B75A3C349CF769E9FADEB595804F4FC688A72D651576B9180E',
|
|
837
|
+
name: 'Islamic Coin',
|
|
838
|
+
display: 'ISLM',
|
|
839
|
+
symbol: 'ISLM',
|
|
840
|
+
coingecko_id: 'islamic-coin',
|
|
841
|
+
logo_URIs: {
|
|
842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
843
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
844
|
+
},
|
|
845
|
+
images: [{
|
|
846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
847
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
848
|
+
}],
|
|
849
|
+
traces: [{
|
|
850
|
+
type: 'ibc',
|
|
851
|
+
counterparty: {
|
|
852
|
+
channel_id: 'channel-7',
|
|
853
|
+
base_denom: 'aISLM',
|
|
854
|
+
chain_name: 'haqq'
|
|
855
|
+
},
|
|
856
|
+
chain: {
|
|
857
|
+
channel_id: 'channel-240'
|
|
858
|
+
}
|
|
859
|
+
}]
|
|
860
|
+
},
|
|
826
861
|
{
|
|
827
862
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
828
863
|
denom_units: [{
|
|
@@ -2471,6 +2506,41 @@ const assets = {
|
|
|
2471
2506
|
}
|
|
2472
2507
|
}]
|
|
2473
2508
|
},
|
|
2509
|
+
{
|
|
2510
|
+
description: 'The native EVM, governance and staking token of the Haqq Network',
|
|
2511
|
+
denom_units: [{
|
|
2512
|
+
denom: 'ibc/255BEB856BFBC1B75A3C349CF769E9FADEB595804F4FC688A72D651576B9180E',
|
|
2513
|
+
exponent: 0,
|
|
2514
|
+
aliases: ['aISLM']
|
|
2515
|
+
}, {
|
|
2516
|
+
denom: 'ISLM',
|
|
2517
|
+
exponent: 18
|
|
2518
|
+
}],
|
|
2519
|
+
base: 'ibc/255BEB856BFBC1B75A3C349CF769E9FADEB595804F4FC688A72D651576B9180E',
|
|
2520
|
+
name: 'Islamic Coin',
|
|
2521
|
+
display: 'ISLM',
|
|
2522
|
+
symbol: 'ISLM',
|
|
2523
|
+
coingecko_id: 'islamic-coin',
|
|
2524
|
+
logo_URIs: {
|
|
2525
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
2526
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
2527
|
+
},
|
|
2528
|
+
images: [{
|
|
2529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
2530
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
2531
|
+
}],
|
|
2532
|
+
traces: [{
|
|
2533
|
+
type: 'ibc',
|
|
2534
|
+
counterparty: {
|
|
2535
|
+
channel_id: 'channel-7',
|
|
2536
|
+
base_denom: 'aISLM',
|
|
2537
|
+
chain_name: 'haqq'
|
|
2538
|
+
},
|
|
2539
|
+
chain: {
|
|
2540
|
+
channel_id: 'channel-240'
|
|
2541
|
+
}
|
|
2542
|
+
}]
|
|
2543
|
+
},
|
|
2474
2544
|
{
|
|
2475
2545
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
2476
2546
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.5",
|
|
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.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.4",
|
|
33
|
+
"chain-registry": "^1.63.5"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.4"
|
|
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": "ecf2905e48d40385f23712ee97e65dd9a2d1ab22"
|
|
47
47
|
}
|