@chain-registry/assets 1.70.585 → 1.70.586
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/axelar.js +86 -0
- package/esm/mainnet/cosmoshub.js +86 -0
- package/esm/mainnet/gravitybridge.js +86 -0
- package/esm/mainnet/kava.js +86 -0
- package/esm/mainnet/noble.js +86 -0
- package/esm/mainnet/osmosis.js +86 -0
- package/esm/mainnet/stride.js +86 -0
- package/mainnet/axelar.js +86 -0
- package/mainnet/cosmoshub.js +86 -0
- package/mainnet/gravitybridge.js +86 -0
- package/mainnet/kava.js +86 -0
- package/mainnet/noble.js +86 -0
- package/mainnet/osmosis.js +86 -0
- package/mainnet/stride.js +86 -0
- package/package.json +5 -5
package/esm/mainnet/stride.js
CHANGED
|
@@ -994,6 +994,49 @@ const assets = {
|
|
|
994
994
|
}
|
|
995
995
|
}]
|
|
996
996
|
},
|
|
997
|
+
{
|
|
998
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
999
|
+
denom_units: [{
|
|
1000
|
+
denom: 'ibc/CEC36AD63FE5CE8A913C4A7DE267EC01B23AA98EE0B5F142DF17223070E3E8DE',
|
|
1001
|
+
exponent: 0,
|
|
1002
|
+
aliases: ['aHAQQ']
|
|
1003
|
+
}, {
|
|
1004
|
+
denom: 'HAQQ',
|
|
1005
|
+
exponent: 18
|
|
1006
|
+
}],
|
|
1007
|
+
base: 'ibc/CEC36AD63FE5CE8A913C4A7DE267EC01B23AA98EE0B5F142DF17223070E3E8DE',
|
|
1008
|
+
name: 'HAQQ Token',
|
|
1009
|
+
display: 'HAQQ',
|
|
1010
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
1011
|
+
symbol: 'HAQQ',
|
|
1012
|
+
type_asset: 'sdk.coin',
|
|
1013
|
+
logo_URIs: {
|
|
1014
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
1015
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
1016
|
+
},
|
|
1017
|
+
socials: {
|
|
1018
|
+
website: 'https://ethiq.network',
|
|
1019
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
1020
|
+
},
|
|
1021
|
+
images: [{
|
|
1022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
1023
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
1024
|
+
theme: {
|
|
1025
|
+
circle: true
|
|
1026
|
+
}
|
|
1027
|
+
}],
|
|
1028
|
+
traces: [{
|
|
1029
|
+
type: 'ibc',
|
|
1030
|
+
counterparty: {
|
|
1031
|
+
channel_id: 'channel-7',
|
|
1032
|
+
base_denom: 'aHAQQ',
|
|
1033
|
+
chain_name: 'haqq'
|
|
1034
|
+
},
|
|
1035
|
+
chain: {
|
|
1036
|
+
channel_id: 'channel-240'
|
|
1037
|
+
}
|
|
1038
|
+
}]
|
|
1039
|
+
},
|
|
997
1040
|
{
|
|
998
1041
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
999
1042
|
denom_units: [{
|
|
@@ -3017,6 +3060,49 @@ const assets = {
|
|
|
3017
3060
|
}
|
|
3018
3061
|
}]
|
|
3019
3062
|
},
|
|
3063
|
+
{
|
|
3064
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
3065
|
+
denom_units: [{
|
|
3066
|
+
denom: 'ibc/CEC36AD63FE5CE8A913C4A7DE267EC01B23AA98EE0B5F142DF17223070E3E8DE',
|
|
3067
|
+
exponent: 0,
|
|
3068
|
+
aliases: ['aHAQQ']
|
|
3069
|
+
}, {
|
|
3070
|
+
denom: 'HAQQ',
|
|
3071
|
+
exponent: 18
|
|
3072
|
+
}],
|
|
3073
|
+
base: 'ibc/CEC36AD63FE5CE8A913C4A7DE267EC01B23AA98EE0B5F142DF17223070E3E8DE',
|
|
3074
|
+
name: 'HAQQ Token',
|
|
3075
|
+
display: 'HAQQ',
|
|
3076
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
3077
|
+
symbol: 'HAQQ',
|
|
3078
|
+
type_asset: 'sdk.coin',
|
|
3079
|
+
logo_URIs: {
|
|
3080
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
3081
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
3082
|
+
},
|
|
3083
|
+
socials: {
|
|
3084
|
+
website: 'https://ethiq.network',
|
|
3085
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
3086
|
+
},
|
|
3087
|
+
images: [{
|
|
3088
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
3089
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
3090
|
+
theme: {
|
|
3091
|
+
circle: true
|
|
3092
|
+
}
|
|
3093
|
+
}],
|
|
3094
|
+
traces: [{
|
|
3095
|
+
type: 'ibc',
|
|
3096
|
+
counterparty: {
|
|
3097
|
+
channel_id: 'channel-7',
|
|
3098
|
+
base_denom: 'aHAQQ',
|
|
3099
|
+
chain_name: 'haqq'
|
|
3100
|
+
},
|
|
3101
|
+
chain: {
|
|
3102
|
+
channel_id: 'channel-240'
|
|
3103
|
+
}
|
|
3104
|
+
}]
|
|
3105
|
+
},
|
|
3020
3106
|
{
|
|
3021
3107
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
3022
3108
|
denom_units: [{
|
package/mainnet/axelar.js
CHANGED
|
@@ -1845,6 +1845,49 @@ const assets = {
|
|
|
1845
1845
|
}
|
|
1846
1846
|
}]
|
|
1847
1847
|
},
|
|
1848
|
+
{
|
|
1849
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
1850
|
+
denom_units: [{
|
|
1851
|
+
denom: 'ibc/9BD85004E4D7DA55A1302CC0D2F6DC8B172E3F2D89261A2168EF1E781EDA213B',
|
|
1852
|
+
exponent: 0,
|
|
1853
|
+
aliases: ['aHAQQ']
|
|
1854
|
+
}, {
|
|
1855
|
+
denom: 'HAQQ',
|
|
1856
|
+
exponent: 18
|
|
1857
|
+
}],
|
|
1858
|
+
base: 'ibc/9BD85004E4D7DA55A1302CC0D2F6DC8B172E3F2D89261A2168EF1E781EDA213B',
|
|
1859
|
+
name: 'HAQQ Token',
|
|
1860
|
+
display: 'HAQQ',
|
|
1861
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
1862
|
+
symbol: 'HAQQ',
|
|
1863
|
+
type_asset: 'sdk.coin',
|
|
1864
|
+
logo_URIs: {
|
|
1865
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
1866
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
1867
|
+
},
|
|
1868
|
+
socials: {
|
|
1869
|
+
website: 'https://ethiq.network',
|
|
1870
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
1871
|
+
},
|
|
1872
|
+
images: [{
|
|
1873
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
1874
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
1875
|
+
theme: {
|
|
1876
|
+
circle: true
|
|
1877
|
+
}
|
|
1878
|
+
}],
|
|
1879
|
+
traces: [{
|
|
1880
|
+
type: 'ibc',
|
|
1881
|
+
counterparty: {
|
|
1882
|
+
channel_id: 'channel-1',
|
|
1883
|
+
base_denom: 'aHAQQ',
|
|
1884
|
+
chain_name: 'haqq'
|
|
1885
|
+
},
|
|
1886
|
+
chain: {
|
|
1887
|
+
channel_id: 'channel-113'
|
|
1888
|
+
}
|
|
1889
|
+
}]
|
|
1890
|
+
},
|
|
1848
1891
|
{
|
|
1849
1892
|
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
1850
1893
|
denom_units: [{
|
|
@@ -4794,6 +4837,49 @@ const assets = {
|
|
|
4794
4837
|
}
|
|
4795
4838
|
}]
|
|
4796
4839
|
},
|
|
4840
|
+
{
|
|
4841
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
4842
|
+
denom_units: [{
|
|
4843
|
+
denom: 'ibc/9BD85004E4D7DA55A1302CC0D2F6DC8B172E3F2D89261A2168EF1E781EDA213B',
|
|
4844
|
+
exponent: 0,
|
|
4845
|
+
aliases: ['aHAQQ']
|
|
4846
|
+
}, {
|
|
4847
|
+
denom: 'HAQQ',
|
|
4848
|
+
exponent: 18
|
|
4849
|
+
}],
|
|
4850
|
+
base: 'ibc/9BD85004E4D7DA55A1302CC0D2F6DC8B172E3F2D89261A2168EF1E781EDA213B',
|
|
4851
|
+
name: 'HAQQ Token',
|
|
4852
|
+
display: 'HAQQ',
|
|
4853
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
4854
|
+
symbol: 'HAQQ',
|
|
4855
|
+
type_asset: 'sdk.coin',
|
|
4856
|
+
logo_URIs: {
|
|
4857
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
4858
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
4859
|
+
},
|
|
4860
|
+
socials: {
|
|
4861
|
+
website: 'https://ethiq.network',
|
|
4862
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
4863
|
+
},
|
|
4864
|
+
images: [{
|
|
4865
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
4866
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
4867
|
+
theme: {
|
|
4868
|
+
circle: true
|
|
4869
|
+
}
|
|
4870
|
+
}],
|
|
4871
|
+
traces: [{
|
|
4872
|
+
type: 'ibc',
|
|
4873
|
+
counterparty: {
|
|
4874
|
+
channel_id: 'channel-1',
|
|
4875
|
+
base_denom: 'aHAQQ',
|
|
4876
|
+
chain_name: 'haqq'
|
|
4877
|
+
},
|
|
4878
|
+
chain: {
|
|
4879
|
+
channel_id: 'channel-113'
|
|
4880
|
+
}
|
|
4881
|
+
}]
|
|
4882
|
+
},
|
|
4797
4883
|
{
|
|
4798
4884
|
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
4799
4885
|
denom_units: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -3550,6 +3550,49 @@ const assets = {
|
|
|
3550
3550
|
}
|
|
3551
3551
|
}]
|
|
3552
3552
|
},
|
|
3553
|
+
{
|
|
3554
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
3555
|
+
denom_units: [{
|
|
3556
|
+
denom: 'ibc/C9FAE8B64B5A023AFAF1E041513139394BD51190BC03E61668C2A2D6CD5D3767',
|
|
3557
|
+
exponent: 0,
|
|
3558
|
+
aliases: ['aHAQQ']
|
|
3559
|
+
}, {
|
|
3560
|
+
denom: 'HAQQ',
|
|
3561
|
+
exponent: 18
|
|
3562
|
+
}],
|
|
3563
|
+
base: 'ibc/C9FAE8B64B5A023AFAF1E041513139394BD51190BC03E61668C2A2D6CD5D3767',
|
|
3564
|
+
name: 'HAQQ Token',
|
|
3565
|
+
display: 'HAQQ',
|
|
3566
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
3567
|
+
symbol: 'HAQQ',
|
|
3568
|
+
type_asset: 'sdk.coin',
|
|
3569
|
+
logo_URIs: {
|
|
3570
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
3571
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
3572
|
+
},
|
|
3573
|
+
socials: {
|
|
3574
|
+
website: 'https://ethiq.network',
|
|
3575
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
3576
|
+
},
|
|
3577
|
+
images: [{
|
|
3578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
3579
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
3580
|
+
theme: {
|
|
3581
|
+
circle: true
|
|
3582
|
+
}
|
|
3583
|
+
}],
|
|
3584
|
+
traces: [{
|
|
3585
|
+
type: 'ibc',
|
|
3586
|
+
counterparty: {
|
|
3587
|
+
channel_id: 'channel-3',
|
|
3588
|
+
base_denom: 'aHAQQ',
|
|
3589
|
+
chain_name: 'haqq'
|
|
3590
|
+
},
|
|
3591
|
+
chain: {
|
|
3592
|
+
channel_id: 'channel-632'
|
|
3593
|
+
}
|
|
3594
|
+
}]
|
|
3595
|
+
},
|
|
3553
3596
|
{
|
|
3554
3597
|
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
3555
3598
|
denom_units: [{
|
|
@@ -7533,6 +7576,49 @@ const assets = {
|
|
|
7533
7576
|
}
|
|
7534
7577
|
}]
|
|
7535
7578
|
},
|
|
7579
|
+
{
|
|
7580
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
7581
|
+
denom_units: [{
|
|
7582
|
+
denom: 'ibc/C9FAE8B64B5A023AFAF1E041513139394BD51190BC03E61668C2A2D6CD5D3767',
|
|
7583
|
+
exponent: 0,
|
|
7584
|
+
aliases: ['aHAQQ']
|
|
7585
|
+
}, {
|
|
7586
|
+
denom: 'HAQQ',
|
|
7587
|
+
exponent: 18
|
|
7588
|
+
}],
|
|
7589
|
+
base: 'ibc/C9FAE8B64B5A023AFAF1E041513139394BD51190BC03E61668C2A2D6CD5D3767',
|
|
7590
|
+
name: 'HAQQ Token',
|
|
7591
|
+
display: 'HAQQ',
|
|
7592
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
7593
|
+
symbol: 'HAQQ',
|
|
7594
|
+
type_asset: 'sdk.coin',
|
|
7595
|
+
logo_URIs: {
|
|
7596
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
7597
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
7598
|
+
},
|
|
7599
|
+
socials: {
|
|
7600
|
+
website: 'https://ethiq.network',
|
|
7601
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
7602
|
+
},
|
|
7603
|
+
images: [{
|
|
7604
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
7605
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
7606
|
+
theme: {
|
|
7607
|
+
circle: true
|
|
7608
|
+
}
|
|
7609
|
+
}],
|
|
7610
|
+
traces: [{
|
|
7611
|
+
type: 'ibc',
|
|
7612
|
+
counterparty: {
|
|
7613
|
+
channel_id: 'channel-3',
|
|
7614
|
+
base_denom: 'aHAQQ',
|
|
7615
|
+
chain_name: 'haqq'
|
|
7616
|
+
},
|
|
7617
|
+
chain: {
|
|
7618
|
+
channel_id: 'channel-632'
|
|
7619
|
+
}
|
|
7620
|
+
}]
|
|
7621
|
+
},
|
|
7536
7622
|
{
|
|
7537
7623
|
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
7538
7624
|
denom_units: [{
|
package/mainnet/gravitybridge.js
CHANGED
|
@@ -1648,6 +1648,49 @@ const assets = {
|
|
|
1648
1648
|
}
|
|
1649
1649
|
}]
|
|
1650
1650
|
},
|
|
1651
|
+
{
|
|
1652
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
1653
|
+
denom_units: [{
|
|
1654
|
+
denom: 'ibc/3F3DCC2444D4B0F6553EE695E2113D41296D46D53AC1D4AD8D9AFEC8448A21EA',
|
|
1655
|
+
exponent: 0,
|
|
1656
|
+
aliases: ['aHAQQ']
|
|
1657
|
+
}, {
|
|
1658
|
+
denom: 'HAQQ',
|
|
1659
|
+
exponent: 18
|
|
1660
|
+
}],
|
|
1661
|
+
base: 'ibc/3F3DCC2444D4B0F6553EE695E2113D41296D46D53AC1D4AD8D9AFEC8448A21EA',
|
|
1662
|
+
name: 'HAQQ Token',
|
|
1663
|
+
display: 'HAQQ',
|
|
1664
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
1665
|
+
symbol: 'HAQQ',
|
|
1666
|
+
type_asset: 'sdk.coin',
|
|
1667
|
+
logo_URIs: {
|
|
1668
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
1669
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
1670
|
+
},
|
|
1671
|
+
socials: {
|
|
1672
|
+
website: 'https://ethiq.network',
|
|
1673
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
1674
|
+
},
|
|
1675
|
+
images: [{
|
|
1676
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
1677
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
1678
|
+
theme: {
|
|
1679
|
+
circle: true
|
|
1680
|
+
}
|
|
1681
|
+
}],
|
|
1682
|
+
traces: [{
|
|
1683
|
+
type: 'ibc',
|
|
1684
|
+
counterparty: {
|
|
1685
|
+
channel_id: 'channel-0',
|
|
1686
|
+
base_denom: 'aHAQQ',
|
|
1687
|
+
chain_name: 'haqq'
|
|
1688
|
+
},
|
|
1689
|
+
chain: {
|
|
1690
|
+
channel_id: 'channel-100'
|
|
1691
|
+
}
|
|
1692
|
+
}]
|
|
1693
|
+
},
|
|
1651
1694
|
{
|
|
1652
1695
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
1653
1696
|
denom_units: [{
|
|
@@ -2314,6 +2357,49 @@ const assets = {
|
|
|
2314
2357
|
}
|
|
2315
2358
|
}]
|
|
2316
2359
|
},
|
|
2360
|
+
{
|
|
2361
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
2362
|
+
denom_units: [{
|
|
2363
|
+
denom: 'ibc/3F3DCC2444D4B0F6553EE695E2113D41296D46D53AC1D4AD8D9AFEC8448A21EA',
|
|
2364
|
+
exponent: 0,
|
|
2365
|
+
aliases: ['aHAQQ']
|
|
2366
|
+
}, {
|
|
2367
|
+
denom: 'HAQQ',
|
|
2368
|
+
exponent: 18
|
|
2369
|
+
}],
|
|
2370
|
+
base: 'ibc/3F3DCC2444D4B0F6553EE695E2113D41296D46D53AC1D4AD8D9AFEC8448A21EA',
|
|
2371
|
+
name: 'HAQQ Token',
|
|
2372
|
+
display: 'HAQQ',
|
|
2373
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
2374
|
+
symbol: 'HAQQ',
|
|
2375
|
+
type_asset: 'sdk.coin',
|
|
2376
|
+
logo_URIs: {
|
|
2377
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
2378
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
2379
|
+
},
|
|
2380
|
+
socials: {
|
|
2381
|
+
website: 'https://ethiq.network',
|
|
2382
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
2383
|
+
},
|
|
2384
|
+
images: [{
|
|
2385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
2386
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
2387
|
+
theme: {
|
|
2388
|
+
circle: true
|
|
2389
|
+
}
|
|
2390
|
+
}],
|
|
2391
|
+
traces: [{
|
|
2392
|
+
type: 'ibc',
|
|
2393
|
+
counterparty: {
|
|
2394
|
+
channel_id: 'channel-0',
|
|
2395
|
+
base_denom: 'aHAQQ',
|
|
2396
|
+
chain_name: 'haqq'
|
|
2397
|
+
},
|
|
2398
|
+
chain: {
|
|
2399
|
+
channel_id: 'channel-100'
|
|
2400
|
+
}
|
|
2401
|
+
}]
|
|
2402
|
+
},
|
|
2317
2403
|
{
|
|
2318
2404
|
description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
|
|
2319
2405
|
denom_units: [{
|
package/mainnet/kava.js
CHANGED
|
@@ -728,6 +728,49 @@ const assets = {
|
|
|
728
728
|
}
|
|
729
729
|
}]
|
|
730
730
|
},
|
|
731
|
+
{
|
|
732
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
733
|
+
denom_units: [{
|
|
734
|
+
denom: 'ibc/512ED9DCF6B46FC1FB9CD644EE8C8CCC9A4251DC64681AF148FFF1B1B66C41A2',
|
|
735
|
+
exponent: 0,
|
|
736
|
+
aliases: ['aHAQQ']
|
|
737
|
+
}, {
|
|
738
|
+
denom: 'HAQQ',
|
|
739
|
+
exponent: 18
|
|
740
|
+
}],
|
|
741
|
+
base: 'ibc/512ED9DCF6B46FC1FB9CD644EE8C8CCC9A4251DC64681AF148FFF1B1B66C41A2',
|
|
742
|
+
name: 'HAQQ Token',
|
|
743
|
+
display: 'HAQQ',
|
|
744
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
745
|
+
symbol: 'HAQQ',
|
|
746
|
+
type_asset: 'sdk.coin',
|
|
747
|
+
logo_URIs: {
|
|
748
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
749
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
750
|
+
},
|
|
751
|
+
socials: {
|
|
752
|
+
website: 'https://ethiq.network',
|
|
753
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
754
|
+
},
|
|
755
|
+
images: [{
|
|
756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
758
|
+
theme: {
|
|
759
|
+
circle: true
|
|
760
|
+
}
|
|
761
|
+
}],
|
|
762
|
+
traces: [{
|
|
763
|
+
type: 'ibc',
|
|
764
|
+
counterparty: {
|
|
765
|
+
channel_id: 'channel-6',
|
|
766
|
+
base_denom: 'aHAQQ',
|
|
767
|
+
chain_name: 'haqq'
|
|
768
|
+
},
|
|
769
|
+
chain: {
|
|
770
|
+
channel_id: 'channel-135'
|
|
771
|
+
}
|
|
772
|
+
}]
|
|
773
|
+
},
|
|
731
774
|
{
|
|
732
775
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
733
776
|
denom_units: [{
|
|
@@ -1709,6 +1752,49 @@ const assets = {
|
|
|
1709
1752
|
}
|
|
1710
1753
|
}]
|
|
1711
1754
|
},
|
|
1755
|
+
{
|
|
1756
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
1757
|
+
denom_units: [{
|
|
1758
|
+
denom: 'ibc/512ED9DCF6B46FC1FB9CD644EE8C8CCC9A4251DC64681AF148FFF1B1B66C41A2',
|
|
1759
|
+
exponent: 0,
|
|
1760
|
+
aliases: ['aHAQQ']
|
|
1761
|
+
}, {
|
|
1762
|
+
denom: 'HAQQ',
|
|
1763
|
+
exponent: 18
|
|
1764
|
+
}],
|
|
1765
|
+
base: 'ibc/512ED9DCF6B46FC1FB9CD644EE8C8CCC9A4251DC64681AF148FFF1B1B66C41A2',
|
|
1766
|
+
name: 'HAQQ Token',
|
|
1767
|
+
display: 'HAQQ',
|
|
1768
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
1769
|
+
symbol: 'HAQQ',
|
|
1770
|
+
type_asset: 'sdk.coin',
|
|
1771
|
+
logo_URIs: {
|
|
1772
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
1773
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
1774
|
+
},
|
|
1775
|
+
socials: {
|
|
1776
|
+
website: 'https://ethiq.network',
|
|
1777
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
1778
|
+
},
|
|
1779
|
+
images: [{
|
|
1780
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
1781
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
1782
|
+
theme: {
|
|
1783
|
+
circle: true
|
|
1784
|
+
}
|
|
1785
|
+
}],
|
|
1786
|
+
traces: [{
|
|
1787
|
+
type: 'ibc',
|
|
1788
|
+
counterparty: {
|
|
1789
|
+
channel_id: 'channel-6',
|
|
1790
|
+
base_denom: 'aHAQQ',
|
|
1791
|
+
chain_name: 'haqq'
|
|
1792
|
+
},
|
|
1793
|
+
chain: {
|
|
1794
|
+
channel_id: 'channel-135'
|
|
1795
|
+
}
|
|
1796
|
+
}]
|
|
1797
|
+
},
|
|
1712
1798
|
{
|
|
1713
1799
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
1714
1800
|
denom_units: [{
|
package/mainnet/noble.js
CHANGED
|
@@ -1275,6 +1275,49 @@ const assets = {
|
|
|
1275
1275
|
}
|
|
1276
1276
|
}]
|
|
1277
1277
|
},
|
|
1278
|
+
{
|
|
1279
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
1280
|
+
denom_units: [{
|
|
1281
|
+
denom: 'ibc/40040BDFA5530DD0543FB55BDF2EEF1985922F4456E51B06381DC00F861E353E',
|
|
1282
|
+
exponent: 0,
|
|
1283
|
+
aliases: ['aHAQQ']
|
|
1284
|
+
}, {
|
|
1285
|
+
denom: 'HAQQ',
|
|
1286
|
+
exponent: 18
|
|
1287
|
+
}],
|
|
1288
|
+
base: 'ibc/40040BDFA5530DD0543FB55BDF2EEF1985922F4456E51B06381DC00F861E353E',
|
|
1289
|
+
name: 'HAQQ Token',
|
|
1290
|
+
display: 'HAQQ',
|
|
1291
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
1292
|
+
symbol: 'HAQQ',
|
|
1293
|
+
type_asset: 'sdk.coin',
|
|
1294
|
+
logo_URIs: {
|
|
1295
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
1296
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
1297
|
+
},
|
|
1298
|
+
socials: {
|
|
1299
|
+
website: 'https://ethiq.network',
|
|
1300
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
1301
|
+
},
|
|
1302
|
+
images: [{
|
|
1303
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
1304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
1305
|
+
theme: {
|
|
1306
|
+
circle: true
|
|
1307
|
+
}
|
|
1308
|
+
}],
|
|
1309
|
+
traces: [{
|
|
1310
|
+
type: 'ibc',
|
|
1311
|
+
counterparty: {
|
|
1312
|
+
channel_id: 'channel-4',
|
|
1313
|
+
base_denom: 'aHAQQ',
|
|
1314
|
+
chain_name: 'haqq'
|
|
1315
|
+
},
|
|
1316
|
+
chain: {
|
|
1317
|
+
channel_id: 'channel-32'
|
|
1318
|
+
}
|
|
1319
|
+
}]
|
|
1320
|
+
},
|
|
1278
1321
|
{
|
|
1279
1322
|
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
1280
1323
|
denom_units: [{
|
|
@@ -3765,6 +3808,49 @@ const assets = {
|
|
|
3765
3808
|
}
|
|
3766
3809
|
}]
|
|
3767
3810
|
},
|
|
3811
|
+
{
|
|
3812
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
3813
|
+
denom_units: [{
|
|
3814
|
+
denom: 'ibc/40040BDFA5530DD0543FB55BDF2EEF1985922F4456E51B06381DC00F861E353E',
|
|
3815
|
+
exponent: 0,
|
|
3816
|
+
aliases: ['aHAQQ']
|
|
3817
|
+
}, {
|
|
3818
|
+
denom: 'HAQQ',
|
|
3819
|
+
exponent: 18
|
|
3820
|
+
}],
|
|
3821
|
+
base: 'ibc/40040BDFA5530DD0543FB55BDF2EEF1985922F4456E51B06381DC00F861E353E',
|
|
3822
|
+
name: 'HAQQ Token',
|
|
3823
|
+
display: 'HAQQ',
|
|
3824
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
3825
|
+
symbol: 'HAQQ',
|
|
3826
|
+
type_asset: 'sdk.coin',
|
|
3827
|
+
logo_URIs: {
|
|
3828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
3829
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
3830
|
+
},
|
|
3831
|
+
socials: {
|
|
3832
|
+
website: 'https://ethiq.network',
|
|
3833
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
3834
|
+
},
|
|
3835
|
+
images: [{
|
|
3836
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
3837
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
3838
|
+
theme: {
|
|
3839
|
+
circle: true
|
|
3840
|
+
}
|
|
3841
|
+
}],
|
|
3842
|
+
traces: [{
|
|
3843
|
+
type: 'ibc',
|
|
3844
|
+
counterparty: {
|
|
3845
|
+
channel_id: 'channel-4',
|
|
3846
|
+
base_denom: 'aHAQQ',
|
|
3847
|
+
chain_name: 'haqq'
|
|
3848
|
+
},
|
|
3849
|
+
chain: {
|
|
3850
|
+
channel_id: 'channel-32'
|
|
3851
|
+
}
|
|
3852
|
+
}]
|
|
3853
|
+
},
|
|
3768
3854
|
{
|
|
3769
3855
|
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
3770
3856
|
denom_units: [{
|