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