@chain-registry/assets 1.64.81 → 1.64.82
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/acrechain.js +8 -0
- package/esm/mainnet/andromeda.js +176 -0
- package/esm/mainnet/cosmoshub.js +8 -0
- package/esm/mainnet/injective.js +8 -0
- package/esm/mainnet/migaloo.js +14 -20
- package/esm/mainnet/osmosis.js +94 -20
- package/esm/mainnet/secretnetwork.js +8 -0
- package/mainnet/acrechain.js +8 -0
- package/mainnet/andromeda.js +176 -0
- package/mainnet/cosmoshub.js +8 -0
- package/mainnet/injective.js +8 -0
- package/mainnet/migaloo.js +14 -20
- package/mainnet/osmosis.js +94 -20
- package/mainnet/secretnetwork.js +8 -0
- package/package.json +5 -5
package/esm/mainnet/acrechain.js
CHANGED
|
@@ -348,6 +348,10 @@ const assets = {
|
|
|
348
348
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
349
349
|
},
|
|
350
350
|
coingecko_id: 'oraichain-token',
|
|
351
|
+
socials: {
|
|
352
|
+
website: 'https://orai.io/',
|
|
353
|
+
twitter: 'https://x.com/oraichain'
|
|
354
|
+
},
|
|
351
355
|
images: [
|
|
352
356
|
{
|
|
353
357
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -2009,6 +2013,10 @@ const assets = {
|
|
|
2009
2013
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
2010
2014
|
},
|
|
2011
2015
|
coingecko_id: 'oraichain-token',
|
|
2016
|
+
socials: {
|
|
2017
|
+
website: 'https://orai.io/',
|
|
2018
|
+
twitter: 'https://x.com/oraichain'
|
|
2019
|
+
},
|
|
2012
2020
|
images: [
|
|
2013
2021
|
{
|
|
2014
2022
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/esm/mainnet/andromeda.js
CHANGED
|
@@ -406,6 +406,94 @@ const assets = {
|
|
|
406
406
|
}
|
|
407
407
|
}]
|
|
408
408
|
},
|
|
409
|
+
{
|
|
410
|
+
description: 'The native token of Osmosis',
|
|
411
|
+
denom_units: [{
|
|
412
|
+
denom: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
413
|
+
exponent: 0,
|
|
414
|
+
aliases: ['uosmo']
|
|
415
|
+
}, {
|
|
416
|
+
denom: 'osmo',
|
|
417
|
+
exponent: 6
|
|
418
|
+
}],
|
|
419
|
+
type_asset: 'sdk.coin',
|
|
420
|
+
base: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
421
|
+
name: 'Osmosis',
|
|
422
|
+
display: 'osmo',
|
|
423
|
+
symbol: 'OSMO',
|
|
424
|
+
logo_URIs: {
|
|
425
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
426
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
427
|
+
},
|
|
428
|
+
images: [{
|
|
429
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
430
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
431
|
+
theme: {
|
|
432
|
+
primary_color_hex: '#760dbb'
|
|
433
|
+
}
|
|
434
|
+
}],
|
|
435
|
+
coingecko_id: 'osmosis',
|
|
436
|
+
keywords: ['dex', 'staking'],
|
|
437
|
+
socials: {
|
|
438
|
+
website: 'https://osmosis.zone',
|
|
439
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
440
|
+
},
|
|
441
|
+
traces: [{
|
|
442
|
+
type: 'ibc',
|
|
443
|
+
counterparty: {
|
|
444
|
+
channel_id: 'channel-81924',
|
|
445
|
+
base_denom: 'uosmo',
|
|
446
|
+
chain_name: 'osmosis'
|
|
447
|
+
},
|
|
448
|
+
chain: {
|
|
449
|
+
channel_id: 'channel-17'
|
|
450
|
+
}
|
|
451
|
+
}]
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
description: 'ION is the second native token of Osmosis.',
|
|
455
|
+
denom_units: [{
|
|
456
|
+
denom: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
457
|
+
exponent: 0,
|
|
458
|
+
aliases: ['uion']
|
|
459
|
+
}, {
|
|
460
|
+
denom: 'ion',
|
|
461
|
+
exponent: 6
|
|
462
|
+
}],
|
|
463
|
+
type_asset: 'sdk.coin',
|
|
464
|
+
base: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
465
|
+
name: 'Ion DAO',
|
|
466
|
+
display: 'ion',
|
|
467
|
+
symbol: 'ION',
|
|
468
|
+
logo_URIs: {
|
|
469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
471
|
+
},
|
|
472
|
+
images: [{
|
|
473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
474
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
475
|
+
theme: {
|
|
476
|
+
primary_color_hex: '#4453c7'
|
|
477
|
+
}
|
|
478
|
+
}],
|
|
479
|
+
coingecko_id: 'ion',
|
|
480
|
+
keywords: ['memecoin', 'defi'],
|
|
481
|
+
socials: {
|
|
482
|
+
website: 'https://ion.wtf',
|
|
483
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
484
|
+
},
|
|
485
|
+
traces: [{
|
|
486
|
+
type: 'ibc',
|
|
487
|
+
counterparty: {
|
|
488
|
+
channel_id: 'channel-81924',
|
|
489
|
+
base_denom: 'uion',
|
|
490
|
+
chain_name: 'osmosis'
|
|
491
|
+
},
|
|
492
|
+
chain: {
|
|
493
|
+
channel_id: 'channel-17'
|
|
494
|
+
}
|
|
495
|
+
}]
|
|
496
|
+
},
|
|
409
497
|
{
|
|
410
498
|
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
411
499
|
denom_units: [{
|
|
@@ -895,6 +983,94 @@ const assets = {
|
|
|
895
983
|
}
|
|
896
984
|
}]
|
|
897
985
|
},
|
|
986
|
+
{
|
|
987
|
+
description: 'The native token of Osmosis',
|
|
988
|
+
denom_units: [{
|
|
989
|
+
denom: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
990
|
+
exponent: 0,
|
|
991
|
+
aliases: ['uosmo']
|
|
992
|
+
}, {
|
|
993
|
+
denom: 'osmo',
|
|
994
|
+
exponent: 6
|
|
995
|
+
}],
|
|
996
|
+
type_asset: 'sdk.coin',
|
|
997
|
+
base: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
998
|
+
name: 'Osmosis',
|
|
999
|
+
display: 'osmo',
|
|
1000
|
+
symbol: 'OSMO',
|
|
1001
|
+
logo_URIs: {
|
|
1002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
1003
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
1004
|
+
},
|
|
1005
|
+
images: [{
|
|
1006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
1007
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
1008
|
+
theme: {
|
|
1009
|
+
primary_color_hex: '#760dbb'
|
|
1010
|
+
}
|
|
1011
|
+
}],
|
|
1012
|
+
coingecko_id: 'osmosis',
|
|
1013
|
+
keywords: ['dex', 'staking'],
|
|
1014
|
+
socials: {
|
|
1015
|
+
website: 'https://osmosis.zone',
|
|
1016
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
1017
|
+
},
|
|
1018
|
+
traces: [{
|
|
1019
|
+
type: 'ibc',
|
|
1020
|
+
counterparty: {
|
|
1021
|
+
channel_id: 'channel-81924',
|
|
1022
|
+
base_denom: 'uosmo',
|
|
1023
|
+
chain_name: 'osmosis'
|
|
1024
|
+
},
|
|
1025
|
+
chain: {
|
|
1026
|
+
channel_id: 'channel-17'
|
|
1027
|
+
}
|
|
1028
|
+
}]
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
description: 'ION is the second native token of Osmosis.',
|
|
1032
|
+
denom_units: [{
|
|
1033
|
+
denom: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
1034
|
+
exponent: 0,
|
|
1035
|
+
aliases: ['uion']
|
|
1036
|
+
}, {
|
|
1037
|
+
denom: 'ion',
|
|
1038
|
+
exponent: 6
|
|
1039
|
+
}],
|
|
1040
|
+
type_asset: 'sdk.coin',
|
|
1041
|
+
base: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
1042
|
+
name: 'Ion DAO',
|
|
1043
|
+
display: 'ion',
|
|
1044
|
+
symbol: 'ION',
|
|
1045
|
+
logo_URIs: {
|
|
1046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
1047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
1048
|
+
},
|
|
1049
|
+
images: [{
|
|
1050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
1051
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
1052
|
+
theme: {
|
|
1053
|
+
primary_color_hex: '#4453c7'
|
|
1054
|
+
}
|
|
1055
|
+
}],
|
|
1056
|
+
coingecko_id: 'ion',
|
|
1057
|
+
keywords: ['memecoin', 'defi'],
|
|
1058
|
+
socials: {
|
|
1059
|
+
website: 'https://ion.wtf',
|
|
1060
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
1061
|
+
},
|
|
1062
|
+
traces: [{
|
|
1063
|
+
type: 'ibc',
|
|
1064
|
+
counterparty: {
|
|
1065
|
+
channel_id: 'channel-81924',
|
|
1066
|
+
base_denom: 'uion',
|
|
1067
|
+
chain_name: 'osmosis'
|
|
1068
|
+
},
|
|
1069
|
+
chain: {
|
|
1070
|
+
channel_id: 'channel-17'
|
|
1071
|
+
}
|
|
1072
|
+
}]
|
|
1073
|
+
},
|
|
898
1074
|
{
|
|
899
1075
|
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
900
1076
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -3338,6 +3338,10 @@ const assets = {
|
|
|
3338
3338
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3339
3339
|
},
|
|
3340
3340
|
coingecko_id: 'oraichain-token',
|
|
3341
|
+
socials: {
|
|
3342
|
+
website: 'https://orai.io/',
|
|
3343
|
+
twitter: 'https://x.com/oraichain'
|
|
3344
|
+
},
|
|
3341
3345
|
images: [
|
|
3342
3346
|
{
|
|
3343
3347
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -8774,6 +8778,10 @@ const assets = {
|
|
|
8774
8778
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
8775
8779
|
},
|
|
8776
8780
|
coingecko_id: 'oraichain-token',
|
|
8781
|
+
socials: {
|
|
8782
|
+
website: 'https://orai.io/',
|
|
8783
|
+
twitter: 'https://x.com/oraichain'
|
|
8784
|
+
},
|
|
8777
8785
|
images: [
|
|
8778
8786
|
{
|
|
8779
8787
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/esm/mainnet/injective.js
CHANGED
|
@@ -1707,6 +1707,10 @@ const assets = {
|
|
|
1707
1707
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1708
1708
|
},
|
|
1709
1709
|
coingecko_id: 'oraichain-token',
|
|
1710
|
+
socials: {
|
|
1711
|
+
website: 'https://orai.io/',
|
|
1712
|
+
twitter: 'https://x.com/oraichain'
|
|
1713
|
+
},
|
|
1710
1714
|
images: [
|
|
1711
1715
|
{
|
|
1712
1716
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -5342,6 +5346,10 @@ const assets = {
|
|
|
5342
5346
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5343
5347
|
},
|
|
5344
5348
|
coingecko_id: 'oraichain-token',
|
|
5349
|
+
socials: {
|
|
5350
|
+
website: 'https://orai.io/',
|
|
5351
|
+
twitter: 'https://x.com/oraichain'
|
|
5352
|
+
},
|
|
5345
5353
|
images: [
|
|
5346
5354
|
{
|
|
5347
5355
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -9712,7 +9712,7 @@ const assets = {
|
|
|
9712
9712
|
}]
|
|
9713
9713
|
},
|
|
9714
9714
|
{
|
|
9715
|
-
description: '
|
|
9715
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
9716
9716
|
type_asset: 'cw20',
|
|
9717
9717
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
9718
9718
|
denom_units: [{
|
|
@@ -9720,21 +9720,18 @@ const assets = {
|
|
|
9720
9720
|
exponent: 0,
|
|
9721
9721
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
9722
9722
|
}, {
|
|
9723
|
-
denom: '
|
|
9723
|
+
denom: 'juris',
|
|
9724
9724
|
exponent: 6
|
|
9725
9725
|
}],
|
|
9726
9726
|
base: 'ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018',
|
|
9727
|
-
name: '
|
|
9728
|
-
display: '
|
|
9729
|
-
symbol: '
|
|
9727
|
+
name: 'Juris Protocol',
|
|
9728
|
+
display: 'juris',
|
|
9729
|
+
symbol: 'JURIS',
|
|
9730
9730
|
logo_URIs: {
|
|
9731
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
9731
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
9732
9732
|
},
|
|
9733
9733
|
images: [{
|
|
9734
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
9735
|
-
theme: {
|
|
9736
|
-
primary_color_hex: '#191717'
|
|
9737
|
-
}
|
|
9734
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
9738
9735
|
}],
|
|
9739
9736
|
traces: [{
|
|
9740
9737
|
type: 'ibc-cw20',
|
|
@@ -18447,7 +18444,7 @@ const assets = {
|
|
|
18447
18444
|
}]
|
|
18448
18445
|
},
|
|
18449
18446
|
{
|
|
18450
|
-
description: '
|
|
18447
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
18451
18448
|
type_asset: 'cw20',
|
|
18452
18449
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
18453
18450
|
denom_units: [{
|
|
@@ -18455,21 +18452,18 @@ const assets = {
|
|
|
18455
18452
|
exponent: 0,
|
|
18456
18453
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
18457
18454
|
}, {
|
|
18458
|
-
denom: '
|
|
18455
|
+
denom: 'juris',
|
|
18459
18456
|
exponent: 6
|
|
18460
18457
|
}],
|
|
18461
18458
|
base: 'ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018',
|
|
18462
|
-
name: '
|
|
18463
|
-
display: '
|
|
18464
|
-
symbol: '
|
|
18459
|
+
name: 'Juris Protocol',
|
|
18460
|
+
display: 'juris',
|
|
18461
|
+
symbol: 'JURIS',
|
|
18465
18462
|
logo_URIs: {
|
|
18466
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
18463
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
18467
18464
|
},
|
|
18468
18465
|
images: [{
|
|
18469
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
18470
|
-
theme: {
|
|
18471
|
-
primary_color_hex: '#191717'
|
|
18472
|
-
}
|
|
18466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
18473
18467
|
}],
|
|
18474
18468
|
traces: [{
|
|
18475
18469
|
type: 'ibc-cw20',
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -330,6 +330,42 @@ const assets = {
|
|
|
330
330
|
}
|
|
331
331
|
}]
|
|
332
332
|
},
|
|
333
|
+
{
|
|
334
|
+
description: 'The native staking and governance token of Andromeda',
|
|
335
|
+
denom_units: [{
|
|
336
|
+
denom: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
337
|
+
exponent: 0,
|
|
338
|
+
aliases: ['uandr']
|
|
339
|
+
}, {
|
|
340
|
+
denom: 'andr',
|
|
341
|
+
exponent: 6
|
|
342
|
+
}],
|
|
343
|
+
coingecko_id: 'andromeda-2',
|
|
344
|
+
base: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
345
|
+
name: 'Andr',
|
|
346
|
+
display: 'andr',
|
|
347
|
+
symbol: 'ANDR',
|
|
348
|
+
logo_URIs: {
|
|
349
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png'
|
|
350
|
+
},
|
|
351
|
+
images: [{
|
|
352
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
|
|
353
|
+
theme: {
|
|
354
|
+
primary_color_hex: '#040404'
|
|
355
|
+
}
|
|
356
|
+
}],
|
|
357
|
+
traces: [{
|
|
358
|
+
type: 'ibc',
|
|
359
|
+
counterparty: {
|
|
360
|
+
channel_id: 'channel-17',
|
|
361
|
+
base_denom: 'uandr',
|
|
362
|
+
chain_name: 'andromeda'
|
|
363
|
+
},
|
|
364
|
+
chain: {
|
|
365
|
+
channel_id: 'channel-81924'
|
|
366
|
+
}
|
|
367
|
+
}]
|
|
368
|
+
},
|
|
333
369
|
{
|
|
334
370
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
335
371
|
denom_units: [
|
|
@@ -5224,6 +5260,10 @@ const assets = {
|
|
|
5224
5260
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5225
5261
|
},
|
|
5226
5262
|
coingecko_id: 'oraichain-token',
|
|
5263
|
+
socials: {
|
|
5264
|
+
website: 'https://orai.io/',
|
|
5265
|
+
twitter: 'https://x.com/oraichain'
|
|
5266
|
+
},
|
|
5227
5267
|
images: [
|
|
5228
5268
|
{
|
|
5229
5269
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -5593,6 +5633,42 @@ const assets = {
|
|
|
5593
5633
|
}
|
|
5594
5634
|
}]
|
|
5595
5635
|
},
|
|
5636
|
+
{
|
|
5637
|
+
description: 'The native staking and governance token of Andromeda',
|
|
5638
|
+
denom_units: [{
|
|
5639
|
+
denom: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
5640
|
+
exponent: 0,
|
|
5641
|
+
aliases: ['uandr']
|
|
5642
|
+
}, {
|
|
5643
|
+
denom: 'andr',
|
|
5644
|
+
exponent: 6
|
|
5645
|
+
}],
|
|
5646
|
+
coingecko_id: 'andromeda-2',
|
|
5647
|
+
base: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
5648
|
+
name: 'Andr',
|
|
5649
|
+
display: 'andr',
|
|
5650
|
+
symbol: 'ANDR',
|
|
5651
|
+
logo_URIs: {
|
|
5652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png'
|
|
5653
|
+
},
|
|
5654
|
+
images: [{
|
|
5655
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
|
|
5656
|
+
theme: {
|
|
5657
|
+
primary_color_hex: '#040404'
|
|
5658
|
+
}
|
|
5659
|
+
}],
|
|
5660
|
+
traces: [{
|
|
5661
|
+
type: 'ibc',
|
|
5662
|
+
counterparty: {
|
|
5663
|
+
channel_id: 'channel-17',
|
|
5664
|
+
base_denom: 'uandr',
|
|
5665
|
+
chain_name: 'andromeda'
|
|
5666
|
+
},
|
|
5667
|
+
chain: {
|
|
5668
|
+
channel_id: 'channel-81924'
|
|
5669
|
+
}
|
|
5670
|
+
}]
|
|
5671
|
+
},
|
|
5596
5672
|
{
|
|
5597
5673
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
5598
5674
|
denom_units: [
|
|
@@ -10487,6 +10563,10 @@ const assets = {
|
|
|
10487
10563
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
10488
10564
|
},
|
|
10489
10565
|
coingecko_id: 'oraichain-token',
|
|
10566
|
+
socials: {
|
|
10567
|
+
website: 'https://orai.io/',
|
|
10568
|
+
twitter: 'https://x.com/oraichain'
|
|
10569
|
+
},
|
|
10490
10570
|
images: [
|
|
10491
10571
|
{
|
|
10492
10572
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -34358,7 +34438,7 @@ const assets = {
|
|
|
34358
34438
|
}]
|
|
34359
34439
|
},
|
|
34360
34440
|
{
|
|
34361
|
-
description: '
|
|
34441
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
34362
34442
|
type_asset: 'cw20',
|
|
34363
34443
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
34364
34444
|
denom_units: [{
|
|
@@ -34366,21 +34446,18 @@ const assets = {
|
|
|
34366
34446
|
exponent: 0,
|
|
34367
34447
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
34368
34448
|
}, {
|
|
34369
|
-
denom: '
|
|
34449
|
+
denom: 'juris',
|
|
34370
34450
|
exponent: 6
|
|
34371
34451
|
}],
|
|
34372
34452
|
base: 'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
|
|
34373
|
-
name: '
|
|
34374
|
-
display: '
|
|
34375
|
-
symbol: '
|
|
34453
|
+
name: 'Juris Protocol',
|
|
34454
|
+
display: 'juris',
|
|
34455
|
+
symbol: 'JURIS',
|
|
34376
34456
|
logo_URIs: {
|
|
34377
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
34457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
34378
34458
|
},
|
|
34379
34459
|
images: [{
|
|
34380
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
34381
|
-
theme: {
|
|
34382
|
-
primary_color_hex: '#191717'
|
|
34383
|
-
}
|
|
34460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
34384
34461
|
}],
|
|
34385
34462
|
traces: [{
|
|
34386
34463
|
type: 'ibc-cw20',
|
|
@@ -43093,7 +43170,7 @@ const assets = {
|
|
|
43093
43170
|
}]
|
|
43094
43171
|
},
|
|
43095
43172
|
{
|
|
43096
|
-
description: '
|
|
43173
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
43097
43174
|
type_asset: 'cw20',
|
|
43098
43175
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
43099
43176
|
denom_units: [{
|
|
@@ -43101,21 +43178,18 @@ const assets = {
|
|
|
43101
43178
|
exponent: 0,
|
|
43102
43179
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
43103
43180
|
}, {
|
|
43104
|
-
denom: '
|
|
43181
|
+
denom: 'juris',
|
|
43105
43182
|
exponent: 6
|
|
43106
43183
|
}],
|
|
43107
43184
|
base: 'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
|
|
43108
|
-
name: '
|
|
43109
|
-
display: '
|
|
43110
|
-
symbol: '
|
|
43185
|
+
name: 'Juris Protocol',
|
|
43186
|
+
display: 'juris',
|
|
43187
|
+
symbol: 'JURIS',
|
|
43111
43188
|
logo_URIs: {
|
|
43112
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
43189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
43113
43190
|
},
|
|
43114
43191
|
images: [{
|
|
43115
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
43116
|
-
theme: {
|
|
43117
|
-
primary_color_hex: '#191717'
|
|
43118
|
-
}
|
|
43192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
43119
43193
|
}],
|
|
43120
43194
|
traces: [{
|
|
43121
43195
|
type: 'ibc-cw20',
|
|
@@ -1653,6 +1653,10 @@ const assets = {
|
|
|
1653
1653
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1654
1654
|
},
|
|
1655
1655
|
coingecko_id: 'oraichain-token',
|
|
1656
|
+
socials: {
|
|
1657
|
+
website: 'https://orai.io/',
|
|
1658
|
+
twitter: 'https://x.com/oraichain'
|
|
1659
|
+
},
|
|
1656
1660
|
images: [
|
|
1657
1661
|
{
|
|
1658
1662
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -3568,6 +3572,10 @@ const assets = {
|
|
|
3568
3572
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3569
3573
|
},
|
|
3570
3574
|
coingecko_id: 'oraichain-token',
|
|
3575
|
+
socials: {
|
|
3576
|
+
website: 'https://orai.io/',
|
|
3577
|
+
twitter: 'https://x.com/oraichain'
|
|
3578
|
+
},
|
|
3571
3579
|
images: [
|
|
3572
3580
|
{
|
|
3573
3581
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/mainnet/acrechain.js
CHANGED
|
@@ -350,6 +350,10 @@ const assets = {
|
|
|
350
350
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
351
351
|
},
|
|
352
352
|
coingecko_id: 'oraichain-token',
|
|
353
|
+
socials: {
|
|
354
|
+
website: 'https://orai.io/',
|
|
355
|
+
twitter: 'https://x.com/oraichain'
|
|
356
|
+
},
|
|
353
357
|
images: [
|
|
354
358
|
{
|
|
355
359
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -2011,6 +2015,10 @@ const assets = {
|
|
|
2011
2015
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
2012
2016
|
},
|
|
2013
2017
|
coingecko_id: 'oraichain-token',
|
|
2018
|
+
socials: {
|
|
2019
|
+
website: 'https://orai.io/',
|
|
2020
|
+
twitter: 'https://x.com/oraichain'
|
|
2021
|
+
},
|
|
2014
2022
|
images: [
|
|
2015
2023
|
{
|
|
2016
2024
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/mainnet/andromeda.js
CHANGED
|
@@ -408,6 +408,94 @@ const assets = {
|
|
|
408
408
|
}
|
|
409
409
|
}]
|
|
410
410
|
},
|
|
411
|
+
{
|
|
412
|
+
description: 'The native token of Osmosis',
|
|
413
|
+
denom_units: [{
|
|
414
|
+
denom: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
415
|
+
exponent: 0,
|
|
416
|
+
aliases: ['uosmo']
|
|
417
|
+
}, {
|
|
418
|
+
denom: 'osmo',
|
|
419
|
+
exponent: 6
|
|
420
|
+
}],
|
|
421
|
+
type_asset: 'sdk.coin',
|
|
422
|
+
base: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
423
|
+
name: 'Osmosis',
|
|
424
|
+
display: 'osmo',
|
|
425
|
+
symbol: 'OSMO',
|
|
426
|
+
logo_URIs: {
|
|
427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
429
|
+
},
|
|
430
|
+
images: [{
|
|
431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
433
|
+
theme: {
|
|
434
|
+
primary_color_hex: '#760dbb'
|
|
435
|
+
}
|
|
436
|
+
}],
|
|
437
|
+
coingecko_id: 'osmosis',
|
|
438
|
+
keywords: ['dex', 'staking'],
|
|
439
|
+
socials: {
|
|
440
|
+
website: 'https://osmosis.zone',
|
|
441
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
442
|
+
},
|
|
443
|
+
traces: [{
|
|
444
|
+
type: 'ibc',
|
|
445
|
+
counterparty: {
|
|
446
|
+
channel_id: 'channel-81924',
|
|
447
|
+
base_denom: 'uosmo',
|
|
448
|
+
chain_name: 'osmosis'
|
|
449
|
+
},
|
|
450
|
+
chain: {
|
|
451
|
+
channel_id: 'channel-17'
|
|
452
|
+
}
|
|
453
|
+
}]
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
description: 'ION is the second native token of Osmosis.',
|
|
457
|
+
denom_units: [{
|
|
458
|
+
denom: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
459
|
+
exponent: 0,
|
|
460
|
+
aliases: ['uion']
|
|
461
|
+
}, {
|
|
462
|
+
denom: 'ion',
|
|
463
|
+
exponent: 6
|
|
464
|
+
}],
|
|
465
|
+
type_asset: 'sdk.coin',
|
|
466
|
+
base: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
467
|
+
name: 'Ion DAO',
|
|
468
|
+
display: 'ion',
|
|
469
|
+
symbol: 'ION',
|
|
470
|
+
logo_URIs: {
|
|
471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
473
|
+
},
|
|
474
|
+
images: [{
|
|
475
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
476
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
477
|
+
theme: {
|
|
478
|
+
primary_color_hex: '#4453c7'
|
|
479
|
+
}
|
|
480
|
+
}],
|
|
481
|
+
coingecko_id: 'ion',
|
|
482
|
+
keywords: ['memecoin', 'defi'],
|
|
483
|
+
socials: {
|
|
484
|
+
website: 'https://ion.wtf',
|
|
485
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
486
|
+
},
|
|
487
|
+
traces: [{
|
|
488
|
+
type: 'ibc',
|
|
489
|
+
counterparty: {
|
|
490
|
+
channel_id: 'channel-81924',
|
|
491
|
+
base_denom: 'uion',
|
|
492
|
+
chain_name: 'osmosis'
|
|
493
|
+
},
|
|
494
|
+
chain: {
|
|
495
|
+
channel_id: 'channel-17'
|
|
496
|
+
}
|
|
497
|
+
}]
|
|
498
|
+
},
|
|
411
499
|
{
|
|
412
500
|
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
413
501
|
denom_units: [{
|
|
@@ -897,6 +985,94 @@ const assets = {
|
|
|
897
985
|
}
|
|
898
986
|
}]
|
|
899
987
|
},
|
|
988
|
+
{
|
|
989
|
+
description: 'The native token of Osmosis',
|
|
990
|
+
denom_units: [{
|
|
991
|
+
denom: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
992
|
+
exponent: 0,
|
|
993
|
+
aliases: ['uosmo']
|
|
994
|
+
}, {
|
|
995
|
+
denom: 'osmo',
|
|
996
|
+
exponent: 6
|
|
997
|
+
}],
|
|
998
|
+
type_asset: 'sdk.coin',
|
|
999
|
+
base: 'ibc/B4314D0E670CB43C88A5DCA09F76E5E812BD831CC2FEC6E434C9E5A9D1F57953',
|
|
1000
|
+
name: 'Osmosis',
|
|
1001
|
+
display: 'osmo',
|
|
1002
|
+
symbol: 'OSMO',
|
|
1003
|
+
logo_URIs: {
|
|
1004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
1005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
1006
|
+
},
|
|
1007
|
+
images: [{
|
|
1008
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
1009
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
1010
|
+
theme: {
|
|
1011
|
+
primary_color_hex: '#760dbb'
|
|
1012
|
+
}
|
|
1013
|
+
}],
|
|
1014
|
+
coingecko_id: 'osmosis',
|
|
1015
|
+
keywords: ['dex', 'staking'],
|
|
1016
|
+
socials: {
|
|
1017
|
+
website: 'https://osmosis.zone',
|
|
1018
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
1019
|
+
},
|
|
1020
|
+
traces: [{
|
|
1021
|
+
type: 'ibc',
|
|
1022
|
+
counterparty: {
|
|
1023
|
+
channel_id: 'channel-81924',
|
|
1024
|
+
base_denom: 'uosmo',
|
|
1025
|
+
chain_name: 'osmosis'
|
|
1026
|
+
},
|
|
1027
|
+
chain: {
|
|
1028
|
+
channel_id: 'channel-17'
|
|
1029
|
+
}
|
|
1030
|
+
}]
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
description: 'ION is the second native token of Osmosis.',
|
|
1034
|
+
denom_units: [{
|
|
1035
|
+
denom: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
1036
|
+
exponent: 0,
|
|
1037
|
+
aliases: ['uion']
|
|
1038
|
+
}, {
|
|
1039
|
+
denom: 'ion',
|
|
1040
|
+
exponent: 6
|
|
1041
|
+
}],
|
|
1042
|
+
type_asset: 'sdk.coin',
|
|
1043
|
+
base: 'ibc/FF03988A22CDAB8C0AFD760DE5A612767165B2B6B73BDB6F4CCD1D0359D7CEAD',
|
|
1044
|
+
name: 'Ion DAO',
|
|
1045
|
+
display: 'ion',
|
|
1046
|
+
symbol: 'ION',
|
|
1047
|
+
logo_URIs: {
|
|
1048
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
1049
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
1050
|
+
},
|
|
1051
|
+
images: [{
|
|
1052
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
1053
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
1054
|
+
theme: {
|
|
1055
|
+
primary_color_hex: '#4453c7'
|
|
1056
|
+
}
|
|
1057
|
+
}],
|
|
1058
|
+
coingecko_id: 'ion',
|
|
1059
|
+
keywords: ['memecoin', 'defi'],
|
|
1060
|
+
socials: {
|
|
1061
|
+
website: 'https://ion.wtf',
|
|
1062
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
1063
|
+
},
|
|
1064
|
+
traces: [{
|
|
1065
|
+
type: 'ibc',
|
|
1066
|
+
counterparty: {
|
|
1067
|
+
channel_id: 'channel-81924',
|
|
1068
|
+
base_denom: 'uion',
|
|
1069
|
+
chain_name: 'osmosis'
|
|
1070
|
+
},
|
|
1071
|
+
chain: {
|
|
1072
|
+
channel_id: 'channel-17'
|
|
1073
|
+
}
|
|
1074
|
+
}]
|
|
1075
|
+
},
|
|
900
1076
|
{
|
|
901
1077
|
description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
|
|
902
1078
|
denom_units: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -3340,6 +3340,10 @@ const assets = {
|
|
|
3340
3340
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3341
3341
|
},
|
|
3342
3342
|
coingecko_id: 'oraichain-token',
|
|
3343
|
+
socials: {
|
|
3344
|
+
website: 'https://orai.io/',
|
|
3345
|
+
twitter: 'https://x.com/oraichain'
|
|
3346
|
+
},
|
|
3343
3347
|
images: [
|
|
3344
3348
|
{
|
|
3345
3349
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -8776,6 +8780,10 @@ const assets = {
|
|
|
8776
8780
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
8777
8781
|
},
|
|
8778
8782
|
coingecko_id: 'oraichain-token',
|
|
8783
|
+
socials: {
|
|
8784
|
+
website: 'https://orai.io/',
|
|
8785
|
+
twitter: 'https://x.com/oraichain'
|
|
8786
|
+
},
|
|
8779
8787
|
images: [
|
|
8780
8788
|
{
|
|
8781
8789
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/mainnet/injective.js
CHANGED
|
@@ -1709,6 +1709,10 @@ const assets = {
|
|
|
1709
1709
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1710
1710
|
},
|
|
1711
1711
|
coingecko_id: 'oraichain-token',
|
|
1712
|
+
socials: {
|
|
1713
|
+
website: 'https://orai.io/',
|
|
1714
|
+
twitter: 'https://x.com/oraichain'
|
|
1715
|
+
},
|
|
1712
1716
|
images: [
|
|
1713
1717
|
{
|
|
1714
1718
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -5344,6 +5348,10 @@ const assets = {
|
|
|
5344
5348
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5345
5349
|
},
|
|
5346
5350
|
coingecko_id: 'oraichain-token',
|
|
5351
|
+
socials: {
|
|
5352
|
+
website: 'https://orai.io/',
|
|
5353
|
+
twitter: 'https://x.com/oraichain'
|
|
5354
|
+
},
|
|
5347
5355
|
images: [
|
|
5348
5356
|
{
|
|
5349
5357
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/mainnet/migaloo.js
CHANGED
|
@@ -9714,7 +9714,7 @@ const assets = {
|
|
|
9714
9714
|
}]
|
|
9715
9715
|
},
|
|
9716
9716
|
{
|
|
9717
|
-
description: '
|
|
9717
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
9718
9718
|
type_asset: 'cw20',
|
|
9719
9719
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
9720
9720
|
denom_units: [{
|
|
@@ -9722,21 +9722,18 @@ const assets = {
|
|
|
9722
9722
|
exponent: 0,
|
|
9723
9723
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
9724
9724
|
}, {
|
|
9725
|
-
denom: '
|
|
9725
|
+
denom: 'juris',
|
|
9726
9726
|
exponent: 6
|
|
9727
9727
|
}],
|
|
9728
9728
|
base: 'ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018',
|
|
9729
|
-
name: '
|
|
9730
|
-
display: '
|
|
9731
|
-
symbol: '
|
|
9729
|
+
name: 'Juris Protocol',
|
|
9730
|
+
display: 'juris',
|
|
9731
|
+
symbol: 'JURIS',
|
|
9732
9732
|
logo_URIs: {
|
|
9733
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
9733
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
9734
9734
|
},
|
|
9735
9735
|
images: [{
|
|
9736
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
9737
|
-
theme: {
|
|
9738
|
-
primary_color_hex: '#191717'
|
|
9739
|
-
}
|
|
9736
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
9740
9737
|
}],
|
|
9741
9738
|
traces: [{
|
|
9742
9739
|
type: 'ibc-cw20',
|
|
@@ -18449,7 +18446,7 @@ const assets = {
|
|
|
18449
18446
|
}]
|
|
18450
18447
|
},
|
|
18451
18448
|
{
|
|
18452
|
-
description: '
|
|
18449
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
18453
18450
|
type_asset: 'cw20',
|
|
18454
18451
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
18455
18452
|
denom_units: [{
|
|
@@ -18457,21 +18454,18 @@ const assets = {
|
|
|
18457
18454
|
exponent: 0,
|
|
18458
18455
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
18459
18456
|
}, {
|
|
18460
|
-
denom: '
|
|
18457
|
+
denom: 'juris',
|
|
18461
18458
|
exponent: 6
|
|
18462
18459
|
}],
|
|
18463
18460
|
base: 'ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018',
|
|
18464
|
-
name: '
|
|
18465
|
-
display: '
|
|
18466
|
-
symbol: '
|
|
18461
|
+
name: 'Juris Protocol',
|
|
18462
|
+
display: 'juris',
|
|
18463
|
+
symbol: 'JURIS',
|
|
18467
18464
|
logo_URIs: {
|
|
18468
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
18465
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
18469
18466
|
},
|
|
18470
18467
|
images: [{
|
|
18471
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
18472
|
-
theme: {
|
|
18473
|
-
primary_color_hex: '#191717'
|
|
18474
|
-
}
|
|
18468
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
18475
18469
|
}],
|
|
18476
18470
|
traces: [{
|
|
18477
18471
|
type: 'ibc-cw20',
|
package/mainnet/osmosis.js
CHANGED
|
@@ -332,6 +332,42 @@ const assets = {
|
|
|
332
332
|
}
|
|
333
333
|
}]
|
|
334
334
|
},
|
|
335
|
+
{
|
|
336
|
+
description: 'The native staking and governance token of Andromeda',
|
|
337
|
+
denom_units: [{
|
|
338
|
+
denom: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
339
|
+
exponent: 0,
|
|
340
|
+
aliases: ['uandr']
|
|
341
|
+
}, {
|
|
342
|
+
denom: 'andr',
|
|
343
|
+
exponent: 6
|
|
344
|
+
}],
|
|
345
|
+
coingecko_id: 'andromeda-2',
|
|
346
|
+
base: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
347
|
+
name: 'Andr',
|
|
348
|
+
display: 'andr',
|
|
349
|
+
symbol: 'ANDR',
|
|
350
|
+
logo_URIs: {
|
|
351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png'
|
|
352
|
+
},
|
|
353
|
+
images: [{
|
|
354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
|
|
355
|
+
theme: {
|
|
356
|
+
primary_color_hex: '#040404'
|
|
357
|
+
}
|
|
358
|
+
}],
|
|
359
|
+
traces: [{
|
|
360
|
+
type: 'ibc',
|
|
361
|
+
counterparty: {
|
|
362
|
+
channel_id: 'channel-17',
|
|
363
|
+
base_denom: 'uandr',
|
|
364
|
+
chain_name: 'andromeda'
|
|
365
|
+
},
|
|
366
|
+
chain: {
|
|
367
|
+
channel_id: 'channel-81924'
|
|
368
|
+
}
|
|
369
|
+
}]
|
|
370
|
+
},
|
|
335
371
|
{
|
|
336
372
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
337
373
|
denom_units: [
|
|
@@ -5226,6 +5262,10 @@ const assets = {
|
|
|
5226
5262
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5227
5263
|
},
|
|
5228
5264
|
coingecko_id: 'oraichain-token',
|
|
5265
|
+
socials: {
|
|
5266
|
+
website: 'https://orai.io/',
|
|
5267
|
+
twitter: 'https://x.com/oraichain'
|
|
5268
|
+
},
|
|
5229
5269
|
images: [
|
|
5230
5270
|
{
|
|
5231
5271
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -5595,6 +5635,42 @@ const assets = {
|
|
|
5595
5635
|
}
|
|
5596
5636
|
}]
|
|
5597
5637
|
},
|
|
5638
|
+
{
|
|
5639
|
+
description: 'The native staking and governance token of Andromeda',
|
|
5640
|
+
denom_units: [{
|
|
5641
|
+
denom: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
5642
|
+
exponent: 0,
|
|
5643
|
+
aliases: ['uandr']
|
|
5644
|
+
}, {
|
|
5645
|
+
denom: 'andr',
|
|
5646
|
+
exponent: 6
|
|
5647
|
+
}],
|
|
5648
|
+
coingecko_id: 'andromeda-2',
|
|
5649
|
+
base: 'ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E',
|
|
5650
|
+
name: 'Andr',
|
|
5651
|
+
display: 'andr',
|
|
5652
|
+
symbol: 'ANDR',
|
|
5653
|
+
logo_URIs: {
|
|
5654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png'
|
|
5655
|
+
},
|
|
5656
|
+
images: [{
|
|
5657
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
|
|
5658
|
+
theme: {
|
|
5659
|
+
primary_color_hex: '#040404'
|
|
5660
|
+
}
|
|
5661
|
+
}],
|
|
5662
|
+
traces: [{
|
|
5663
|
+
type: 'ibc',
|
|
5664
|
+
counterparty: {
|
|
5665
|
+
channel_id: 'channel-17',
|
|
5666
|
+
base_denom: 'uandr',
|
|
5667
|
+
chain_name: 'andromeda'
|
|
5668
|
+
},
|
|
5669
|
+
chain: {
|
|
5670
|
+
channel_id: 'channel-81924'
|
|
5671
|
+
}
|
|
5672
|
+
}]
|
|
5673
|
+
},
|
|
5598
5674
|
{
|
|
5599
5675
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
5600
5676
|
denom_units: [
|
|
@@ -10489,6 +10565,10 @@ const assets = {
|
|
|
10489
10565
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
10490
10566
|
},
|
|
10491
10567
|
coingecko_id: 'oraichain-token',
|
|
10568
|
+
socials: {
|
|
10569
|
+
website: 'https://orai.io/',
|
|
10570
|
+
twitter: 'https://x.com/oraichain'
|
|
10571
|
+
},
|
|
10492
10572
|
images: [
|
|
10493
10573
|
{
|
|
10494
10574
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -34360,7 +34440,7 @@ const assets = {
|
|
|
34360
34440
|
}]
|
|
34361
34441
|
},
|
|
34362
34442
|
{
|
|
34363
|
-
description: '
|
|
34443
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
34364
34444
|
type_asset: 'cw20',
|
|
34365
34445
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
34366
34446
|
denom_units: [{
|
|
@@ -34368,21 +34448,18 @@ const assets = {
|
|
|
34368
34448
|
exponent: 0,
|
|
34369
34449
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
34370
34450
|
}, {
|
|
34371
|
-
denom: '
|
|
34451
|
+
denom: 'juris',
|
|
34372
34452
|
exponent: 6
|
|
34373
34453
|
}],
|
|
34374
34454
|
base: 'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
|
|
34375
|
-
name: '
|
|
34376
|
-
display: '
|
|
34377
|
-
symbol: '
|
|
34455
|
+
name: 'Juris Protocol',
|
|
34456
|
+
display: 'juris',
|
|
34457
|
+
symbol: 'JURIS',
|
|
34378
34458
|
logo_URIs: {
|
|
34379
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
34459
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
34380
34460
|
},
|
|
34381
34461
|
images: [{
|
|
34382
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
34383
|
-
theme: {
|
|
34384
|
-
primary_color_hex: '#191717'
|
|
34385
|
-
}
|
|
34462
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
34386
34463
|
}],
|
|
34387
34464
|
traces: [{
|
|
34388
34465
|
type: 'ibc-cw20',
|
|
@@ -43095,7 +43172,7 @@ const assets = {
|
|
|
43095
43172
|
}]
|
|
43096
43173
|
},
|
|
43097
43174
|
{
|
|
43098
|
-
description: '
|
|
43175
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
43099
43176
|
type_asset: 'cw20',
|
|
43100
43177
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
43101
43178
|
denom_units: [{
|
|
@@ -43103,21 +43180,18 @@ const assets = {
|
|
|
43103
43180
|
exponent: 0,
|
|
43104
43181
|
aliases: ['cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2']
|
|
43105
43182
|
}, {
|
|
43106
|
-
denom: '
|
|
43183
|
+
denom: 'juris',
|
|
43107
43184
|
exponent: 6
|
|
43108
43185
|
}],
|
|
43109
43186
|
base: 'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
|
|
43110
|
-
name: '
|
|
43111
|
-
display: '
|
|
43112
|
-
symbol: '
|
|
43187
|
+
name: 'Juris Protocol',
|
|
43188
|
+
display: 'juris',
|
|
43189
|
+
symbol: 'JURIS',
|
|
43113
43190
|
logo_URIs: {
|
|
43114
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
43191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
43115
43192
|
},
|
|
43116
43193
|
images: [{
|
|
43117
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
43118
|
-
theme: {
|
|
43119
|
-
primary_color_hex: '#191717'
|
|
43120
|
-
}
|
|
43194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
43121
43195
|
}],
|
|
43122
43196
|
traces: [{
|
|
43123
43197
|
type: 'ibc-cw20',
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -1655,6 +1655,10 @@ const assets = {
|
|
|
1655
1655
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1656
1656
|
},
|
|
1657
1657
|
coingecko_id: 'oraichain-token',
|
|
1658
|
+
socials: {
|
|
1659
|
+
website: 'https://orai.io/',
|
|
1660
|
+
twitter: 'https://x.com/oraichain'
|
|
1661
|
+
},
|
|
1658
1662
|
images: [
|
|
1659
1663
|
{
|
|
1660
1664
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -3570,6 +3574,10 @@ const assets = {
|
|
|
3570
3574
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3571
3575
|
},
|
|
3572
3576
|
coingecko_id: 'oraichain-token',
|
|
3577
|
+
socials: {
|
|
3578
|
+
website: 'https://orai.io/',
|
|
3579
|
+
twitter: 'https://x.com/oraichain'
|
|
3580
|
+
},
|
|
3573
3581
|
images: [
|
|
3574
3582
|
{
|
|
3575
3583
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.82",
|
|
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.65",
|
|
33
|
+
"chain-registry": "^1.63.82"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.65"
|
|
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": "c81a28d5963c678dd8f0f02a146d2fc99e455c4b"
|
|
47
47
|
}
|