@chain-registry/assets 1.64.38 → 1.64.39
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/andromeda.js +84 -0
- package/esm/mainnet/archway.js +0 -76
- package/esm/mainnet/bandchain.js +84 -0
- package/esm/mainnet/dydx.js +74 -0
- package/esm/mainnet/kyve.js +156 -0
- package/esm/mainnet/okexchain.js +0 -76
- package/esm/mainnet/osmosis.js +0 -76
- package/esm/mainnet/pryzm.js +178 -0
- package/esm/mainnet/source.js +84 -0
- package/esm/mainnet/stride.js +158 -0
- package/mainnet/andromeda.js +84 -0
- package/mainnet/archway.js +0 -76
- package/mainnet/bandchain.js +84 -0
- package/mainnet/dydx.js +74 -0
- package/mainnet/kyve.js +156 -0
- package/mainnet/okexchain.js +0 -76
- package/mainnet/osmosis.js +0 -76
- package/mainnet/pryzm.js +178 -0
- package/mainnet/source.js +84 -0
- package/mainnet/stride.js +158 -0
- package/package.json +5 -5
package/esm/mainnet/andromeda.js
CHANGED
|
@@ -364,6 +364,48 @@ const assets = {
|
|
|
364
364
|
}
|
|
365
365
|
}]
|
|
366
366
|
},
|
|
367
|
+
{
|
|
368
|
+
description: 'The native utility token of the KYVE network.',
|
|
369
|
+
denom_units: [{
|
|
370
|
+
denom: 'ibc/1FFDAE788DE0ABC1E0F7E110C39CA58EE0700ED4185CFAC25911F17F2F6A0DEF',
|
|
371
|
+
exponent: 0,
|
|
372
|
+
aliases: ['ukyve']
|
|
373
|
+
}, {
|
|
374
|
+
denom: 'kyve',
|
|
375
|
+
exponent: 6
|
|
376
|
+
}],
|
|
377
|
+
base: 'ibc/1FFDAE788DE0ABC1E0F7E110C39CA58EE0700ED4185CFAC25911F17F2F6A0DEF',
|
|
378
|
+
name: 'KYVE',
|
|
379
|
+
display: 'kyve',
|
|
380
|
+
symbol: 'KYVE',
|
|
381
|
+
logo_URIs: {
|
|
382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
383
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
|
|
384
|
+
},
|
|
385
|
+
coingecko_id: 'kyve-network',
|
|
386
|
+
images: [{
|
|
387
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
388
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg',
|
|
389
|
+
theme: {
|
|
390
|
+
primary_color_hex: '#335350'
|
|
391
|
+
}
|
|
392
|
+
}],
|
|
393
|
+
socials: {
|
|
394
|
+
website: 'https://www.kyve.network/',
|
|
395
|
+
twitter: 'https://twitter.com/KYVENetwork'
|
|
396
|
+
},
|
|
397
|
+
traces: [{
|
|
398
|
+
type: 'ibc',
|
|
399
|
+
counterparty: {
|
|
400
|
+
channel_id: 'channel-2',
|
|
401
|
+
base_denom: 'ukyve',
|
|
402
|
+
chain_name: 'kyve'
|
|
403
|
+
},
|
|
404
|
+
chain: {
|
|
405
|
+
channel_id: 'channel-14'
|
|
406
|
+
}
|
|
407
|
+
}]
|
|
408
|
+
},
|
|
367
409
|
{
|
|
368
410
|
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
369
411
|
denom_units: [{
|
|
@@ -811,6 +853,48 @@ const assets = {
|
|
|
811
853
|
}
|
|
812
854
|
}]
|
|
813
855
|
},
|
|
856
|
+
{
|
|
857
|
+
description: 'The native utility token of the KYVE network.',
|
|
858
|
+
denom_units: [{
|
|
859
|
+
denom: 'ibc/1FFDAE788DE0ABC1E0F7E110C39CA58EE0700ED4185CFAC25911F17F2F6A0DEF',
|
|
860
|
+
exponent: 0,
|
|
861
|
+
aliases: ['ukyve']
|
|
862
|
+
}, {
|
|
863
|
+
denom: 'kyve',
|
|
864
|
+
exponent: 6
|
|
865
|
+
}],
|
|
866
|
+
base: 'ibc/1FFDAE788DE0ABC1E0F7E110C39CA58EE0700ED4185CFAC25911F17F2F6A0DEF',
|
|
867
|
+
name: 'KYVE',
|
|
868
|
+
display: 'kyve',
|
|
869
|
+
symbol: 'KYVE',
|
|
870
|
+
logo_URIs: {
|
|
871
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
872
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
|
|
873
|
+
},
|
|
874
|
+
coingecko_id: 'kyve-network',
|
|
875
|
+
images: [{
|
|
876
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
877
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg',
|
|
878
|
+
theme: {
|
|
879
|
+
primary_color_hex: '#335350'
|
|
880
|
+
}
|
|
881
|
+
}],
|
|
882
|
+
socials: {
|
|
883
|
+
website: 'https://www.kyve.network/',
|
|
884
|
+
twitter: 'https://twitter.com/KYVENetwork'
|
|
885
|
+
},
|
|
886
|
+
traces: [{
|
|
887
|
+
type: 'ibc',
|
|
888
|
+
counterparty: {
|
|
889
|
+
channel_id: 'channel-2',
|
|
890
|
+
base_denom: 'ukyve',
|
|
891
|
+
chain_name: 'kyve'
|
|
892
|
+
},
|
|
893
|
+
chain: {
|
|
894
|
+
channel_id: 'channel-14'
|
|
895
|
+
}
|
|
896
|
+
}]
|
|
897
|
+
},
|
|
814
898
|
{
|
|
815
899
|
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
816
900
|
denom_units: [{
|
package/esm/mainnet/archway.js
CHANGED
|
@@ -1491,44 +1491,6 @@ const assets = {
|
|
|
1491
1491
|
}
|
|
1492
1492
|
}]
|
|
1493
1493
|
},
|
|
1494
|
-
{
|
|
1495
|
-
description: 'The native token of Vidulum',
|
|
1496
|
-
denom_units: [{
|
|
1497
|
-
denom: 'ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1',
|
|
1498
|
-
exponent: 0,
|
|
1499
|
-
aliases: ['uvdl']
|
|
1500
|
-
}, {
|
|
1501
|
-
denom: 'vdl',
|
|
1502
|
-
exponent: 6
|
|
1503
|
-
}],
|
|
1504
|
-
base: 'ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1',
|
|
1505
|
-
name: 'Vidulum',
|
|
1506
|
-
display: 'vdl',
|
|
1507
|
-
symbol: 'VDL',
|
|
1508
|
-
logo_URIs: {
|
|
1509
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
1510
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
1511
|
-
},
|
|
1512
|
-
coingecko_id: 'vidulum',
|
|
1513
|
-
images: [{
|
|
1514
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
1515
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg',
|
|
1516
|
-
theme: {
|
|
1517
|
-
primary_color_hex: '#3454bc'
|
|
1518
|
-
}
|
|
1519
|
-
}],
|
|
1520
|
-
traces: [{
|
|
1521
|
-
type: 'ibc',
|
|
1522
|
-
counterparty: {
|
|
1523
|
-
channel_id: 'channel-24',
|
|
1524
|
-
base_denom: 'uvdl',
|
|
1525
|
-
chain_name: 'vidulum'
|
|
1526
|
-
},
|
|
1527
|
-
chain: {
|
|
1528
|
-
channel_id: 'channel-110'
|
|
1529
|
-
}
|
|
1530
|
-
}]
|
|
1531
|
-
},
|
|
1532
1494
|
{
|
|
1533
1495
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
1534
1496
|
denom_units: [{
|
|
@@ -2702,44 +2664,6 @@ const assets = {
|
|
|
2702
2664
|
channel_id: 'channel-4'
|
|
2703
2665
|
}
|
|
2704
2666
|
}]
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
description: 'The native token of Vidulum',
|
|
2708
|
-
denom_units: [{
|
|
2709
|
-
denom: 'ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1',
|
|
2710
|
-
exponent: 0,
|
|
2711
|
-
aliases: ['uvdl']
|
|
2712
|
-
}, {
|
|
2713
|
-
denom: 'vdl',
|
|
2714
|
-
exponent: 6
|
|
2715
|
-
}],
|
|
2716
|
-
base: 'ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1',
|
|
2717
|
-
name: 'Vidulum',
|
|
2718
|
-
display: 'vdl',
|
|
2719
|
-
symbol: 'VDL',
|
|
2720
|
-
logo_URIs: {
|
|
2721
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
2722
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
2723
|
-
},
|
|
2724
|
-
coingecko_id: 'vidulum',
|
|
2725
|
-
images: [{
|
|
2726
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
2727
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg',
|
|
2728
|
-
theme: {
|
|
2729
|
-
primary_color_hex: '#3454bc'
|
|
2730
|
-
}
|
|
2731
|
-
}],
|
|
2732
|
-
traces: [{
|
|
2733
|
-
type: 'ibc',
|
|
2734
|
-
counterparty: {
|
|
2735
|
-
channel_id: 'channel-24',
|
|
2736
|
-
base_denom: 'uvdl',
|
|
2737
|
-
chain_name: 'vidulum'
|
|
2738
|
-
},
|
|
2739
|
-
chain: {
|
|
2740
|
-
channel_id: 'channel-110'
|
|
2741
|
-
}
|
|
2742
|
-
}]
|
|
2743
2667
|
}
|
|
2744
2668
|
]
|
|
2745
2669
|
};
|
package/esm/mainnet/bandchain.js
CHANGED
|
@@ -139,6 +139,48 @@ const assets = {
|
|
|
139
139
|
}
|
|
140
140
|
}]
|
|
141
141
|
},
|
|
142
|
+
{
|
|
143
|
+
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
144
|
+
denom_units: [{
|
|
145
|
+
denom: 'ibc/D52A5D01857CBFA11D16DF3727B9541B53D4AC19CE42BF937D24AD93EE38FA4B',
|
|
146
|
+
exponent: 0,
|
|
147
|
+
aliases: ['ustrd']
|
|
148
|
+
}, {
|
|
149
|
+
denom: 'strd',
|
|
150
|
+
exponent: 6
|
|
151
|
+
}],
|
|
152
|
+
base: 'ibc/D52A5D01857CBFA11D16DF3727B9541B53D4AC19CE42BF937D24AD93EE38FA4B',
|
|
153
|
+
name: 'Stride',
|
|
154
|
+
display: 'strd',
|
|
155
|
+
symbol: 'STRD',
|
|
156
|
+
logo_URIs: {
|
|
157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
159
|
+
},
|
|
160
|
+
coingecko_id: 'stride',
|
|
161
|
+
images: [{
|
|
162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
|
|
164
|
+
theme: {
|
|
165
|
+
primary_color_hex: '#e4047c'
|
|
166
|
+
}
|
|
167
|
+
}],
|
|
168
|
+
socials: {
|
|
169
|
+
website: 'https://stride.zone/',
|
|
170
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
171
|
+
},
|
|
172
|
+
traces: [{
|
|
173
|
+
type: 'ibc',
|
|
174
|
+
counterparty: {
|
|
175
|
+
channel_id: 'channel-258',
|
|
176
|
+
base_denom: 'ustrd',
|
|
177
|
+
chain_name: 'stride'
|
|
178
|
+
},
|
|
179
|
+
chain: {
|
|
180
|
+
channel_id: 'channel-161'
|
|
181
|
+
}
|
|
182
|
+
}]
|
|
183
|
+
},
|
|
142
184
|
{
|
|
143
185
|
description: 'The native token of Coreum',
|
|
144
186
|
denom_units: [{
|
|
@@ -276,6 +318,48 @@ const assets = {
|
|
|
276
318
|
channel_id: 'channel-83'
|
|
277
319
|
}
|
|
278
320
|
}]
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
324
|
+
denom_units: [{
|
|
325
|
+
denom: 'ibc/D52A5D01857CBFA11D16DF3727B9541B53D4AC19CE42BF937D24AD93EE38FA4B',
|
|
326
|
+
exponent: 0,
|
|
327
|
+
aliases: ['ustrd']
|
|
328
|
+
}, {
|
|
329
|
+
denom: 'strd',
|
|
330
|
+
exponent: 6
|
|
331
|
+
}],
|
|
332
|
+
base: 'ibc/D52A5D01857CBFA11D16DF3727B9541B53D4AC19CE42BF937D24AD93EE38FA4B',
|
|
333
|
+
name: 'Stride',
|
|
334
|
+
display: 'strd',
|
|
335
|
+
symbol: 'STRD',
|
|
336
|
+
logo_URIs: {
|
|
337
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
338
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
339
|
+
},
|
|
340
|
+
coingecko_id: 'stride',
|
|
341
|
+
images: [{
|
|
342
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
343
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
|
|
344
|
+
theme: {
|
|
345
|
+
primary_color_hex: '#e4047c'
|
|
346
|
+
}
|
|
347
|
+
}],
|
|
348
|
+
socials: {
|
|
349
|
+
website: 'https://stride.zone/',
|
|
350
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
351
|
+
},
|
|
352
|
+
traces: [{
|
|
353
|
+
type: 'ibc',
|
|
354
|
+
counterparty: {
|
|
355
|
+
channel_id: 'channel-258',
|
|
356
|
+
base_denom: 'ustrd',
|
|
357
|
+
chain_name: 'stride'
|
|
358
|
+
},
|
|
359
|
+
chain: {
|
|
360
|
+
channel_id: 'channel-161'
|
|
361
|
+
}
|
|
362
|
+
}]
|
|
279
363
|
}
|
|
280
364
|
]
|
|
281
365
|
};
|
package/esm/mainnet/dydx.js
CHANGED
|
@@ -972,6 +972,43 @@ const assets = {
|
|
|
972
972
|
}
|
|
973
973
|
}]
|
|
974
974
|
},
|
|
975
|
+
{
|
|
976
|
+
description: 'The native token of PRYZM',
|
|
977
|
+
denom_units: [{
|
|
978
|
+
denom: 'ibc/8900C95B745A70E88CC18EC68176C89E3B67A83B01D53815EDA4A4E568276E5B',
|
|
979
|
+
exponent: 0,
|
|
980
|
+
aliases: ['upryzm']
|
|
981
|
+
}, {
|
|
982
|
+
denom: 'pryzm',
|
|
983
|
+
exponent: 6
|
|
984
|
+
}],
|
|
985
|
+
base: 'ibc/8900C95B745A70E88CC18EC68176C89E3B67A83B01D53815EDA4A4E568276E5B',
|
|
986
|
+
name: 'Pryzm',
|
|
987
|
+
display: 'pryzm',
|
|
988
|
+
symbol: 'PRYZM',
|
|
989
|
+
logo_URIs: {
|
|
990
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
991
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
992
|
+
},
|
|
993
|
+
images: [{
|
|
994
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
995
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg',
|
|
996
|
+
theme: {
|
|
997
|
+
primary_color_hex: '#c6ddf5'
|
|
998
|
+
}
|
|
999
|
+
}],
|
|
1000
|
+
traces: [{
|
|
1001
|
+
type: 'ibc',
|
|
1002
|
+
counterparty: {
|
|
1003
|
+
channel_id: 'channel-24',
|
|
1004
|
+
base_denom: 'upryzm',
|
|
1005
|
+
chain_name: 'pryzm'
|
|
1006
|
+
},
|
|
1007
|
+
chain: {
|
|
1008
|
+
channel_id: 'channel-71'
|
|
1009
|
+
}
|
|
1010
|
+
}]
|
|
1011
|
+
},
|
|
975
1012
|
{
|
|
976
1013
|
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
977
1014
|
denom_units: [{
|
|
@@ -1891,6 +1928,43 @@ const assets = {
|
|
|
1891
1928
|
}
|
|
1892
1929
|
}]
|
|
1893
1930
|
},
|
|
1931
|
+
{
|
|
1932
|
+
description: 'The native token of PRYZM',
|
|
1933
|
+
denom_units: [{
|
|
1934
|
+
denom: 'ibc/8900C95B745A70E88CC18EC68176C89E3B67A83B01D53815EDA4A4E568276E5B',
|
|
1935
|
+
exponent: 0,
|
|
1936
|
+
aliases: ['upryzm']
|
|
1937
|
+
}, {
|
|
1938
|
+
denom: 'pryzm',
|
|
1939
|
+
exponent: 6
|
|
1940
|
+
}],
|
|
1941
|
+
base: 'ibc/8900C95B745A70E88CC18EC68176C89E3B67A83B01D53815EDA4A4E568276E5B',
|
|
1942
|
+
name: 'Pryzm',
|
|
1943
|
+
display: 'pryzm',
|
|
1944
|
+
symbol: 'PRYZM',
|
|
1945
|
+
logo_URIs: {
|
|
1946
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
1947
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
1948
|
+
},
|
|
1949
|
+
images: [{
|
|
1950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
1951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg',
|
|
1952
|
+
theme: {
|
|
1953
|
+
primary_color_hex: '#c6ddf5'
|
|
1954
|
+
}
|
|
1955
|
+
}],
|
|
1956
|
+
traces: [{
|
|
1957
|
+
type: 'ibc',
|
|
1958
|
+
counterparty: {
|
|
1959
|
+
channel_id: 'channel-24',
|
|
1960
|
+
base_denom: 'upryzm',
|
|
1961
|
+
chain_name: 'pryzm'
|
|
1962
|
+
},
|
|
1963
|
+
chain: {
|
|
1964
|
+
channel_id: 'channel-71'
|
|
1965
|
+
}
|
|
1966
|
+
}]
|
|
1967
|
+
},
|
|
1894
1968
|
{
|
|
1895
1969
|
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
1896
1970
|
denom_units: [{
|
package/esm/mainnet/kyve.js
CHANGED
|
@@ -1,6 +1,42 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'kyve',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native staking and governance token of Andromeda',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/58EDC95E791161D711F4CF012ACF30A5DA8DDEB40A484F293A52B1968903F643',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uandr']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'andr',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
coingecko_id: 'andromeda-2',
|
|
15
|
+
base: 'ibc/58EDC95E791161D711F4CF012ACF30A5DA8DDEB40A484F293A52B1968903F643',
|
|
16
|
+
name: 'Andr',
|
|
17
|
+
display: 'andr',
|
|
18
|
+
symbol: 'ANDR',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
|
|
24
|
+
theme: {
|
|
25
|
+
primary_color_hex: '#040404'
|
|
26
|
+
}
|
|
27
|
+
}],
|
|
28
|
+
traces: [{
|
|
29
|
+
type: 'ibc',
|
|
30
|
+
counterparty: {
|
|
31
|
+
channel_id: 'channel-14',
|
|
32
|
+
base_denom: 'uandr',
|
|
33
|
+
chain_name: 'andromeda'
|
|
34
|
+
},
|
|
35
|
+
chain: {
|
|
36
|
+
channel_id: 'channel-2'
|
|
37
|
+
}
|
|
38
|
+
}]
|
|
39
|
+
},
|
|
4
40
|
{
|
|
5
41
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
6
42
|
denom_units: [{
|
|
@@ -43,6 +79,42 @@ const assets = {
|
|
|
43
79
|
}
|
|
44
80
|
}]
|
|
45
81
|
},
|
|
82
|
+
{
|
|
83
|
+
description: 'The native staking and governance token of Andromeda',
|
|
84
|
+
denom_units: [{
|
|
85
|
+
denom: 'ibc/58EDC95E791161D711F4CF012ACF30A5DA8DDEB40A484F293A52B1968903F643',
|
|
86
|
+
exponent: 0,
|
|
87
|
+
aliases: ['uandr']
|
|
88
|
+
}, {
|
|
89
|
+
denom: 'andr',
|
|
90
|
+
exponent: 6
|
|
91
|
+
}],
|
|
92
|
+
coingecko_id: 'andromeda-2',
|
|
93
|
+
base: 'ibc/58EDC95E791161D711F4CF012ACF30A5DA8DDEB40A484F293A52B1968903F643',
|
|
94
|
+
name: 'Andr',
|
|
95
|
+
display: 'andr',
|
|
96
|
+
symbol: 'ANDR',
|
|
97
|
+
logo_URIs: {
|
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png'
|
|
99
|
+
},
|
|
100
|
+
images: [{
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
|
|
102
|
+
theme: {
|
|
103
|
+
primary_color_hex: '#040404'
|
|
104
|
+
}
|
|
105
|
+
}],
|
|
106
|
+
traces: [{
|
|
107
|
+
type: 'ibc',
|
|
108
|
+
counterparty: {
|
|
109
|
+
channel_id: 'channel-14',
|
|
110
|
+
base_denom: 'uandr',
|
|
111
|
+
chain_name: 'andromeda'
|
|
112
|
+
},
|
|
113
|
+
chain: {
|
|
114
|
+
channel_id: 'channel-2'
|
|
115
|
+
}
|
|
116
|
+
}]
|
|
117
|
+
},
|
|
46
118
|
{
|
|
47
119
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
48
120
|
denom_units: [{
|
|
@@ -173,6 +245,48 @@ const assets = {
|
|
|
173
245
|
}
|
|
174
246
|
}]
|
|
175
247
|
},
|
|
248
|
+
{
|
|
249
|
+
description: 'The native token of SOURCE Chain',
|
|
250
|
+
denom_units: [{
|
|
251
|
+
denom: 'ibc/0D2ABDF58A5DBA3D2A90398F8737D16ECAC0DDE58F9792B2918495D499400672',
|
|
252
|
+
exponent: 0,
|
|
253
|
+
aliases: ['usource']
|
|
254
|
+
}, {
|
|
255
|
+
denom: 'source',
|
|
256
|
+
exponent: 6
|
|
257
|
+
}],
|
|
258
|
+
base: 'ibc/0D2ABDF58A5DBA3D2A90398F8737D16ECAC0DDE58F9792B2918495D499400672',
|
|
259
|
+
name: 'Source',
|
|
260
|
+
display: 'source',
|
|
261
|
+
symbol: 'SOURCE',
|
|
262
|
+
logo_URIs: {
|
|
263
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
264
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
265
|
+
},
|
|
266
|
+
coingecko_id: 'source',
|
|
267
|
+
images: [{
|
|
268
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
269
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg',
|
|
270
|
+
theme: {
|
|
271
|
+
primary_color_hex: '#39a5fc'
|
|
272
|
+
}
|
|
273
|
+
}],
|
|
274
|
+
socials: {
|
|
275
|
+
website: 'https://www.sourceprotocol.io/',
|
|
276
|
+
twitter: 'https://twitter.com/sourceprotocol_'
|
|
277
|
+
},
|
|
278
|
+
traces: [{
|
|
279
|
+
type: 'ibc',
|
|
280
|
+
counterparty: {
|
|
281
|
+
channel_id: 'channel-2',
|
|
282
|
+
base_denom: 'usource',
|
|
283
|
+
chain_name: 'source'
|
|
284
|
+
},
|
|
285
|
+
chain: {
|
|
286
|
+
channel_id: 'channel-3'
|
|
287
|
+
}
|
|
288
|
+
}]
|
|
289
|
+
},
|
|
176
290
|
{
|
|
177
291
|
description: 'The native token of Osmosis',
|
|
178
292
|
denom_units: [{
|
|
@@ -260,6 +374,48 @@ const assets = {
|
|
|
260
374
|
channel_id: 'channel-0'
|
|
261
375
|
}
|
|
262
376
|
}]
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
description: 'The native token of SOURCE Chain',
|
|
380
|
+
denom_units: [{
|
|
381
|
+
denom: 'ibc/0D2ABDF58A5DBA3D2A90398F8737D16ECAC0DDE58F9792B2918495D499400672',
|
|
382
|
+
exponent: 0,
|
|
383
|
+
aliases: ['usource']
|
|
384
|
+
}, {
|
|
385
|
+
denom: 'source',
|
|
386
|
+
exponent: 6
|
|
387
|
+
}],
|
|
388
|
+
base: 'ibc/0D2ABDF58A5DBA3D2A90398F8737D16ECAC0DDE58F9792B2918495D499400672',
|
|
389
|
+
name: 'Source',
|
|
390
|
+
display: 'source',
|
|
391
|
+
symbol: 'SOURCE',
|
|
392
|
+
logo_URIs: {
|
|
393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
395
|
+
},
|
|
396
|
+
coingecko_id: 'source',
|
|
397
|
+
images: [{
|
|
398
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
399
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg',
|
|
400
|
+
theme: {
|
|
401
|
+
primary_color_hex: '#39a5fc'
|
|
402
|
+
}
|
|
403
|
+
}],
|
|
404
|
+
socials: {
|
|
405
|
+
website: 'https://www.sourceprotocol.io/',
|
|
406
|
+
twitter: 'https://twitter.com/sourceprotocol_'
|
|
407
|
+
},
|
|
408
|
+
traces: [{
|
|
409
|
+
type: 'ibc',
|
|
410
|
+
counterparty: {
|
|
411
|
+
channel_id: 'channel-2',
|
|
412
|
+
base_denom: 'usource',
|
|
413
|
+
chain_name: 'source'
|
|
414
|
+
},
|
|
415
|
+
chain: {
|
|
416
|
+
channel_id: 'channel-3'
|
|
417
|
+
}
|
|
418
|
+
}]
|
|
263
419
|
}
|
|
264
420
|
]
|
|
265
421
|
};
|
package/esm/mainnet/okexchain.js
CHANGED
|
@@ -396,82 +396,6 @@ const assets = {
|
|
|
396
396
|
channel_id: 'channel-52'
|
|
397
397
|
}
|
|
398
398
|
}]
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
description: 'The native token of Vidulum',
|
|
402
|
-
denom_units: [{
|
|
403
|
-
denom: 'ibc/C8ADA9B991D9835FBCA90A3173443B3F7175149541E3CA34EBB721DE2C593F01',
|
|
404
|
-
exponent: 0,
|
|
405
|
-
aliases: ['uvdl']
|
|
406
|
-
}, {
|
|
407
|
-
denom: 'vdl',
|
|
408
|
-
exponent: 6
|
|
409
|
-
}],
|
|
410
|
-
base: 'ibc/C8ADA9B991D9835FBCA90A3173443B3F7175149541E3CA34EBB721DE2C593F01',
|
|
411
|
-
name: 'Vidulum',
|
|
412
|
-
display: 'vdl',
|
|
413
|
-
symbol: 'VDL',
|
|
414
|
-
logo_URIs: {
|
|
415
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
416
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
417
|
-
},
|
|
418
|
-
coingecko_id: 'vidulum',
|
|
419
|
-
images: [{
|
|
420
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
421
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg',
|
|
422
|
-
theme: {
|
|
423
|
-
primary_color_hex: '#3454bc'
|
|
424
|
-
}
|
|
425
|
-
}],
|
|
426
|
-
traces: [{
|
|
427
|
-
type: 'ibc',
|
|
428
|
-
counterparty: {
|
|
429
|
-
channel_id: 'channel-11',
|
|
430
|
-
base_denom: 'uvdl',
|
|
431
|
-
chain_name: 'vidulum'
|
|
432
|
-
},
|
|
433
|
-
chain: {
|
|
434
|
-
channel_id: 'channel-37'
|
|
435
|
-
}
|
|
436
|
-
}]
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
description: 'The native token of Vidulum',
|
|
440
|
-
denom_units: [{
|
|
441
|
-
denom: 'ibc/C8ADA9B991D9835FBCA90A3173443B3F7175149541E3CA34EBB721DE2C593F01',
|
|
442
|
-
exponent: 0,
|
|
443
|
-
aliases: ['uvdl']
|
|
444
|
-
}, {
|
|
445
|
-
denom: 'vdl',
|
|
446
|
-
exponent: 6
|
|
447
|
-
}],
|
|
448
|
-
base: 'ibc/C8ADA9B991D9835FBCA90A3173443B3F7175149541E3CA34EBB721DE2C593F01',
|
|
449
|
-
name: 'Vidulum',
|
|
450
|
-
display: 'vdl',
|
|
451
|
-
symbol: 'VDL',
|
|
452
|
-
logo_URIs: {
|
|
453
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
454
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
455
|
-
},
|
|
456
|
-
coingecko_id: 'vidulum',
|
|
457
|
-
images: [{
|
|
458
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
459
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg',
|
|
460
|
-
theme: {
|
|
461
|
-
primary_color_hex: '#3454bc'
|
|
462
|
-
}
|
|
463
|
-
}],
|
|
464
|
-
traces: [{
|
|
465
|
-
type: 'ibc',
|
|
466
|
-
counterparty: {
|
|
467
|
-
channel_id: 'channel-11',
|
|
468
|
-
base_denom: 'uvdl',
|
|
469
|
-
chain_name: 'vidulum'
|
|
470
|
-
},
|
|
471
|
-
chain: {
|
|
472
|
-
channel_id: 'channel-37'
|
|
473
|
-
}
|
|
474
|
-
}]
|
|
475
399
|
}
|
|
476
400
|
]
|
|
477
401
|
};
|