@chain-registry/assets 1.64.61 → 1.64.62
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/crescent.js +0 -84
- package/esm/mainnet/juno.js +0 -84
- package/esm/mainnet/kujira.js +0 -84
- package/esm/mainnet/neutron.js +0 -84
- package/esm/mainnet/osmosis.js +0 -84
- package/esm/mainnet/terra2.js +0 -84
- package/esm/testnet/osmosistestnet.js +8 -8
- package/esm/testnet/osmosistestnet4.js +8 -8
- package/mainnet/crescent.js +0 -84
- package/mainnet/juno.js +0 -84
- package/mainnet/kujira.js +0 -84
- package/mainnet/neutron.js +0 -84
- package/mainnet/osmosis.js +0 -84
- package/mainnet/terra2.js +0 -84
- package/package.json +5 -5
- package/testnet/osmosistestnet.js +8 -8
- package/testnet/osmosistestnet4.js +8 -8
package/esm/mainnet/crescent.js
CHANGED
|
@@ -1350,48 +1350,6 @@ const assets = {
|
|
|
1350
1350
|
}
|
|
1351
1351
|
}]
|
|
1352
1352
|
},
|
|
1353
|
-
{
|
|
1354
|
-
description: 'Mars protocol token',
|
|
1355
|
-
denom_units: [{
|
|
1356
|
-
denom: 'ibc/10A0DD366A472B098DFD93FBAE62E65DA387F314872C4AD3AE43185154738D8D',
|
|
1357
|
-
exponent: 0,
|
|
1358
|
-
aliases: ['umars']
|
|
1359
|
-
}, {
|
|
1360
|
-
denom: 'mars',
|
|
1361
|
-
exponent: 6
|
|
1362
|
-
}],
|
|
1363
|
-
base: 'ibc/10A0DD366A472B098DFD93FBAE62E65DA387F314872C4AD3AE43185154738D8D',
|
|
1364
|
-
name: 'Mars',
|
|
1365
|
-
display: 'mars',
|
|
1366
|
-
symbol: 'MARS',
|
|
1367
|
-
logo_URIs: {
|
|
1368
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1369
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
1370
|
-
},
|
|
1371
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
1372
|
-
images: [{
|
|
1373
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1374
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
1375
|
-
theme: {
|
|
1376
|
-
primary_color_hex: '#d43c3f'
|
|
1377
|
-
}
|
|
1378
|
-
}],
|
|
1379
|
-
socials: {
|
|
1380
|
-
website: 'https://www.marsprotocol.io/',
|
|
1381
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
1382
|
-
},
|
|
1383
|
-
traces: [{
|
|
1384
|
-
type: 'ibc',
|
|
1385
|
-
counterparty: {
|
|
1386
|
-
channel_id: 'channel-5',
|
|
1387
|
-
base_denom: 'umars',
|
|
1388
|
-
chain_name: 'mars'
|
|
1389
|
-
},
|
|
1390
|
-
chain: {
|
|
1391
|
-
channel_id: 'channel-35'
|
|
1392
|
-
}
|
|
1393
|
-
}]
|
|
1394
|
-
},
|
|
1395
1353
|
{
|
|
1396
1354
|
description: 'The permissioned staking asset for Noble Chain',
|
|
1397
1355
|
denom_units: [{
|
|
@@ -3649,48 +3607,6 @@ const assets = {
|
|
|
3649
3607
|
}
|
|
3650
3608
|
}]
|
|
3651
3609
|
},
|
|
3652
|
-
{
|
|
3653
|
-
description: 'Mars protocol token',
|
|
3654
|
-
denom_units: [{
|
|
3655
|
-
denom: 'ibc/10A0DD366A472B098DFD93FBAE62E65DA387F314872C4AD3AE43185154738D8D',
|
|
3656
|
-
exponent: 0,
|
|
3657
|
-
aliases: ['umars']
|
|
3658
|
-
}, {
|
|
3659
|
-
denom: 'mars',
|
|
3660
|
-
exponent: 6
|
|
3661
|
-
}],
|
|
3662
|
-
base: 'ibc/10A0DD366A472B098DFD93FBAE62E65DA387F314872C4AD3AE43185154738D8D',
|
|
3663
|
-
name: 'Mars',
|
|
3664
|
-
display: 'mars',
|
|
3665
|
-
symbol: 'MARS',
|
|
3666
|
-
logo_URIs: {
|
|
3667
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
3668
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
3669
|
-
},
|
|
3670
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
3671
|
-
images: [{
|
|
3672
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
3673
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
3674
|
-
theme: {
|
|
3675
|
-
primary_color_hex: '#d43c3f'
|
|
3676
|
-
}
|
|
3677
|
-
}],
|
|
3678
|
-
socials: {
|
|
3679
|
-
website: 'https://www.marsprotocol.io/',
|
|
3680
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
3681
|
-
},
|
|
3682
|
-
traces: [{
|
|
3683
|
-
type: 'ibc',
|
|
3684
|
-
counterparty: {
|
|
3685
|
-
channel_id: 'channel-5',
|
|
3686
|
-
base_denom: 'umars',
|
|
3687
|
-
chain_name: 'mars'
|
|
3688
|
-
},
|
|
3689
|
-
chain: {
|
|
3690
|
-
channel_id: 'channel-35'
|
|
3691
|
-
}
|
|
3692
|
-
}]
|
|
3693
|
-
},
|
|
3694
3610
|
{
|
|
3695
3611
|
description: 'The permissioned staking asset for Noble Chain',
|
|
3696
3612
|
denom_units: [{
|
package/esm/mainnet/juno.js
CHANGED
|
@@ -1707,48 +1707,6 @@ const assets = {
|
|
|
1707
1707
|
}
|
|
1708
1708
|
}]
|
|
1709
1709
|
},
|
|
1710
|
-
{
|
|
1711
|
-
description: 'Mars protocol token',
|
|
1712
|
-
denom_units: [{
|
|
1713
|
-
denom: 'ibc/281FEE887CDF71EB9C1FEFC554822DCB06BE4E8A8BFF944ED64E3D03437E9384',
|
|
1714
|
-
exponent: 0,
|
|
1715
|
-
aliases: ['umars']
|
|
1716
|
-
}, {
|
|
1717
|
-
denom: 'mars',
|
|
1718
|
-
exponent: 6
|
|
1719
|
-
}],
|
|
1720
|
-
base: 'ibc/281FEE887CDF71EB9C1FEFC554822DCB06BE4E8A8BFF944ED64E3D03437E9384',
|
|
1721
|
-
name: 'Mars',
|
|
1722
|
-
display: 'mars',
|
|
1723
|
-
symbol: 'MARS',
|
|
1724
|
-
logo_URIs: {
|
|
1725
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1726
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
1727
|
-
},
|
|
1728
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
1729
|
-
images: [{
|
|
1730
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1731
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
1732
|
-
theme: {
|
|
1733
|
-
primary_color_hex: '#d43c3f'
|
|
1734
|
-
}
|
|
1735
|
-
}],
|
|
1736
|
-
socials: {
|
|
1737
|
-
website: 'https://www.marsprotocol.io/',
|
|
1738
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
1739
|
-
},
|
|
1740
|
-
traces: [{
|
|
1741
|
-
type: 'ibc',
|
|
1742
|
-
counterparty: {
|
|
1743
|
-
channel_id: 'channel-3',
|
|
1744
|
-
base_denom: 'umars',
|
|
1745
|
-
chain_name: 'mars'
|
|
1746
|
-
},
|
|
1747
|
-
chain: {
|
|
1748
|
-
channel_id: 'channel-209'
|
|
1749
|
-
}
|
|
1750
|
-
}]
|
|
1751
|
-
},
|
|
1752
1710
|
{
|
|
1753
1711
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
1754
1712
|
denom_units: [{
|
|
@@ -3610,48 +3568,6 @@ const assets = {
|
|
|
3610
3568
|
}
|
|
3611
3569
|
}]
|
|
3612
3570
|
},
|
|
3613
|
-
{
|
|
3614
|
-
description: 'Mars protocol token',
|
|
3615
|
-
denom_units: [{
|
|
3616
|
-
denom: 'ibc/281FEE887CDF71EB9C1FEFC554822DCB06BE4E8A8BFF944ED64E3D03437E9384',
|
|
3617
|
-
exponent: 0,
|
|
3618
|
-
aliases: ['umars']
|
|
3619
|
-
}, {
|
|
3620
|
-
denom: 'mars',
|
|
3621
|
-
exponent: 6
|
|
3622
|
-
}],
|
|
3623
|
-
base: 'ibc/281FEE887CDF71EB9C1FEFC554822DCB06BE4E8A8BFF944ED64E3D03437E9384',
|
|
3624
|
-
name: 'Mars',
|
|
3625
|
-
display: 'mars',
|
|
3626
|
-
symbol: 'MARS',
|
|
3627
|
-
logo_URIs: {
|
|
3628
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
3629
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
3630
|
-
},
|
|
3631
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
3632
|
-
images: [{
|
|
3633
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
3634
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
3635
|
-
theme: {
|
|
3636
|
-
primary_color_hex: '#d43c3f'
|
|
3637
|
-
}
|
|
3638
|
-
}],
|
|
3639
|
-
socials: {
|
|
3640
|
-
website: 'https://www.marsprotocol.io/',
|
|
3641
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
3642
|
-
},
|
|
3643
|
-
traces: [{
|
|
3644
|
-
type: 'ibc',
|
|
3645
|
-
counterparty: {
|
|
3646
|
-
channel_id: 'channel-3',
|
|
3647
|
-
base_denom: 'umars',
|
|
3648
|
-
chain_name: 'mars'
|
|
3649
|
-
},
|
|
3650
|
-
chain: {
|
|
3651
|
-
channel_id: 'channel-209'
|
|
3652
|
-
}
|
|
3653
|
-
}]
|
|
3654
|
-
},
|
|
3655
3571
|
{
|
|
3656
3572
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
3657
3573
|
denom_units: [{
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -3569,48 +3569,6 @@ const assets = {
|
|
|
3569
3569
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3570
3570
|
}
|
|
3571
3571
|
},
|
|
3572
|
-
{
|
|
3573
|
-
description: 'Mars protocol token',
|
|
3574
|
-
denom_units: [{
|
|
3575
|
-
denom: 'ibc/DBF6ABDB5F3D4267C039967515594453F4A31007FD838A566F563A01D2C2FB80',
|
|
3576
|
-
exponent: 0,
|
|
3577
|
-
aliases: ['umars']
|
|
3578
|
-
}, {
|
|
3579
|
-
denom: 'mars',
|
|
3580
|
-
exponent: 6
|
|
3581
|
-
}],
|
|
3582
|
-
base: 'ibc/DBF6ABDB5F3D4267C039967515594453F4A31007FD838A566F563A01D2C2FB80',
|
|
3583
|
-
name: 'Mars',
|
|
3584
|
-
display: 'mars',
|
|
3585
|
-
symbol: 'MARS',
|
|
3586
|
-
logo_URIs: {
|
|
3587
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
3588
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
3589
|
-
},
|
|
3590
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
3591
|
-
images: [{
|
|
3592
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
3593
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
3594
|
-
theme: {
|
|
3595
|
-
primary_color_hex: '#d43c3f'
|
|
3596
|
-
}
|
|
3597
|
-
}],
|
|
3598
|
-
socials: {
|
|
3599
|
-
website: 'https://www.marsprotocol.io/',
|
|
3600
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
3601
|
-
},
|
|
3602
|
-
traces: [{
|
|
3603
|
-
type: 'ibc',
|
|
3604
|
-
counterparty: {
|
|
3605
|
-
channel_id: 'channel-0',
|
|
3606
|
-
base_denom: 'umars',
|
|
3607
|
-
chain_name: 'mars'
|
|
3608
|
-
},
|
|
3609
|
-
chain: {
|
|
3610
|
-
channel_id: 'channel-55'
|
|
3611
|
-
}
|
|
3612
|
-
}]
|
|
3613
|
-
},
|
|
3614
3572
|
{
|
|
3615
3573
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
3616
3574
|
denom_units: [{
|
|
@@ -4773,48 +4731,6 @@ const assets = {
|
|
|
4773
4731
|
}
|
|
4774
4732
|
}]
|
|
4775
4733
|
},
|
|
4776
|
-
{
|
|
4777
|
-
description: 'Mars protocol token',
|
|
4778
|
-
denom_units: [{
|
|
4779
|
-
denom: 'ibc/DBF6ABDB5F3D4267C039967515594453F4A31007FD838A566F563A01D2C2FB80',
|
|
4780
|
-
exponent: 0,
|
|
4781
|
-
aliases: ['umars']
|
|
4782
|
-
}, {
|
|
4783
|
-
denom: 'mars',
|
|
4784
|
-
exponent: 6
|
|
4785
|
-
}],
|
|
4786
|
-
base: 'ibc/DBF6ABDB5F3D4267C039967515594453F4A31007FD838A566F563A01D2C2FB80',
|
|
4787
|
-
name: 'Mars',
|
|
4788
|
-
display: 'mars',
|
|
4789
|
-
symbol: 'MARS',
|
|
4790
|
-
logo_URIs: {
|
|
4791
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
4792
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
4793
|
-
},
|
|
4794
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
4795
|
-
images: [{
|
|
4796
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
4797
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
4798
|
-
theme: {
|
|
4799
|
-
primary_color_hex: '#d43c3f'
|
|
4800
|
-
}
|
|
4801
|
-
}],
|
|
4802
|
-
socials: {
|
|
4803
|
-
website: 'https://www.marsprotocol.io/',
|
|
4804
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
4805
|
-
},
|
|
4806
|
-
traces: [{
|
|
4807
|
-
type: 'ibc',
|
|
4808
|
-
counterparty: {
|
|
4809
|
-
channel_id: 'channel-0',
|
|
4810
|
-
base_denom: 'umars',
|
|
4811
|
-
chain_name: 'mars'
|
|
4812
|
-
},
|
|
4813
|
-
chain: {
|
|
4814
|
-
channel_id: 'channel-55'
|
|
4815
|
-
}
|
|
4816
|
-
}]
|
|
4817
|
-
},
|
|
4818
4734
|
{
|
|
4819
4735
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
4820
4736
|
denom_units: [{
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -891,48 +891,6 @@ const assets = {
|
|
|
891
891
|
}
|
|
892
892
|
}]
|
|
893
893
|
},
|
|
894
|
-
{
|
|
895
|
-
description: 'Mars protocol token',
|
|
896
|
-
denom_units: [{
|
|
897
|
-
denom: 'ibc/9598CDEB7C6DB7FC21E746C8E0250B30CD5154F39CA111A9D4948A4362F638BD',
|
|
898
|
-
exponent: 0,
|
|
899
|
-
aliases: ['umars']
|
|
900
|
-
}, {
|
|
901
|
-
denom: 'mars',
|
|
902
|
-
exponent: 6
|
|
903
|
-
}],
|
|
904
|
-
base: 'ibc/9598CDEB7C6DB7FC21E746C8E0250B30CD5154F39CA111A9D4948A4362F638BD',
|
|
905
|
-
name: 'Mars',
|
|
906
|
-
display: 'mars',
|
|
907
|
-
symbol: 'MARS',
|
|
908
|
-
logo_URIs: {
|
|
909
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
910
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
911
|
-
},
|
|
912
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
913
|
-
images: [{
|
|
914
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
915
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
916
|
-
theme: {
|
|
917
|
-
primary_color_hex: '#d43c3f'
|
|
918
|
-
}
|
|
919
|
-
}],
|
|
920
|
-
socials: {
|
|
921
|
-
website: 'https://www.marsprotocol.io/',
|
|
922
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
923
|
-
},
|
|
924
|
-
traces: [{
|
|
925
|
-
type: 'ibc',
|
|
926
|
-
counterparty: {
|
|
927
|
-
channel_id: 'channel-37',
|
|
928
|
-
base_denom: 'umars',
|
|
929
|
-
chain_name: 'mars'
|
|
930
|
-
},
|
|
931
|
-
chain: {
|
|
932
|
-
channel_id: 'channel-16'
|
|
933
|
-
}
|
|
934
|
-
}]
|
|
935
|
-
},
|
|
936
894
|
{
|
|
937
895
|
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.',
|
|
938
896
|
denom_units: [
|
|
@@ -1823,48 +1781,6 @@ const assets = {
|
|
|
1823
1781
|
}
|
|
1824
1782
|
}]
|
|
1825
1783
|
},
|
|
1826
|
-
{
|
|
1827
|
-
description: 'Mars protocol token',
|
|
1828
|
-
denom_units: [{
|
|
1829
|
-
denom: 'ibc/9598CDEB7C6DB7FC21E746C8E0250B30CD5154F39CA111A9D4948A4362F638BD',
|
|
1830
|
-
exponent: 0,
|
|
1831
|
-
aliases: ['umars']
|
|
1832
|
-
}, {
|
|
1833
|
-
denom: 'mars',
|
|
1834
|
-
exponent: 6
|
|
1835
|
-
}],
|
|
1836
|
-
base: 'ibc/9598CDEB7C6DB7FC21E746C8E0250B30CD5154F39CA111A9D4948A4362F638BD',
|
|
1837
|
-
name: 'Mars',
|
|
1838
|
-
display: 'mars',
|
|
1839
|
-
symbol: 'MARS',
|
|
1840
|
-
logo_URIs: {
|
|
1841
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1842
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
1843
|
-
},
|
|
1844
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
1845
|
-
images: [{
|
|
1846
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1847
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
1848
|
-
theme: {
|
|
1849
|
-
primary_color_hex: '#d43c3f'
|
|
1850
|
-
}
|
|
1851
|
-
}],
|
|
1852
|
-
socials: {
|
|
1853
|
-
website: 'https://www.marsprotocol.io/',
|
|
1854
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
1855
|
-
},
|
|
1856
|
-
traces: [{
|
|
1857
|
-
type: 'ibc',
|
|
1858
|
-
counterparty: {
|
|
1859
|
-
channel_id: 'channel-37',
|
|
1860
|
-
base_denom: 'umars',
|
|
1861
|
-
chain_name: 'mars'
|
|
1862
|
-
},
|
|
1863
|
-
chain: {
|
|
1864
|
-
channel_id: 'channel-16'
|
|
1865
|
-
}
|
|
1866
|
-
}]
|
|
1867
|
-
},
|
|
1868
1784
|
{
|
|
1869
1785
|
description: 'The permissioned staking asset for Noble Chain',
|
|
1870
1786
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -4177,48 +4177,6 @@ const assets = {
|
|
|
4177
4177
|
}
|
|
4178
4178
|
}]
|
|
4179
4179
|
},
|
|
4180
|
-
{
|
|
4181
|
-
description: 'Mars protocol token',
|
|
4182
|
-
denom_units: [{
|
|
4183
|
-
denom: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
4184
|
-
exponent: 0,
|
|
4185
|
-
aliases: ['umars']
|
|
4186
|
-
}, {
|
|
4187
|
-
denom: 'mars',
|
|
4188
|
-
exponent: 6
|
|
4189
|
-
}],
|
|
4190
|
-
base: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
4191
|
-
name: 'Mars',
|
|
4192
|
-
display: 'mars',
|
|
4193
|
-
symbol: 'MARS',
|
|
4194
|
-
logo_URIs: {
|
|
4195
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
4196
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
4197
|
-
},
|
|
4198
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
4199
|
-
images: [{
|
|
4200
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
4201
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
4202
|
-
theme: {
|
|
4203
|
-
primary_color_hex: '#d43c3f'
|
|
4204
|
-
}
|
|
4205
|
-
}],
|
|
4206
|
-
socials: {
|
|
4207
|
-
website: 'https://www.marsprotocol.io/',
|
|
4208
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
4209
|
-
},
|
|
4210
|
-
traces: [{
|
|
4211
|
-
type: 'ibc',
|
|
4212
|
-
counterparty: {
|
|
4213
|
-
channel_id: 'channel-1',
|
|
4214
|
-
base_denom: 'umars',
|
|
4215
|
-
chain_name: 'mars'
|
|
4216
|
-
},
|
|
4217
|
-
chain: {
|
|
4218
|
-
channel_id: 'channel-557'
|
|
4219
|
-
}
|
|
4220
|
-
}]
|
|
4221
|
-
},
|
|
4222
4180
|
{
|
|
4223
4181
|
description: 'The native token of Medas Digital Network',
|
|
4224
4182
|
denom_units: [{
|
|
@@ -9466,48 +9424,6 @@ const assets = {
|
|
|
9466
9424
|
}
|
|
9467
9425
|
}]
|
|
9468
9426
|
},
|
|
9469
|
-
{
|
|
9470
|
-
description: 'Mars protocol token',
|
|
9471
|
-
denom_units: [{
|
|
9472
|
-
denom: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
9473
|
-
exponent: 0,
|
|
9474
|
-
aliases: ['umars']
|
|
9475
|
-
}, {
|
|
9476
|
-
denom: 'mars',
|
|
9477
|
-
exponent: 6
|
|
9478
|
-
}],
|
|
9479
|
-
base: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
9480
|
-
name: 'Mars',
|
|
9481
|
-
display: 'mars',
|
|
9482
|
-
symbol: 'MARS',
|
|
9483
|
-
logo_URIs: {
|
|
9484
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
9485
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
9486
|
-
},
|
|
9487
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
9488
|
-
images: [{
|
|
9489
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
9490
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
9491
|
-
theme: {
|
|
9492
|
-
primary_color_hex: '#d43c3f'
|
|
9493
|
-
}
|
|
9494
|
-
}],
|
|
9495
|
-
socials: {
|
|
9496
|
-
website: 'https://www.marsprotocol.io/',
|
|
9497
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
9498
|
-
},
|
|
9499
|
-
traces: [{
|
|
9500
|
-
type: 'ibc',
|
|
9501
|
-
counterparty: {
|
|
9502
|
-
channel_id: 'channel-1',
|
|
9503
|
-
base_denom: 'umars',
|
|
9504
|
-
chain_name: 'mars'
|
|
9505
|
-
},
|
|
9506
|
-
chain: {
|
|
9507
|
-
channel_id: 'channel-557'
|
|
9508
|
-
}
|
|
9509
|
-
}]
|
|
9510
|
-
},
|
|
9511
9427
|
{
|
|
9512
9428
|
description: 'The native token of Medas Digital Network',
|
|
9513
9429
|
denom_units: [{
|
package/esm/mainnet/terra2.js
CHANGED
|
@@ -1435,48 +1435,6 @@ const assets = {
|
|
|
1435
1435
|
}
|
|
1436
1436
|
}]
|
|
1437
1437
|
},
|
|
1438
|
-
{
|
|
1439
|
-
description: 'Mars protocol token',
|
|
1440
|
-
denom_units: [{
|
|
1441
|
-
denom: 'ibc/2C50C2CC304FAE4C87868ED4B4279F8BF769F10CCFFD3154B6101C61E57AA498',
|
|
1442
|
-
exponent: 0,
|
|
1443
|
-
aliases: ['umars']
|
|
1444
|
-
}, {
|
|
1445
|
-
denom: 'mars',
|
|
1446
|
-
exponent: 6
|
|
1447
|
-
}],
|
|
1448
|
-
base: 'ibc/2C50C2CC304FAE4C87868ED4B4279F8BF769F10CCFFD3154B6101C61E57AA498',
|
|
1449
|
-
name: 'Mars',
|
|
1450
|
-
display: 'mars',
|
|
1451
|
-
symbol: 'MARS',
|
|
1452
|
-
logo_URIs: {
|
|
1453
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1454
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
1455
|
-
},
|
|
1456
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
1457
|
-
images: [{
|
|
1458
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1459
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
1460
|
-
theme: {
|
|
1461
|
-
primary_color_hex: '#d43c3f'
|
|
1462
|
-
}
|
|
1463
|
-
}],
|
|
1464
|
-
socials: {
|
|
1465
|
-
website: 'https://www.marsprotocol.io/',
|
|
1466
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
1467
|
-
},
|
|
1468
|
-
traces: [{
|
|
1469
|
-
type: 'ibc',
|
|
1470
|
-
counterparty: {
|
|
1471
|
-
channel_id: 'channel-2',
|
|
1472
|
-
base_denom: 'umars',
|
|
1473
|
-
chain_name: 'mars'
|
|
1474
|
-
},
|
|
1475
|
-
chain: {
|
|
1476
|
-
channel_id: 'channel-78'
|
|
1477
|
-
}
|
|
1478
|
-
}]
|
|
1479
|
-
},
|
|
1480
1438
|
{
|
|
1481
1439
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
1482
1440
|
denom_units: [{
|
|
@@ -4558,48 +4516,6 @@ const assets = {
|
|
|
4558
4516
|
}
|
|
4559
4517
|
}]
|
|
4560
4518
|
},
|
|
4561
|
-
{
|
|
4562
|
-
description: 'Mars protocol token',
|
|
4563
|
-
denom_units: [{
|
|
4564
|
-
denom: 'ibc/2C50C2CC304FAE4C87868ED4B4279F8BF769F10CCFFD3154B6101C61E57AA498',
|
|
4565
|
-
exponent: 0,
|
|
4566
|
-
aliases: ['umars']
|
|
4567
|
-
}, {
|
|
4568
|
-
denom: 'mars',
|
|
4569
|
-
exponent: 6
|
|
4570
|
-
}],
|
|
4571
|
-
base: 'ibc/2C50C2CC304FAE4C87868ED4B4279F8BF769F10CCFFD3154B6101C61E57AA498',
|
|
4572
|
-
name: 'Mars',
|
|
4573
|
-
display: 'mars',
|
|
4574
|
-
symbol: 'MARS',
|
|
4575
|
-
logo_URIs: {
|
|
4576
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
4577
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
4578
|
-
},
|
|
4579
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
4580
|
-
images: [{
|
|
4581
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
4582
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
4583
|
-
theme: {
|
|
4584
|
-
primary_color_hex: '#d43c3f'
|
|
4585
|
-
}
|
|
4586
|
-
}],
|
|
4587
|
-
socials: {
|
|
4588
|
-
website: 'https://www.marsprotocol.io/',
|
|
4589
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
4590
|
-
},
|
|
4591
|
-
traces: [{
|
|
4592
|
-
type: 'ibc',
|
|
4593
|
-
counterparty: {
|
|
4594
|
-
channel_id: 'channel-2',
|
|
4595
|
-
base_denom: 'umars',
|
|
4596
|
-
chain_name: 'mars'
|
|
4597
|
-
},
|
|
4598
|
-
chain: {
|
|
4599
|
-
channel_id: 'channel-78'
|
|
4600
|
-
}
|
|
4601
|
-
}]
|
|
4602
|
-
},
|
|
4603
4519
|
{
|
|
4604
4520
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
4605
4521
|
denom_units: [{
|
|
@@ -502,12 +502,12 @@ const assets = {
|
|
|
502
502
|
display: 'mars',
|
|
503
503
|
symbol: 'MARS',
|
|
504
504
|
logo_URIs: {
|
|
505
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
506
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
506
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
507
507
|
},
|
|
508
508
|
images: [{
|
|
509
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
510
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
510
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
511
511
|
}],
|
|
512
512
|
traces: [{
|
|
513
513
|
type: 'ibc',
|
|
@@ -1176,12 +1176,12 @@ const assets = {
|
|
|
1176
1176
|
display: 'mars',
|
|
1177
1177
|
symbol: 'MARS',
|
|
1178
1178
|
logo_URIs: {
|
|
1179
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1180
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
1180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
1181
1181
|
},
|
|
1182
1182
|
images: [{
|
|
1183
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1184
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
1184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
1185
1185
|
}],
|
|
1186
1186
|
traces: [{
|
|
1187
1187
|
type: 'ibc',
|
|
@@ -86,12 +86,12 @@ const assets = {
|
|
|
86
86
|
display: 'mars',
|
|
87
87
|
symbol: 'MARS',
|
|
88
88
|
logo_URIs: {
|
|
89
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
90
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
89
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
90
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
91
91
|
},
|
|
92
92
|
images: [{
|
|
93
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
94
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
93
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
94
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
95
95
|
}],
|
|
96
96
|
traces: [{
|
|
97
97
|
type: 'ibc',
|
|
@@ -276,12 +276,12 @@ const assets = {
|
|
|
276
276
|
display: 'mars',
|
|
277
277
|
symbol: 'MARS',
|
|
278
278
|
logo_URIs: {
|
|
279
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
280
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
280
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
281
281
|
},
|
|
282
282
|
images: [{
|
|
283
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
284
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
284
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
285
285
|
}],
|
|
286
286
|
traces: [{
|
|
287
287
|
type: 'ibc',
|