chain-registry 1.63.61 → 1.63.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/mars/assets.js +15 -8
- package/esm/mainnet/neutron/assets.js +32 -0
- package/esm/mainnet/osmosis/assets.js +86 -43
- package/esm/testnet/marstestnet/assets.js +4 -4
- package/esm/testnet/osmosistestnet/assets.js +4 -4
- package/esm/testnet/symphonytestnet/chain.js +9 -0
- package/mainnet/mars/assets.js +15 -8
- package/mainnet/neutron/assets.js +32 -0
- package/mainnet/osmosis/assets.js +86 -43
- package/package.json +4 -4
- package/testnet/marstestnet/assets.js +4 -4
- package/testnet/osmosistestnet/assets.js +4 -4
- package/testnet/symphonytestnet/chain.js +9 -0
|
@@ -2,7 +2,7 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'mars',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: 'Mars
|
|
5
|
+
description: 'Mars Protocol token (pre-migration)',
|
|
6
6
|
denom_units: [{
|
|
7
7
|
denom: 'umars',
|
|
8
8
|
exponent: 0
|
|
@@ -13,17 +13,24 @@ const info = {
|
|
|
13
13
|
base: 'umars',
|
|
14
14
|
name: 'Mars',
|
|
15
15
|
display: 'mars',
|
|
16
|
-
symbol: 'MARS',
|
|
16
|
+
symbol: 'MARS.old',
|
|
17
|
+
traces: [{
|
|
18
|
+
type: 'legacy-mintage',
|
|
19
|
+
counterparty: {
|
|
20
|
+
chain_name: 'neutron',
|
|
21
|
+
base_denom: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS'
|
|
22
|
+
},
|
|
23
|
+
provider: 'Mars Hub'
|
|
24
|
+
}],
|
|
17
25
|
logo_URIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg'
|
|
20
28
|
},
|
|
21
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
22
29
|
images: [{
|
|
23
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
24
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png',
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg',
|
|
25
32
|
theme: {
|
|
26
|
-
primary_color_hex: '#
|
|
33
|
+
primary_color_hex: '#000000'
|
|
27
34
|
}
|
|
28
35
|
}],
|
|
29
36
|
socials: {
|
|
@@ -996,6 +996,38 @@ const info = {
|
|
|
996
996
|
primary_color_hex: '#9890f9'
|
|
997
997
|
}
|
|
998
998
|
}]
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
description: 'Mars Protocol is a cross-collateralized Money Market Protocol on Neutron and Osmosis.',
|
|
1002
|
+
extended_description: 'Lend, borrow and earn with an autonomous credit protocol in the Cosmos universe. Open to all, closed to none.',
|
|
1003
|
+
denom_units: [{
|
|
1004
|
+
denom: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS',
|
|
1005
|
+
exponent: 0,
|
|
1006
|
+
aliases: ['umars']
|
|
1007
|
+
}, {
|
|
1008
|
+
denom: 'MARS',
|
|
1009
|
+
exponent: 6
|
|
1010
|
+
}],
|
|
1011
|
+
base: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS',
|
|
1012
|
+
name: 'Mars Protocol token',
|
|
1013
|
+
display: 'MARS',
|
|
1014
|
+
symbol: 'MARS',
|
|
1015
|
+
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
1016
|
+
images: [{
|
|
1017
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
1018
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg',
|
|
1019
|
+
theme: {
|
|
1020
|
+
primary_color_hex: '#ef4136'
|
|
1021
|
+
}
|
|
1022
|
+
}],
|
|
1023
|
+
logo_URIs: {
|
|
1024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
1025
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
1026
|
+
},
|
|
1027
|
+
socials: {
|
|
1028
|
+
website: 'https://marsprotocol.io/',
|
|
1029
|
+
twitter: 'https://x.com/mars_protocol'
|
|
1030
|
+
}
|
|
999
1031
|
}
|
|
1000
1032
|
]
|
|
1001
1033
|
};
|
|
@@ -6842,49 +6842,6 @@ const info = {
|
|
|
6842
6842
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avalanche.usdc.svg'
|
|
6843
6843
|
}]
|
|
6844
6844
|
},
|
|
6845
|
-
{
|
|
6846
|
-
description: 'Mars protocol token',
|
|
6847
|
-
denom_units: [{
|
|
6848
|
-
denom: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
6849
|
-
exponent: 0,
|
|
6850
|
-
aliases: ['umars']
|
|
6851
|
-
}, {
|
|
6852
|
-
denom: 'mars',
|
|
6853
|
-
exponent: 6
|
|
6854
|
-
}],
|
|
6855
|
-
type_asset: 'ics20',
|
|
6856
|
-
base: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
6857
|
-
name: 'Mars Hub',
|
|
6858
|
-
display: 'mars',
|
|
6859
|
-
symbol: 'MARS',
|
|
6860
|
-
traces: [{
|
|
6861
|
-
type: 'ibc',
|
|
6862
|
-
counterparty: {
|
|
6863
|
-
chain_name: 'mars',
|
|
6864
|
-
base_denom: 'umars',
|
|
6865
|
-
channel_id: 'channel-1'
|
|
6866
|
-
},
|
|
6867
|
-
chain: {
|
|
6868
|
-
channel_id: 'channel-557',
|
|
6869
|
-
path: 'transfer/channel-557/umars'
|
|
6870
|
-
}
|
|
6871
|
-
}],
|
|
6872
|
-
logo_URIs: {
|
|
6873
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
6874
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
6875
|
-
},
|
|
6876
|
-
images: [{
|
|
6877
|
-
image_sync: {
|
|
6878
|
-
chain_name: 'mars',
|
|
6879
|
-
base_denom: 'umars'
|
|
6880
|
-
},
|
|
6881
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
6882
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
6883
|
-
theme: {
|
|
6884
|
-
primary_color_hex: '#d43c3f'
|
|
6885
|
-
}
|
|
6886
|
-
}]
|
|
6887
|
-
},
|
|
6888
6845
|
{
|
|
6889
6846
|
description: 'Ciento Exchange Token',
|
|
6890
6847
|
denom_units: [{
|
|
@@ -18327,6 +18284,92 @@ const info = {
|
|
|
18327
18284
|
background_color_hex: '#000000'
|
|
18328
18285
|
}
|
|
18329
18286
|
}]
|
|
18287
|
+
},
|
|
18288
|
+
{
|
|
18289
|
+
description: 'Mars Protocol token (pre-migration)',
|
|
18290
|
+
denom_units: [{
|
|
18291
|
+
denom: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
18292
|
+
exponent: 0,
|
|
18293
|
+
aliases: ['umars']
|
|
18294
|
+
}, {
|
|
18295
|
+
denom: 'MARS.old',
|
|
18296
|
+
exponent: 6
|
|
18297
|
+
}],
|
|
18298
|
+
type_asset: 'ics20',
|
|
18299
|
+
base: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
18300
|
+
name: 'Mars Hub',
|
|
18301
|
+
display: 'MARS.old',
|
|
18302
|
+
symbol: 'MARS.old',
|
|
18303
|
+
traces: [{
|
|
18304
|
+
type: 'ibc',
|
|
18305
|
+
counterparty: {
|
|
18306
|
+
chain_name: 'mars',
|
|
18307
|
+
base_denom: 'umars',
|
|
18308
|
+
channel_id: 'channel-1'
|
|
18309
|
+
},
|
|
18310
|
+
chain: {
|
|
18311
|
+
channel_id: 'channel-557',
|
|
18312
|
+
path: 'transfer/channel-557/umars'
|
|
18313
|
+
}
|
|
18314
|
+
}],
|
|
18315
|
+
logo_URIs: {
|
|
18316
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png',
|
|
18317
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg'
|
|
18318
|
+
},
|
|
18319
|
+
images: [{
|
|
18320
|
+
image_sync: {
|
|
18321
|
+
chain_name: 'mars',
|
|
18322
|
+
base_denom: 'umars'
|
|
18323
|
+
},
|
|
18324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png',
|
|
18325
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg',
|
|
18326
|
+
theme: {
|
|
18327
|
+
primary_color_hex: '#FFFFFF'
|
|
18328
|
+
}
|
|
18329
|
+
}]
|
|
18330
|
+
},
|
|
18331
|
+
{
|
|
18332
|
+
description: 'Mars Protocol is a cross-collateralized Money Market Protocol on Neutron and Osmosis',
|
|
18333
|
+
denom_units: [{
|
|
18334
|
+
denom: 'ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255',
|
|
18335
|
+
exponent: 0,
|
|
18336
|
+
aliases: ['umars']
|
|
18337
|
+
}, {
|
|
18338
|
+
denom: 'MARS',
|
|
18339
|
+
exponent: 6
|
|
18340
|
+
}],
|
|
18341
|
+
type_asset: 'ics20',
|
|
18342
|
+
base: 'ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255',
|
|
18343
|
+
name: 'Mars Hub',
|
|
18344
|
+
display: 'MARS',
|
|
18345
|
+
symbol: 'MARS',
|
|
18346
|
+
traces: [{
|
|
18347
|
+
type: 'ibc',
|
|
18348
|
+
counterparty: {
|
|
18349
|
+
chain_name: 'neutron',
|
|
18350
|
+
base_denom: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS',
|
|
18351
|
+
channel_id: 'channel-10'
|
|
18352
|
+
},
|
|
18353
|
+
chain: {
|
|
18354
|
+
channel_id: 'channel-874',
|
|
18355
|
+
path: 'transfer/channel-874/factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS'
|
|
18356
|
+
}
|
|
18357
|
+
}],
|
|
18358
|
+
logo_URIs: {
|
|
18359
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
18360
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
18361
|
+
},
|
|
18362
|
+
images: [{
|
|
18363
|
+
image_sync: {
|
|
18364
|
+
chain_name: 'neutron',
|
|
18365
|
+
base_denom: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS'
|
|
18366
|
+
},
|
|
18367
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
18368
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg',
|
|
18369
|
+
theme: {
|
|
18370
|
+
primary_color_hex: '#ef4136'
|
|
18371
|
+
}
|
|
18372
|
+
}]
|
|
18330
18373
|
}
|
|
18331
18374
|
]
|
|
18332
18375
|
};
|
|
@@ -15,12 +15,12 @@ const info = {
|
|
|
15
15
|
display: 'mars',
|
|
16
16
|
symbol: 'MARS',
|
|
17
17
|
logo_URIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
20
20
|
},
|
|
21
21
|
images: [{
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
23
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
24
24
|
}]
|
|
25
25
|
}]
|
|
26
26
|
};
|
|
@@ -272,16 +272,16 @@ const info = {
|
|
|
272
272
|
}
|
|
273
273
|
}],
|
|
274
274
|
logo_URIs: {
|
|
275
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
276
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
277
277
|
},
|
|
278
278
|
images: [{
|
|
279
279
|
image_sync: {
|
|
280
280
|
chain_name: 'marstestnet',
|
|
281
281
|
base_denom: 'umars'
|
|
282
282
|
},
|
|
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
|
},
|
|
287
287
|
{
|
|
@@ -34,14 +34,23 @@ const info = {
|
|
|
34
34
|
rpc: [{
|
|
35
35
|
address: 'https://symphony.test.rpc.nodeshub.online/',
|
|
36
36
|
provider: 'Nodes Hub'
|
|
37
|
+
}, {
|
|
38
|
+
address: 'https://symphony-testnet-rpc.cogwheel.zone/',
|
|
39
|
+
provider: 'Cogwheel ⚙️'
|
|
37
40
|
}],
|
|
38
41
|
rest: [{
|
|
39
42
|
address: 'https://symphony.test.api.nodeshub.online/',
|
|
40
43
|
provider: 'Nodes Hub'
|
|
44
|
+
}, {
|
|
45
|
+
address: 'https://symphony-testnet-api.cogwheel.zone/',
|
|
46
|
+
provider: 'Cogwheel ⚙️'
|
|
41
47
|
}],
|
|
42
48
|
grpc: [{
|
|
43
49
|
address: 'https://symphony.test.grpc.nodeshub.online/',
|
|
44
50
|
provider: 'Nodes Hub'
|
|
51
|
+
}, {
|
|
52
|
+
address: 'https://symphony-testnet-grpc.cogwheel.zone:443',
|
|
53
|
+
provider: 'Cogwheel ⚙️'
|
|
45
54
|
}]
|
|
46
55
|
},
|
|
47
56
|
logo_URIs: {
|
package/mainnet/mars/assets.js
CHANGED
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'mars',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: 'Mars
|
|
7
|
+
description: 'Mars Protocol token (pre-migration)',
|
|
8
8
|
denom_units: [{
|
|
9
9
|
denom: 'umars',
|
|
10
10
|
exponent: 0
|
|
@@ -15,17 +15,24 @@ const info = {
|
|
|
15
15
|
base: 'umars',
|
|
16
16
|
name: 'Mars',
|
|
17
17
|
display: 'mars',
|
|
18
|
-
symbol: 'MARS',
|
|
18
|
+
symbol: 'MARS.old',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'legacy-mintage',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chain_name: 'neutron',
|
|
23
|
+
base_denom: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Mars Hub'
|
|
26
|
+
}],
|
|
19
27
|
logo_URIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png',
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg'
|
|
22
30
|
},
|
|
23
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
24
31
|
images: [{
|
|
25
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
26
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png',
|
|
33
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg',
|
|
27
34
|
theme: {
|
|
28
|
-
primary_color_hex: '#
|
|
35
|
+
primary_color_hex: '#000000'
|
|
29
36
|
}
|
|
30
37
|
}],
|
|
31
38
|
socials: {
|
|
@@ -998,6 +998,38 @@ const info = {
|
|
|
998
998
|
primary_color_hex: '#9890f9'
|
|
999
999
|
}
|
|
1000
1000
|
}]
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
description: 'Mars Protocol is a cross-collateralized Money Market Protocol on Neutron and Osmosis.',
|
|
1004
|
+
extended_description: 'Lend, borrow and earn with an autonomous credit protocol in the Cosmos universe. Open to all, closed to none.',
|
|
1005
|
+
denom_units: [{
|
|
1006
|
+
denom: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS',
|
|
1007
|
+
exponent: 0,
|
|
1008
|
+
aliases: ['umars']
|
|
1009
|
+
}, {
|
|
1010
|
+
denom: 'MARS',
|
|
1011
|
+
exponent: 6
|
|
1012
|
+
}],
|
|
1013
|
+
base: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS',
|
|
1014
|
+
name: 'Mars Protocol token',
|
|
1015
|
+
display: 'MARS',
|
|
1016
|
+
symbol: 'MARS',
|
|
1017
|
+
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
1018
|
+
images: [{
|
|
1019
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
1020
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg',
|
|
1021
|
+
theme: {
|
|
1022
|
+
primary_color_hex: '#ef4136'
|
|
1023
|
+
}
|
|
1024
|
+
}],
|
|
1025
|
+
logo_URIs: {
|
|
1026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
1027
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
1028
|
+
},
|
|
1029
|
+
socials: {
|
|
1030
|
+
website: 'https://marsprotocol.io/',
|
|
1031
|
+
twitter: 'https://x.com/mars_protocol'
|
|
1032
|
+
}
|
|
1001
1033
|
}
|
|
1002
1034
|
]
|
|
1003
1035
|
};
|
|
@@ -6844,49 +6844,6 @@ const info = {
|
|
|
6844
6844
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avalanche.usdc.svg'
|
|
6845
6845
|
}]
|
|
6846
6846
|
},
|
|
6847
|
-
{
|
|
6848
|
-
description: 'Mars protocol token',
|
|
6849
|
-
denom_units: [{
|
|
6850
|
-
denom: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
6851
|
-
exponent: 0,
|
|
6852
|
-
aliases: ['umars']
|
|
6853
|
-
}, {
|
|
6854
|
-
denom: 'mars',
|
|
6855
|
-
exponent: 6
|
|
6856
|
-
}],
|
|
6857
|
-
type_asset: 'ics20',
|
|
6858
|
-
base: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
6859
|
-
name: 'Mars Hub',
|
|
6860
|
-
display: 'mars',
|
|
6861
|
-
symbol: 'MARS',
|
|
6862
|
-
traces: [{
|
|
6863
|
-
type: 'ibc',
|
|
6864
|
-
counterparty: {
|
|
6865
|
-
chain_name: 'mars',
|
|
6866
|
-
base_denom: 'umars',
|
|
6867
|
-
channel_id: 'channel-1'
|
|
6868
|
-
},
|
|
6869
|
-
chain: {
|
|
6870
|
-
channel_id: 'channel-557',
|
|
6871
|
-
path: 'transfer/channel-557/umars'
|
|
6872
|
-
}
|
|
6873
|
-
}],
|
|
6874
|
-
logo_URIs: {
|
|
6875
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
6876
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
6877
|
-
},
|
|
6878
|
-
images: [{
|
|
6879
|
-
image_sync: {
|
|
6880
|
-
chain_name: 'mars',
|
|
6881
|
-
base_denom: 'umars'
|
|
6882
|
-
},
|
|
6883
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
6884
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
6885
|
-
theme: {
|
|
6886
|
-
primary_color_hex: '#d43c3f'
|
|
6887
|
-
}
|
|
6888
|
-
}]
|
|
6889
|
-
},
|
|
6890
6847
|
{
|
|
6891
6848
|
description: 'Ciento Exchange Token',
|
|
6892
6849
|
denom_units: [{
|
|
@@ -18329,6 +18286,92 @@ const info = {
|
|
|
18329
18286
|
background_color_hex: '#000000'
|
|
18330
18287
|
}
|
|
18331
18288
|
}]
|
|
18289
|
+
},
|
|
18290
|
+
{
|
|
18291
|
+
description: 'Mars Protocol token (pre-migration)',
|
|
18292
|
+
denom_units: [{
|
|
18293
|
+
denom: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
18294
|
+
exponent: 0,
|
|
18295
|
+
aliases: ['umars']
|
|
18296
|
+
}, {
|
|
18297
|
+
denom: 'MARS.old',
|
|
18298
|
+
exponent: 6
|
|
18299
|
+
}],
|
|
18300
|
+
type_asset: 'ics20',
|
|
18301
|
+
base: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
18302
|
+
name: 'Mars Hub',
|
|
18303
|
+
display: 'MARS.old',
|
|
18304
|
+
symbol: 'MARS.old',
|
|
18305
|
+
traces: [{
|
|
18306
|
+
type: 'ibc',
|
|
18307
|
+
counterparty: {
|
|
18308
|
+
chain_name: 'mars',
|
|
18309
|
+
base_denom: 'umars',
|
|
18310
|
+
channel_id: 'channel-1'
|
|
18311
|
+
},
|
|
18312
|
+
chain: {
|
|
18313
|
+
channel_id: 'channel-557',
|
|
18314
|
+
path: 'transfer/channel-557/umars'
|
|
18315
|
+
}
|
|
18316
|
+
}],
|
|
18317
|
+
logo_URIs: {
|
|
18318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png',
|
|
18319
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg'
|
|
18320
|
+
},
|
|
18321
|
+
images: [{
|
|
18322
|
+
image_sync: {
|
|
18323
|
+
chain_name: 'mars',
|
|
18324
|
+
base_denom: 'umars'
|
|
18325
|
+
},
|
|
18326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png',
|
|
18327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg',
|
|
18328
|
+
theme: {
|
|
18329
|
+
primary_color_hex: '#FFFFFF'
|
|
18330
|
+
}
|
|
18331
|
+
}]
|
|
18332
|
+
},
|
|
18333
|
+
{
|
|
18334
|
+
description: 'Mars Protocol is a cross-collateralized Money Market Protocol on Neutron and Osmosis',
|
|
18335
|
+
denom_units: [{
|
|
18336
|
+
denom: 'ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255',
|
|
18337
|
+
exponent: 0,
|
|
18338
|
+
aliases: ['umars']
|
|
18339
|
+
}, {
|
|
18340
|
+
denom: 'MARS',
|
|
18341
|
+
exponent: 6
|
|
18342
|
+
}],
|
|
18343
|
+
type_asset: 'ics20',
|
|
18344
|
+
base: 'ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255',
|
|
18345
|
+
name: 'Mars Hub',
|
|
18346
|
+
display: 'MARS',
|
|
18347
|
+
symbol: 'MARS',
|
|
18348
|
+
traces: [{
|
|
18349
|
+
type: 'ibc',
|
|
18350
|
+
counterparty: {
|
|
18351
|
+
chain_name: 'neutron',
|
|
18352
|
+
base_denom: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS',
|
|
18353
|
+
channel_id: 'channel-10'
|
|
18354
|
+
},
|
|
18355
|
+
chain: {
|
|
18356
|
+
channel_id: 'channel-874',
|
|
18357
|
+
path: 'transfer/channel-874/factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS'
|
|
18358
|
+
}
|
|
18359
|
+
}],
|
|
18360
|
+
logo_URIs: {
|
|
18361
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
18362
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
18363
|
+
},
|
|
18364
|
+
images: [{
|
|
18365
|
+
image_sync: {
|
|
18366
|
+
chain_name: 'neutron',
|
|
18367
|
+
base_denom: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS'
|
|
18368
|
+
},
|
|
18369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
18370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg',
|
|
18371
|
+
theme: {
|
|
18372
|
+
primary_color_hex: '#ef4136'
|
|
18373
|
+
}
|
|
18374
|
+
}]
|
|
18332
18375
|
}
|
|
18333
18376
|
]
|
|
18334
18377
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.62",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
32
|
+
"@chain-registry/utils": "^1.46.52",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
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": "b6e4d920c7f6348537309062205bebca683d1737"
|
|
47
47
|
}
|
|
@@ -17,12 +17,12 @@ const info = {
|
|
|
17
17
|
display: 'mars',
|
|
18
18
|
symbol: 'MARS',
|
|
19
19
|
logo_URIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
22
22
|
},
|
|
23
23
|
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
26
26
|
}]
|
|
27
27
|
}]
|
|
28
28
|
};
|
|
@@ -274,16 +274,16 @@ const info = {
|
|
|
274
274
|
}
|
|
275
275
|
}],
|
|
276
276
|
logo_URIs: {
|
|
277
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
278
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
279
279
|
},
|
|
280
280
|
images: [{
|
|
281
281
|
image_sync: {
|
|
282
282
|
chain_name: 'marstestnet',
|
|
283
283
|
base_denom: 'umars'
|
|
284
284
|
},
|
|
285
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
286
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
286
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
287
287
|
}]
|
|
288
288
|
},
|
|
289
289
|
{
|
|
@@ -36,14 +36,23 @@ const info = {
|
|
|
36
36
|
rpc: [{
|
|
37
37
|
address: 'https://symphony.test.rpc.nodeshub.online/',
|
|
38
38
|
provider: 'Nodes Hub'
|
|
39
|
+
}, {
|
|
40
|
+
address: 'https://symphony-testnet-rpc.cogwheel.zone/',
|
|
41
|
+
provider: 'Cogwheel ⚙️'
|
|
39
42
|
}],
|
|
40
43
|
rest: [{
|
|
41
44
|
address: 'https://symphony.test.api.nodeshub.online/',
|
|
42
45
|
provider: 'Nodes Hub'
|
|
46
|
+
}, {
|
|
47
|
+
address: 'https://symphony-testnet-api.cogwheel.zone/',
|
|
48
|
+
provider: 'Cogwheel ⚙️'
|
|
43
49
|
}],
|
|
44
50
|
grpc: [{
|
|
45
51
|
address: 'https://symphony.test.grpc.nodeshub.online/',
|
|
46
52
|
provider: 'Nodes Hub'
|
|
53
|
+
}, {
|
|
54
|
+
address: 'https://symphony-testnet-grpc.cogwheel.zone:443',
|
|
55
|
+
provider: 'Cogwheel ⚙️'
|
|
47
56
|
}]
|
|
48
57
|
},
|
|
49
58
|
logo_URIs: {
|