@chain-registry/assets 1.64.50 → 1.64.51
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/cosmoshub.js +102 -0
- package/esm/mainnet/lava.js +84 -0
- package/esm/testnet/axelartestnet.js +8 -8
- package/esm/testnet/titantestnet.js +8 -8
- package/mainnet/cosmoshub.js +102 -0
- package/mainnet/lava.js +84 -0
- package/package.json +5 -5
- package/testnet/axelartestnet.js +8 -8
- package/testnet/titantestnet.js +8 -8
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -2846,6 +2846,57 @@ const assets = {
|
|
|
2846
2846
|
}
|
|
2847
2847
|
}]
|
|
2848
2848
|
},
|
|
2849
|
+
{
|
|
2850
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
2851
|
+
denom_units: [{
|
|
2852
|
+
denom: 'ibc/DA8A15E8BC3962CC433F2B4CA0B3233723DE4A1A68B17DB85C63ECC5B0F83F65',
|
|
2853
|
+
exponent: 0,
|
|
2854
|
+
aliases: ['ulava']
|
|
2855
|
+
}, {
|
|
2856
|
+
denom: 'lava',
|
|
2857
|
+
exponent: 6
|
|
2858
|
+
}],
|
|
2859
|
+
type_asset: 'sdk.coin',
|
|
2860
|
+
base: 'ibc/DA8A15E8BC3962CC433F2B4CA0B3233723DE4A1A68B17DB85C63ECC5B0F83F65',
|
|
2861
|
+
name: 'Lava',
|
|
2862
|
+
coingecko_id: 'lava-network',
|
|
2863
|
+
display: 'lava',
|
|
2864
|
+
symbol: 'LAVA',
|
|
2865
|
+
logo_URIs: {
|
|
2866
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
2867
|
+
},
|
|
2868
|
+
images: [{
|
|
2869
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
2870
|
+
theme: {
|
|
2871
|
+
primary_color_hex: '#6f043e'
|
|
2872
|
+
}
|
|
2873
|
+
}],
|
|
2874
|
+
keywords: [
|
|
2875
|
+
'modular',
|
|
2876
|
+
'data',
|
|
2877
|
+
'data access',
|
|
2878
|
+
'rpc',
|
|
2879
|
+
'staking',
|
|
2880
|
+
'dual staking',
|
|
2881
|
+
'indexing',
|
|
2882
|
+
'incentivized public rpc'
|
|
2883
|
+
],
|
|
2884
|
+
socials: {
|
|
2885
|
+
website: 'https://lavanet.xyz',
|
|
2886
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
2887
|
+
},
|
|
2888
|
+
traces: [{
|
|
2889
|
+
type: 'ibc',
|
|
2890
|
+
counterparty: {
|
|
2891
|
+
channel_id: 'channel-6',
|
|
2892
|
+
base_denom: 'ulava',
|
|
2893
|
+
chain_name: 'lava'
|
|
2894
|
+
},
|
|
2895
|
+
chain: {
|
|
2896
|
+
channel_id: 'channel-969'
|
|
2897
|
+
}
|
|
2898
|
+
}]
|
|
2899
|
+
},
|
|
2849
2900
|
{
|
|
2850
2901
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
2851
2902
|
denom_units: [{
|
|
@@ -5741,6 +5792,57 @@ const assets = {
|
|
|
5741
5792
|
}
|
|
5742
5793
|
}]
|
|
5743
5794
|
},
|
|
5795
|
+
{
|
|
5796
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
5797
|
+
denom_units: [{
|
|
5798
|
+
denom: 'ibc/DA8A15E8BC3962CC433F2B4CA0B3233723DE4A1A68B17DB85C63ECC5B0F83F65',
|
|
5799
|
+
exponent: 0,
|
|
5800
|
+
aliases: ['ulava']
|
|
5801
|
+
}, {
|
|
5802
|
+
denom: 'lava',
|
|
5803
|
+
exponent: 6
|
|
5804
|
+
}],
|
|
5805
|
+
type_asset: 'sdk.coin',
|
|
5806
|
+
base: 'ibc/DA8A15E8BC3962CC433F2B4CA0B3233723DE4A1A68B17DB85C63ECC5B0F83F65',
|
|
5807
|
+
name: 'Lava',
|
|
5808
|
+
coingecko_id: 'lava-network',
|
|
5809
|
+
display: 'lava',
|
|
5810
|
+
symbol: 'LAVA',
|
|
5811
|
+
logo_URIs: {
|
|
5812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
5813
|
+
},
|
|
5814
|
+
images: [{
|
|
5815
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
5816
|
+
theme: {
|
|
5817
|
+
primary_color_hex: '#6f043e'
|
|
5818
|
+
}
|
|
5819
|
+
}],
|
|
5820
|
+
keywords: [
|
|
5821
|
+
'modular',
|
|
5822
|
+
'data',
|
|
5823
|
+
'data access',
|
|
5824
|
+
'rpc',
|
|
5825
|
+
'staking',
|
|
5826
|
+
'dual staking',
|
|
5827
|
+
'indexing',
|
|
5828
|
+
'incentivized public rpc'
|
|
5829
|
+
],
|
|
5830
|
+
socials: {
|
|
5831
|
+
website: 'https://lavanet.xyz',
|
|
5832
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
5833
|
+
},
|
|
5834
|
+
traces: [{
|
|
5835
|
+
type: 'ibc',
|
|
5836
|
+
counterparty: {
|
|
5837
|
+
channel_id: 'channel-6',
|
|
5838
|
+
base_denom: 'ulava',
|
|
5839
|
+
chain_name: 'lava'
|
|
5840
|
+
},
|
|
5841
|
+
chain: {
|
|
5842
|
+
channel_id: 'channel-969'
|
|
5843
|
+
}
|
|
5844
|
+
}]
|
|
5845
|
+
},
|
|
5744
5846
|
{
|
|
5745
5847
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
5746
5848
|
denom_units: [{
|
package/esm/mainnet/lava.js
CHANGED
|
@@ -43,6 +43,48 @@ const assets = {
|
|
|
43
43
|
}
|
|
44
44
|
}]
|
|
45
45
|
},
|
|
46
|
+
{
|
|
47
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
48
|
+
denom_units: [{
|
|
49
|
+
denom: 'ibc/C09A0FFBA11313A32D42A58D820190E71E9D0D5AB3E841C0391EB9A623E07F4B',
|
|
50
|
+
exponent: 0,
|
|
51
|
+
aliases: ['uatom']
|
|
52
|
+
}, {
|
|
53
|
+
denom: 'atom',
|
|
54
|
+
exponent: 6
|
|
55
|
+
}],
|
|
56
|
+
base: 'ibc/C09A0FFBA11313A32D42A58D820190E71E9D0D5AB3E841C0391EB9A623E07F4B',
|
|
57
|
+
name: 'Cosmos Hub Atom',
|
|
58
|
+
display: 'atom',
|
|
59
|
+
symbol: 'ATOM',
|
|
60
|
+
logo_URIs: {
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
63
|
+
},
|
|
64
|
+
coingecko_id: 'cosmos',
|
|
65
|
+
images: [{
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
68
|
+
theme: {
|
|
69
|
+
primary_color_hex: '#272d45'
|
|
70
|
+
}
|
|
71
|
+
}],
|
|
72
|
+
socials: {
|
|
73
|
+
website: 'https://cosmos.network',
|
|
74
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
75
|
+
},
|
|
76
|
+
traces: [{
|
|
77
|
+
type: 'ibc',
|
|
78
|
+
counterparty: {
|
|
79
|
+
channel_id: 'channel-969',
|
|
80
|
+
base_denom: 'uatom',
|
|
81
|
+
chain_name: 'cosmoshub'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-6'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
46
88
|
{
|
|
47
89
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
48
90
|
denom_units: [{
|
|
@@ -85,6 +127,48 @@ const assets = {
|
|
|
85
127
|
}
|
|
86
128
|
}]
|
|
87
129
|
},
|
|
130
|
+
{
|
|
131
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
132
|
+
denom_units: [{
|
|
133
|
+
denom: 'ibc/C09A0FFBA11313A32D42A58D820190E71E9D0D5AB3E841C0391EB9A623E07F4B',
|
|
134
|
+
exponent: 0,
|
|
135
|
+
aliases: ['uatom']
|
|
136
|
+
}, {
|
|
137
|
+
denom: 'atom',
|
|
138
|
+
exponent: 6
|
|
139
|
+
}],
|
|
140
|
+
base: 'ibc/C09A0FFBA11313A32D42A58D820190E71E9D0D5AB3E841C0391EB9A623E07F4B',
|
|
141
|
+
name: 'Cosmos Hub Atom',
|
|
142
|
+
display: 'atom',
|
|
143
|
+
symbol: 'ATOM',
|
|
144
|
+
logo_URIs: {
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
147
|
+
},
|
|
148
|
+
coingecko_id: 'cosmos',
|
|
149
|
+
images: [{
|
|
150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
152
|
+
theme: {
|
|
153
|
+
primary_color_hex: '#272d45'
|
|
154
|
+
}
|
|
155
|
+
}],
|
|
156
|
+
socials: {
|
|
157
|
+
website: 'https://cosmos.network',
|
|
158
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
159
|
+
},
|
|
160
|
+
traces: [{
|
|
161
|
+
type: 'ibc',
|
|
162
|
+
counterparty: {
|
|
163
|
+
channel_id: 'channel-969',
|
|
164
|
+
base_denom: 'uatom',
|
|
165
|
+
chain_name: 'cosmoshub'
|
|
166
|
+
},
|
|
167
|
+
chain: {
|
|
168
|
+
channel_id: 'channel-6'
|
|
169
|
+
}
|
|
170
|
+
}]
|
|
171
|
+
},
|
|
88
172
|
{
|
|
89
173
|
description: 'The native token of Osmosis',
|
|
90
174
|
denom_units: [{
|
|
@@ -359,7 +359,7 @@ const assets = {
|
|
|
359
359
|
description: 'The native token of the Titan network.',
|
|
360
360
|
denom_units: [
|
|
361
361
|
{
|
|
362
|
-
denom: 'ibc/
|
|
362
|
+
denom: 'ibc/5D117E795758A846D84F90ED2CDBB092B5AF5BFDA5E16C70D7E78D41CD856DEA',
|
|
363
363
|
exponent: 0,
|
|
364
364
|
aliases: ['atkx']
|
|
365
365
|
},
|
|
@@ -379,7 +379,7 @@ const assets = {
|
|
|
379
379
|
aliases: []
|
|
380
380
|
}
|
|
381
381
|
],
|
|
382
|
-
base: 'ibc/
|
|
382
|
+
base: 'ibc/5D117E795758A846D84F90ED2CDBB092B5AF5BFDA5E16C70D7E78D41CD856DEA',
|
|
383
383
|
display: 'tkx',
|
|
384
384
|
name: 'titan tkx',
|
|
385
385
|
symbol: 'TKX',
|
|
@@ -393,12 +393,12 @@ const assets = {
|
|
|
393
393
|
traces: [{
|
|
394
394
|
type: 'ibc',
|
|
395
395
|
counterparty: {
|
|
396
|
-
channel_id: 'channel-
|
|
396
|
+
channel_id: 'channel-5',
|
|
397
397
|
base_denom: 'atkx',
|
|
398
398
|
chain_name: 'titantestnet'
|
|
399
399
|
},
|
|
400
400
|
chain: {
|
|
401
|
-
channel_id: 'channel-
|
|
401
|
+
channel_id: 'channel-537'
|
|
402
402
|
}
|
|
403
403
|
}]
|
|
404
404
|
},
|
|
@@ -793,7 +793,7 @@ const assets = {
|
|
|
793
793
|
description: 'The native token of the Titan network.',
|
|
794
794
|
denom_units: [
|
|
795
795
|
{
|
|
796
|
-
denom: 'ibc/
|
|
796
|
+
denom: 'ibc/5D117E795758A846D84F90ED2CDBB092B5AF5BFDA5E16C70D7E78D41CD856DEA',
|
|
797
797
|
exponent: 0,
|
|
798
798
|
aliases: ['atkx']
|
|
799
799
|
},
|
|
@@ -813,7 +813,7 @@ const assets = {
|
|
|
813
813
|
aliases: []
|
|
814
814
|
}
|
|
815
815
|
],
|
|
816
|
-
base: 'ibc/
|
|
816
|
+
base: 'ibc/5D117E795758A846D84F90ED2CDBB092B5AF5BFDA5E16C70D7E78D41CD856DEA',
|
|
817
817
|
display: 'tkx',
|
|
818
818
|
name: 'titan tkx',
|
|
819
819
|
symbol: 'TKX',
|
|
@@ -827,12 +827,12 @@ const assets = {
|
|
|
827
827
|
traces: [{
|
|
828
828
|
type: 'ibc',
|
|
829
829
|
counterparty: {
|
|
830
|
-
channel_id: 'channel-
|
|
830
|
+
channel_id: 'channel-5',
|
|
831
831
|
base_denom: 'atkx',
|
|
832
832
|
chain_name: 'titantestnet'
|
|
833
833
|
},
|
|
834
834
|
chain: {
|
|
835
|
-
channel_id: 'channel-
|
|
835
|
+
channel_id: 'channel-537'
|
|
836
836
|
}
|
|
837
837
|
}]
|
|
838
838
|
},
|
|
@@ -4,14 +4,14 @@ const assets = {
|
|
|
4
4
|
{
|
|
5
5
|
description: 'The native token of Axelar',
|
|
6
6
|
denom_units: [{
|
|
7
|
-
denom: 'ibc/
|
|
7
|
+
denom: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
8
8
|
exponent: 0,
|
|
9
9
|
aliases: ['uaxl']
|
|
10
10
|
}, {
|
|
11
11
|
denom: 'axl',
|
|
12
12
|
exponent: 6
|
|
13
13
|
}],
|
|
14
|
-
base: 'ibc/
|
|
14
|
+
base: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
15
15
|
name: 'Axelar',
|
|
16
16
|
display: 'axl',
|
|
17
17
|
symbol: 'AXL',
|
|
@@ -27,12 +27,12 @@ const assets = {
|
|
|
27
27
|
traces: [{
|
|
28
28
|
type: 'ibc',
|
|
29
29
|
counterparty: {
|
|
30
|
-
channel_id: 'channel-
|
|
30
|
+
channel_id: 'channel-537',
|
|
31
31
|
base_denom: 'uaxl',
|
|
32
32
|
chain_name: 'axelartestnet'
|
|
33
33
|
},
|
|
34
34
|
chain: {
|
|
35
|
-
channel_id: 'channel-
|
|
35
|
+
channel_id: 'channel-5'
|
|
36
36
|
}
|
|
37
37
|
}]
|
|
38
38
|
},
|
|
@@ -180,14 +180,14 @@ const assets = {
|
|
|
180
180
|
{
|
|
181
181
|
description: 'The native token of Axelar',
|
|
182
182
|
denom_units: [{
|
|
183
|
-
denom: 'ibc/
|
|
183
|
+
denom: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
184
184
|
exponent: 0,
|
|
185
185
|
aliases: ['uaxl']
|
|
186
186
|
}, {
|
|
187
187
|
denom: 'axl',
|
|
188
188
|
exponent: 6
|
|
189
189
|
}],
|
|
190
|
-
base: 'ibc/
|
|
190
|
+
base: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
191
191
|
name: 'Axelar',
|
|
192
192
|
display: 'axl',
|
|
193
193
|
symbol: 'AXL',
|
|
@@ -203,12 +203,12 @@ const assets = {
|
|
|
203
203
|
traces: [{
|
|
204
204
|
type: 'ibc',
|
|
205
205
|
counterparty: {
|
|
206
|
-
channel_id: 'channel-
|
|
206
|
+
channel_id: 'channel-537',
|
|
207
207
|
base_denom: 'uaxl',
|
|
208
208
|
chain_name: 'axelartestnet'
|
|
209
209
|
},
|
|
210
210
|
chain: {
|
|
211
|
-
channel_id: 'channel-
|
|
211
|
+
channel_id: 'channel-5'
|
|
212
212
|
}
|
|
213
213
|
}]
|
|
214
214
|
},
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -2848,6 +2848,57 @@ const assets = {
|
|
|
2848
2848
|
}
|
|
2849
2849
|
}]
|
|
2850
2850
|
},
|
|
2851
|
+
{
|
|
2852
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
2853
|
+
denom_units: [{
|
|
2854
|
+
denom: 'ibc/DA8A15E8BC3962CC433F2B4CA0B3233723DE4A1A68B17DB85C63ECC5B0F83F65',
|
|
2855
|
+
exponent: 0,
|
|
2856
|
+
aliases: ['ulava']
|
|
2857
|
+
}, {
|
|
2858
|
+
denom: 'lava',
|
|
2859
|
+
exponent: 6
|
|
2860
|
+
}],
|
|
2861
|
+
type_asset: 'sdk.coin',
|
|
2862
|
+
base: 'ibc/DA8A15E8BC3962CC433F2B4CA0B3233723DE4A1A68B17DB85C63ECC5B0F83F65',
|
|
2863
|
+
name: 'Lava',
|
|
2864
|
+
coingecko_id: 'lava-network',
|
|
2865
|
+
display: 'lava',
|
|
2866
|
+
symbol: 'LAVA',
|
|
2867
|
+
logo_URIs: {
|
|
2868
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
2869
|
+
},
|
|
2870
|
+
images: [{
|
|
2871
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
2872
|
+
theme: {
|
|
2873
|
+
primary_color_hex: '#6f043e'
|
|
2874
|
+
}
|
|
2875
|
+
}],
|
|
2876
|
+
keywords: [
|
|
2877
|
+
'modular',
|
|
2878
|
+
'data',
|
|
2879
|
+
'data access',
|
|
2880
|
+
'rpc',
|
|
2881
|
+
'staking',
|
|
2882
|
+
'dual staking',
|
|
2883
|
+
'indexing',
|
|
2884
|
+
'incentivized public rpc'
|
|
2885
|
+
],
|
|
2886
|
+
socials: {
|
|
2887
|
+
website: 'https://lavanet.xyz',
|
|
2888
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
2889
|
+
},
|
|
2890
|
+
traces: [{
|
|
2891
|
+
type: 'ibc',
|
|
2892
|
+
counterparty: {
|
|
2893
|
+
channel_id: 'channel-6',
|
|
2894
|
+
base_denom: 'ulava',
|
|
2895
|
+
chain_name: 'lava'
|
|
2896
|
+
},
|
|
2897
|
+
chain: {
|
|
2898
|
+
channel_id: 'channel-969'
|
|
2899
|
+
}
|
|
2900
|
+
}]
|
|
2901
|
+
},
|
|
2851
2902
|
{
|
|
2852
2903
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
2853
2904
|
denom_units: [{
|
|
@@ -5743,6 +5794,57 @@ const assets = {
|
|
|
5743
5794
|
}
|
|
5744
5795
|
}]
|
|
5745
5796
|
},
|
|
5797
|
+
{
|
|
5798
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
5799
|
+
denom_units: [{
|
|
5800
|
+
denom: 'ibc/DA8A15E8BC3962CC433F2B4CA0B3233723DE4A1A68B17DB85C63ECC5B0F83F65',
|
|
5801
|
+
exponent: 0,
|
|
5802
|
+
aliases: ['ulava']
|
|
5803
|
+
}, {
|
|
5804
|
+
denom: 'lava',
|
|
5805
|
+
exponent: 6
|
|
5806
|
+
}],
|
|
5807
|
+
type_asset: 'sdk.coin',
|
|
5808
|
+
base: 'ibc/DA8A15E8BC3962CC433F2B4CA0B3233723DE4A1A68B17DB85C63ECC5B0F83F65',
|
|
5809
|
+
name: 'Lava',
|
|
5810
|
+
coingecko_id: 'lava-network',
|
|
5811
|
+
display: 'lava',
|
|
5812
|
+
symbol: 'LAVA',
|
|
5813
|
+
logo_URIs: {
|
|
5814
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
5815
|
+
},
|
|
5816
|
+
images: [{
|
|
5817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
5818
|
+
theme: {
|
|
5819
|
+
primary_color_hex: '#6f043e'
|
|
5820
|
+
}
|
|
5821
|
+
}],
|
|
5822
|
+
keywords: [
|
|
5823
|
+
'modular',
|
|
5824
|
+
'data',
|
|
5825
|
+
'data access',
|
|
5826
|
+
'rpc',
|
|
5827
|
+
'staking',
|
|
5828
|
+
'dual staking',
|
|
5829
|
+
'indexing',
|
|
5830
|
+
'incentivized public rpc'
|
|
5831
|
+
],
|
|
5832
|
+
socials: {
|
|
5833
|
+
website: 'https://lavanet.xyz',
|
|
5834
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
5835
|
+
},
|
|
5836
|
+
traces: [{
|
|
5837
|
+
type: 'ibc',
|
|
5838
|
+
counterparty: {
|
|
5839
|
+
channel_id: 'channel-6',
|
|
5840
|
+
base_denom: 'ulava',
|
|
5841
|
+
chain_name: 'lava'
|
|
5842
|
+
},
|
|
5843
|
+
chain: {
|
|
5844
|
+
channel_id: 'channel-969'
|
|
5845
|
+
}
|
|
5846
|
+
}]
|
|
5847
|
+
},
|
|
5746
5848
|
{
|
|
5747
5849
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
5748
5850
|
denom_units: [{
|
package/mainnet/lava.js
CHANGED
|
@@ -45,6 +45,48 @@ const assets = {
|
|
|
45
45
|
}
|
|
46
46
|
}]
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/C09A0FFBA11313A32D42A58D820190E71E9D0D5AB3E841C0391EB9A623E07F4B',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uatom']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'atom',
|
|
56
|
+
exponent: 6
|
|
57
|
+
}],
|
|
58
|
+
base: 'ibc/C09A0FFBA11313A32D42A58D820190E71E9D0D5AB3E841C0391EB9A623E07F4B',
|
|
59
|
+
name: 'Cosmos Hub Atom',
|
|
60
|
+
display: 'atom',
|
|
61
|
+
symbol: 'ATOM',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
65
|
+
},
|
|
66
|
+
coingecko_id: 'cosmos',
|
|
67
|
+
images: [{
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#272d45'
|
|
72
|
+
}
|
|
73
|
+
}],
|
|
74
|
+
socials: {
|
|
75
|
+
website: 'https://cosmos.network',
|
|
76
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
77
|
+
},
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-969',
|
|
82
|
+
base_denom: 'uatom',
|
|
83
|
+
chain_name: 'cosmoshub'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-6'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
48
90
|
{
|
|
49
91
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
50
92
|
denom_units: [{
|
|
@@ -87,6 +129,48 @@ const assets = {
|
|
|
87
129
|
}
|
|
88
130
|
}]
|
|
89
131
|
},
|
|
132
|
+
{
|
|
133
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
134
|
+
denom_units: [{
|
|
135
|
+
denom: 'ibc/C09A0FFBA11313A32D42A58D820190E71E9D0D5AB3E841C0391EB9A623E07F4B',
|
|
136
|
+
exponent: 0,
|
|
137
|
+
aliases: ['uatom']
|
|
138
|
+
}, {
|
|
139
|
+
denom: 'atom',
|
|
140
|
+
exponent: 6
|
|
141
|
+
}],
|
|
142
|
+
base: 'ibc/C09A0FFBA11313A32D42A58D820190E71E9D0D5AB3E841C0391EB9A623E07F4B',
|
|
143
|
+
name: 'Cosmos Hub Atom',
|
|
144
|
+
display: 'atom',
|
|
145
|
+
symbol: 'ATOM',
|
|
146
|
+
logo_URIs: {
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
149
|
+
},
|
|
150
|
+
coingecko_id: 'cosmos',
|
|
151
|
+
images: [{
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
154
|
+
theme: {
|
|
155
|
+
primary_color_hex: '#272d45'
|
|
156
|
+
}
|
|
157
|
+
}],
|
|
158
|
+
socials: {
|
|
159
|
+
website: 'https://cosmos.network',
|
|
160
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
161
|
+
},
|
|
162
|
+
traces: [{
|
|
163
|
+
type: 'ibc',
|
|
164
|
+
counterparty: {
|
|
165
|
+
channel_id: 'channel-969',
|
|
166
|
+
base_denom: 'uatom',
|
|
167
|
+
chain_name: 'cosmoshub'
|
|
168
|
+
},
|
|
169
|
+
chain: {
|
|
170
|
+
channel_id: 'channel-6'
|
|
171
|
+
}
|
|
172
|
+
}]
|
|
173
|
+
},
|
|
90
174
|
{
|
|
91
175
|
description: 'The native token of Osmosis',
|
|
92
176
|
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.51",
|
|
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.41",
|
|
33
|
+
"chain-registry": "^1.63.51"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.41"
|
|
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": "95c275b8f0e07aec87046ce46258e7a51247f7ac"
|
|
47
47
|
}
|
package/testnet/axelartestnet.js
CHANGED
|
@@ -361,7 +361,7 @@ const assets = {
|
|
|
361
361
|
description: 'The native token of the Titan network.',
|
|
362
362
|
denom_units: [
|
|
363
363
|
{
|
|
364
|
-
denom: 'ibc/
|
|
364
|
+
denom: 'ibc/5D117E795758A846D84F90ED2CDBB092B5AF5BFDA5E16C70D7E78D41CD856DEA',
|
|
365
365
|
exponent: 0,
|
|
366
366
|
aliases: ['atkx']
|
|
367
367
|
},
|
|
@@ -381,7 +381,7 @@ const assets = {
|
|
|
381
381
|
aliases: []
|
|
382
382
|
}
|
|
383
383
|
],
|
|
384
|
-
base: 'ibc/
|
|
384
|
+
base: 'ibc/5D117E795758A846D84F90ED2CDBB092B5AF5BFDA5E16C70D7E78D41CD856DEA',
|
|
385
385
|
display: 'tkx',
|
|
386
386
|
name: 'titan tkx',
|
|
387
387
|
symbol: 'TKX',
|
|
@@ -395,12 +395,12 @@ const assets = {
|
|
|
395
395
|
traces: [{
|
|
396
396
|
type: 'ibc',
|
|
397
397
|
counterparty: {
|
|
398
|
-
channel_id: 'channel-
|
|
398
|
+
channel_id: 'channel-5',
|
|
399
399
|
base_denom: 'atkx',
|
|
400
400
|
chain_name: 'titantestnet'
|
|
401
401
|
},
|
|
402
402
|
chain: {
|
|
403
|
-
channel_id: 'channel-
|
|
403
|
+
channel_id: 'channel-537'
|
|
404
404
|
}
|
|
405
405
|
}]
|
|
406
406
|
},
|
|
@@ -795,7 +795,7 @@ const assets = {
|
|
|
795
795
|
description: 'The native token of the Titan network.',
|
|
796
796
|
denom_units: [
|
|
797
797
|
{
|
|
798
|
-
denom: 'ibc/
|
|
798
|
+
denom: 'ibc/5D117E795758A846D84F90ED2CDBB092B5AF5BFDA5E16C70D7E78D41CD856DEA',
|
|
799
799
|
exponent: 0,
|
|
800
800
|
aliases: ['atkx']
|
|
801
801
|
},
|
|
@@ -815,7 +815,7 @@ const assets = {
|
|
|
815
815
|
aliases: []
|
|
816
816
|
}
|
|
817
817
|
],
|
|
818
|
-
base: 'ibc/
|
|
818
|
+
base: 'ibc/5D117E795758A846D84F90ED2CDBB092B5AF5BFDA5E16C70D7E78D41CD856DEA',
|
|
819
819
|
display: 'tkx',
|
|
820
820
|
name: 'titan tkx',
|
|
821
821
|
symbol: 'TKX',
|
|
@@ -829,12 +829,12 @@ const assets = {
|
|
|
829
829
|
traces: [{
|
|
830
830
|
type: 'ibc',
|
|
831
831
|
counterparty: {
|
|
832
|
-
channel_id: 'channel-
|
|
832
|
+
channel_id: 'channel-5',
|
|
833
833
|
base_denom: 'atkx',
|
|
834
834
|
chain_name: 'titantestnet'
|
|
835
835
|
},
|
|
836
836
|
chain: {
|
|
837
|
-
channel_id: 'channel-
|
|
837
|
+
channel_id: 'channel-537'
|
|
838
838
|
}
|
|
839
839
|
}]
|
|
840
840
|
},
|
package/testnet/titantestnet.js
CHANGED
|
@@ -6,14 +6,14 @@ const assets = {
|
|
|
6
6
|
{
|
|
7
7
|
description: 'The native token of Axelar',
|
|
8
8
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
9
|
+
denom: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
10
10
|
exponent: 0,
|
|
11
11
|
aliases: ['uaxl']
|
|
12
12
|
}, {
|
|
13
13
|
denom: 'axl',
|
|
14
14
|
exponent: 6
|
|
15
15
|
}],
|
|
16
|
-
base: 'ibc/
|
|
16
|
+
base: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
17
17
|
name: 'Axelar',
|
|
18
18
|
display: 'axl',
|
|
19
19
|
symbol: 'AXL',
|
|
@@ -29,12 +29,12 @@ const assets = {
|
|
|
29
29
|
traces: [{
|
|
30
30
|
type: 'ibc',
|
|
31
31
|
counterparty: {
|
|
32
|
-
channel_id: 'channel-
|
|
32
|
+
channel_id: 'channel-537',
|
|
33
33
|
base_denom: 'uaxl',
|
|
34
34
|
chain_name: 'axelartestnet'
|
|
35
35
|
},
|
|
36
36
|
chain: {
|
|
37
|
-
channel_id: 'channel-
|
|
37
|
+
channel_id: 'channel-5'
|
|
38
38
|
}
|
|
39
39
|
}]
|
|
40
40
|
},
|
|
@@ -182,14 +182,14 @@ const assets = {
|
|
|
182
182
|
{
|
|
183
183
|
description: 'The native token of Axelar',
|
|
184
184
|
denom_units: [{
|
|
185
|
-
denom: 'ibc/
|
|
185
|
+
denom: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
186
186
|
exponent: 0,
|
|
187
187
|
aliases: ['uaxl']
|
|
188
188
|
}, {
|
|
189
189
|
denom: 'axl',
|
|
190
190
|
exponent: 6
|
|
191
191
|
}],
|
|
192
|
-
base: 'ibc/
|
|
192
|
+
base: 'ibc/D934516FBE457F3A98AFABD87E0EFF7F95A15325C191EA8CDD7763C702FDDEC2',
|
|
193
193
|
name: 'Axelar',
|
|
194
194
|
display: 'axl',
|
|
195
195
|
symbol: 'AXL',
|
|
@@ -205,12 +205,12 @@ const assets = {
|
|
|
205
205
|
traces: [{
|
|
206
206
|
type: 'ibc',
|
|
207
207
|
counterparty: {
|
|
208
|
-
channel_id: 'channel-
|
|
208
|
+
channel_id: 'channel-537',
|
|
209
209
|
base_denom: 'uaxl',
|
|
210
210
|
chain_name: 'axelartestnet'
|
|
211
211
|
},
|
|
212
212
|
chain: {
|
|
213
|
-
channel_id: 'channel-
|
|
213
|
+
channel_id: 'channel-5'
|
|
214
214
|
}
|
|
215
215
|
}]
|
|
216
216
|
},
|