chain-registry 1.63.60 → 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/haqq/assets.js +35 -0
- package/esm/mainnet/kujira/assets.js +22 -0
- package/esm/mainnet/mars/assets.js +15 -8
- package/esm/mainnet/neutron/assets.js +32 -0
- package/esm/mainnet/osmosis/assets.js +92 -58
- package/esm/mainnet/teritori/chain.js +14 -0
- package/esm/testnet/marstestnet/assets.js +4 -4
- package/esm/testnet/osmosistestnet/assets.js +4 -4
- package/esm/testnet/symphonytestnet/chain.js +16 -7
- package/mainnet/haqq/assets.js +35 -0
- package/mainnet/kujira/assets.js +22 -0
- package/mainnet/mars/assets.js +15 -8
- package/mainnet/neutron/assets.js +32 -0
- package/mainnet/osmosis/assets.js +92 -58
- package/mainnet/teritori/chain.js +14 -0
- package/package.json +4 -4
- package/testnet/marstestnet/assets.js +4 -4
- package/testnet/osmosistestnet/assets.js +4 -4
- package/testnet/symphonytestnet/chain.js +16 -7
|
@@ -26,6 +26,41 @@ const info = {
|
|
|
26
26
|
primary_color_hex: '#04cd80'
|
|
27
27
|
}
|
|
28
28
|
}]
|
|
29
|
+
}, {
|
|
30
|
+
description: 'Deenar gold-backed stablecoin',
|
|
31
|
+
denom_units: [{
|
|
32
|
+
denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
33
|
+
exponent: 0
|
|
34
|
+
}, {
|
|
35
|
+
denom: 'DEEN',
|
|
36
|
+
exponent: 6
|
|
37
|
+
}],
|
|
38
|
+
base: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
39
|
+
name: 'Deenar',
|
|
40
|
+
display: 'DEEN',
|
|
41
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
42
|
+
symbol: 'DEEN',
|
|
43
|
+
type_asset: 'erc20',
|
|
44
|
+
traces: [{
|
|
45
|
+
type: 'synthetic',
|
|
46
|
+
counterparty: {
|
|
47
|
+
chain_name: 'comex',
|
|
48
|
+
base_denom: 'XAU'
|
|
49
|
+
},
|
|
50
|
+
provider: 'Deenar'
|
|
51
|
+
}],
|
|
52
|
+
logo_URIs: {
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
54
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
55
|
+
},
|
|
56
|
+
images: [{
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
59
|
+
theme: {
|
|
60
|
+
primary_color_hex: '#ffbc05',
|
|
61
|
+
circle: true
|
|
62
|
+
}
|
|
63
|
+
}]
|
|
29
64
|
}]
|
|
30
65
|
};
|
|
31
66
|
export default info;
|
|
@@ -2092,6 +2092,28 @@ const info = {
|
|
|
2092
2092
|
images: [{
|
|
2093
2093
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg'
|
|
2094
2094
|
}]
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
description: 'The Kujira Recovery Token',
|
|
2098
|
+
denom_units: [{
|
|
2099
|
+
denom: 'factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji',
|
|
2100
|
+
exponent: 0
|
|
2101
|
+
}, {
|
|
2102
|
+
denom: 'rkuji',
|
|
2103
|
+
exponent: 6
|
|
2104
|
+
}],
|
|
2105
|
+
base: 'factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji',
|
|
2106
|
+
name: 'rKUJI',
|
|
2107
|
+
display: 'rkuji',
|
|
2108
|
+
symbol: 'rKUJI',
|
|
2109
|
+
logo_URIs: {
|
|
2110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png',
|
|
2111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg'
|
|
2112
|
+
},
|
|
2113
|
+
images: [{
|
|
2114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png',
|
|
2115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg'
|
|
2116
|
+
}]
|
|
2095
2117
|
}
|
|
2096
2118
|
]
|
|
2097
2119
|
};
|
|
@@ -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: [{
|
|
@@ -17866,8 +17823,7 @@ const info = {
|
|
|
17866
17823
|
description: 'TRONIX is the mainnet native token of the TRON Protocol issued by TRON DAO, known as TRX.',
|
|
17867
17824
|
denom_units: [{
|
|
17868
17825
|
denom: 'factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/TRX.rt',
|
|
17869
|
-
exponent: 0
|
|
17870
|
-
aliases: ['sun']
|
|
17826
|
+
exponent: 0
|
|
17871
17827
|
}, {
|
|
17872
17828
|
denom: 'trx',
|
|
17873
17829
|
exponent: 6
|
|
@@ -17901,11 +17857,10 @@ const info = {
|
|
|
17901
17857
|
}]
|
|
17902
17858
|
},
|
|
17903
17859
|
{
|
|
17904
|
-
description: '
|
|
17860
|
+
description: 'A synthetic version of USDT issued by Router, which can be unwrapped to USDT on several chains.',
|
|
17905
17861
|
denom_units: [{
|
|
17906
17862
|
denom: 'factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/USDT.rt',
|
|
17907
|
-
exponent: 0
|
|
17908
|
-
aliases: ['TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t']
|
|
17863
|
+
exponent: 0
|
|
17909
17864
|
}, {
|
|
17910
17865
|
denom: 'usdt',
|
|
17911
17866
|
exponent: 6
|
|
@@ -17917,24 +17872,17 @@ const info = {
|
|
|
17917
17872
|
display: 'usdt',
|
|
17918
17873
|
symbol: 'USDT',
|
|
17919
17874
|
traces: [{
|
|
17920
|
-
type: '
|
|
17875
|
+
type: 'synthetic',
|
|
17921
17876
|
counterparty: {
|
|
17922
17877
|
chain_name: 'ethereum',
|
|
17923
17878
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
17924
17879
|
},
|
|
17925
|
-
provider: 'Tether'
|
|
17926
|
-
}, {
|
|
17927
|
-
type: 'bridge',
|
|
17928
|
-
counterparty: {
|
|
17929
|
-
chain_name: 'tron',
|
|
17930
|
-
base_denom: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'
|
|
17931
|
-
},
|
|
17932
17880
|
provider: 'Router'
|
|
17933
17881
|
}],
|
|
17934
17882
|
images: [{
|
|
17935
17883
|
image_sync: {
|
|
17936
|
-
chain_name: '
|
|
17937
|
-
base_denom: '
|
|
17884
|
+
chain_name: 'ethereum',
|
|
17885
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
17938
17886
|
},
|
|
17939
17887
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
17940
17888
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
@@ -18336,6 +18284,92 @@ const info = {
|
|
|
18336
18284
|
background_color_hex: '#000000'
|
|
18337
18285
|
}
|
|
18338
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
|
+
}]
|
|
18339
18373
|
}
|
|
18340
18374
|
]
|
|
18341
18375
|
};
|
|
@@ -90,6 +90,10 @@ const info = {
|
|
|
90
90
|
{
|
|
91
91
|
address: 'https://teritori-rpc.bluestake.net:443',
|
|
92
92
|
provider: 'BlueStake 🚀'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://teritori_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
96
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
93
97
|
}
|
|
94
98
|
],
|
|
95
99
|
rest: [
|
|
@@ -144,6 +148,10 @@ const info = {
|
|
|
144
148
|
{
|
|
145
149
|
address: 'https://teritori-api.bluestake.net',
|
|
146
150
|
provider: 'BlueStake 🚀'
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
address: 'https://teritori_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
154
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
147
155
|
}
|
|
148
156
|
],
|
|
149
157
|
grpc: [
|
|
@@ -229,6 +237,12 @@ const info = {
|
|
|
229
237
|
url: 'https://atomscan.com/teritori',
|
|
230
238
|
tx_page: 'https://atomscan.com/teritori/transactions/${txHash}',
|
|
231
239
|
account_page: 'https://atomscan.com/teritori/accounts/${accountAddress}'
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
243
|
+
url: 'https://explorer.whenmoonwhenlambo.money/teritori',
|
|
244
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/teritori/tx/${txHash}',
|
|
245
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/teritori/account/${accountAddress}'
|
|
232
246
|
}
|
|
233
247
|
],
|
|
234
248
|
images: [{
|
|
@@ -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
|
{
|
|
@@ -5,7 +5,7 @@ const info = {
|
|
|
5
5
|
network_type: 'testnet',
|
|
6
6
|
pretty_name: 'Symphony Testnet',
|
|
7
7
|
chain_type: 'cosmos',
|
|
8
|
-
chain_id: 'symphony-testnet-
|
|
8
|
+
chain_id: 'symphony-testnet-3',
|
|
9
9
|
bech32_prefix: 'symphony',
|
|
10
10
|
daemon_name: 'symphonyd',
|
|
11
11
|
node_home: '$HOME/.symphonyd',
|
|
@@ -32,16 +32,25 @@ const info = {
|
|
|
32
32
|
},
|
|
33
33
|
apis: {
|
|
34
34
|
rpc: [{
|
|
35
|
-
address: 'https://symphony
|
|
36
|
-
provider: '
|
|
35
|
+
address: 'https://symphony.test.rpc.nodeshub.online/',
|
|
36
|
+
provider: 'Nodes Hub'
|
|
37
|
+
}, {
|
|
38
|
+
address: 'https://symphony-testnet-rpc.cogwheel.zone/',
|
|
39
|
+
provider: 'Cogwheel ⚙️'
|
|
37
40
|
}],
|
|
38
41
|
rest: [{
|
|
39
|
-
address: 'https://symphony
|
|
40
|
-
provider: '
|
|
42
|
+
address: 'https://symphony.test.api.nodeshub.online/',
|
|
43
|
+
provider: 'Nodes Hub'
|
|
44
|
+
}, {
|
|
45
|
+
address: 'https://symphony-testnet-api.cogwheel.zone/',
|
|
46
|
+
provider: 'Cogwheel ⚙️'
|
|
41
47
|
}],
|
|
42
48
|
grpc: [{
|
|
43
|
-
address: 'symphony
|
|
44
|
-
provider: '
|
|
49
|
+
address: 'https://symphony.test.grpc.nodeshub.online/',
|
|
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/haqq/assets.js
CHANGED
|
@@ -28,6 +28,41 @@ const info = {
|
|
|
28
28
|
primary_color_hex: '#04cd80'
|
|
29
29
|
}
|
|
30
30
|
}]
|
|
31
|
+
}, {
|
|
32
|
+
description: 'Deenar gold-backed stablecoin',
|
|
33
|
+
denom_units: [{
|
|
34
|
+
denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
35
|
+
exponent: 0
|
|
36
|
+
}, {
|
|
37
|
+
denom: 'DEEN',
|
|
38
|
+
exponent: 6
|
|
39
|
+
}],
|
|
40
|
+
base: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
41
|
+
name: 'Deenar',
|
|
42
|
+
display: 'DEEN',
|
|
43
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
44
|
+
symbol: 'DEEN',
|
|
45
|
+
type_asset: 'erc20',
|
|
46
|
+
traces: [{
|
|
47
|
+
type: 'synthetic',
|
|
48
|
+
counterparty: {
|
|
49
|
+
chain_name: 'comex',
|
|
50
|
+
base_denom: 'XAU'
|
|
51
|
+
},
|
|
52
|
+
provider: 'Deenar'
|
|
53
|
+
}],
|
|
54
|
+
logo_URIs: {
|
|
55
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
56
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
57
|
+
},
|
|
58
|
+
images: [{
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
61
|
+
theme: {
|
|
62
|
+
primary_color_hex: '#ffbc05',
|
|
63
|
+
circle: true
|
|
64
|
+
}
|
|
65
|
+
}]
|
|
31
66
|
}]
|
|
32
67
|
};
|
|
33
68
|
exports.default = info;
|
package/mainnet/kujira/assets.js
CHANGED
|
@@ -2094,6 +2094,28 @@ const info = {
|
|
|
2094
2094
|
images: [{
|
|
2095
2095
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg'
|
|
2096
2096
|
}]
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
description: 'The Kujira Recovery Token',
|
|
2100
|
+
denom_units: [{
|
|
2101
|
+
denom: 'factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji',
|
|
2102
|
+
exponent: 0
|
|
2103
|
+
}, {
|
|
2104
|
+
denom: 'rkuji',
|
|
2105
|
+
exponent: 6
|
|
2106
|
+
}],
|
|
2107
|
+
base: 'factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji',
|
|
2108
|
+
name: 'rKUJI',
|
|
2109
|
+
display: 'rkuji',
|
|
2110
|
+
symbol: 'rKUJI',
|
|
2111
|
+
logo_URIs: {
|
|
2112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png',
|
|
2113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg'
|
|
2114
|
+
},
|
|
2115
|
+
images: [{
|
|
2116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png',
|
|
2117
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg'
|
|
2118
|
+
}]
|
|
2097
2119
|
}
|
|
2098
2120
|
]
|
|
2099
2121
|
};
|
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: [{
|
|
@@ -17868,8 +17825,7 @@ const info = {
|
|
|
17868
17825
|
description: 'TRONIX is the mainnet native token of the TRON Protocol issued by TRON DAO, known as TRX.',
|
|
17869
17826
|
denom_units: [{
|
|
17870
17827
|
denom: 'factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/TRX.rt',
|
|
17871
|
-
exponent: 0
|
|
17872
|
-
aliases: ['sun']
|
|
17828
|
+
exponent: 0
|
|
17873
17829
|
}, {
|
|
17874
17830
|
denom: 'trx',
|
|
17875
17831
|
exponent: 6
|
|
@@ -17903,11 +17859,10 @@ const info = {
|
|
|
17903
17859
|
}]
|
|
17904
17860
|
},
|
|
17905
17861
|
{
|
|
17906
|
-
description: '
|
|
17862
|
+
description: 'A synthetic version of USDT issued by Router, which can be unwrapped to USDT on several chains.',
|
|
17907
17863
|
denom_units: [{
|
|
17908
17864
|
denom: 'factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/USDT.rt',
|
|
17909
|
-
exponent: 0
|
|
17910
|
-
aliases: ['TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t']
|
|
17865
|
+
exponent: 0
|
|
17911
17866
|
}, {
|
|
17912
17867
|
denom: 'usdt',
|
|
17913
17868
|
exponent: 6
|
|
@@ -17919,24 +17874,17 @@ const info = {
|
|
|
17919
17874
|
display: 'usdt',
|
|
17920
17875
|
symbol: 'USDT',
|
|
17921
17876
|
traces: [{
|
|
17922
|
-
type: '
|
|
17877
|
+
type: 'synthetic',
|
|
17923
17878
|
counterparty: {
|
|
17924
17879
|
chain_name: 'ethereum',
|
|
17925
17880
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
17926
17881
|
},
|
|
17927
|
-
provider: 'Tether'
|
|
17928
|
-
}, {
|
|
17929
|
-
type: 'bridge',
|
|
17930
|
-
counterparty: {
|
|
17931
|
-
chain_name: 'tron',
|
|
17932
|
-
base_denom: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'
|
|
17933
|
-
},
|
|
17934
17882
|
provider: 'Router'
|
|
17935
17883
|
}],
|
|
17936
17884
|
images: [{
|
|
17937
17885
|
image_sync: {
|
|
17938
|
-
chain_name: '
|
|
17939
|
-
base_denom: '
|
|
17886
|
+
chain_name: 'ethereum',
|
|
17887
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
17940
17888
|
},
|
|
17941
17889
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
17942
17890
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
@@ -18338,6 +18286,92 @@ const info = {
|
|
|
18338
18286
|
background_color_hex: '#000000'
|
|
18339
18287
|
}
|
|
18340
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
|
+
}]
|
|
18341
18375
|
}
|
|
18342
18376
|
]
|
|
18343
18377
|
};
|
|
@@ -92,6 +92,10 @@ const info = {
|
|
|
92
92
|
{
|
|
93
93
|
address: 'https://teritori-rpc.bluestake.net:443',
|
|
94
94
|
provider: 'BlueStake 🚀'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'https://teritori_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
98
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
95
99
|
}
|
|
96
100
|
],
|
|
97
101
|
rest: [
|
|
@@ -146,6 +150,10 @@ const info = {
|
|
|
146
150
|
{
|
|
147
151
|
address: 'https://teritori-api.bluestake.net',
|
|
148
152
|
provider: 'BlueStake 🚀'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
address: 'https://teritori_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
156
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
149
157
|
}
|
|
150
158
|
],
|
|
151
159
|
grpc: [
|
|
@@ -231,6 +239,12 @@ const info = {
|
|
|
231
239
|
url: 'https://atomscan.com/teritori',
|
|
232
240
|
tx_page: 'https://atomscan.com/teritori/transactions/${txHash}',
|
|
233
241
|
account_page: 'https://atomscan.com/teritori/accounts/${accountAddress}'
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
245
|
+
url: 'https://explorer.whenmoonwhenlambo.money/teritori',
|
|
246
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/teritori/tx/${txHash}',
|
|
247
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/teritori/account/${accountAddress}'
|
|
234
248
|
}
|
|
235
249
|
],
|
|
236
250
|
images: [{
|
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
|
{
|
|
@@ -7,7 +7,7 @@ const info = {
|
|
|
7
7
|
network_type: 'testnet',
|
|
8
8
|
pretty_name: 'Symphony Testnet',
|
|
9
9
|
chain_type: 'cosmos',
|
|
10
|
-
chain_id: 'symphony-testnet-
|
|
10
|
+
chain_id: 'symphony-testnet-3',
|
|
11
11
|
bech32_prefix: 'symphony',
|
|
12
12
|
daemon_name: 'symphonyd',
|
|
13
13
|
node_home: '$HOME/.symphonyd',
|
|
@@ -34,16 +34,25 @@ const info = {
|
|
|
34
34
|
},
|
|
35
35
|
apis: {
|
|
36
36
|
rpc: [{
|
|
37
|
-
address: 'https://symphony
|
|
38
|
-
provider: '
|
|
37
|
+
address: 'https://symphony.test.rpc.nodeshub.online/',
|
|
38
|
+
provider: 'Nodes Hub'
|
|
39
|
+
}, {
|
|
40
|
+
address: 'https://symphony-testnet-rpc.cogwheel.zone/',
|
|
41
|
+
provider: 'Cogwheel ⚙️'
|
|
39
42
|
}],
|
|
40
43
|
rest: [{
|
|
41
|
-
address: 'https://symphony
|
|
42
|
-
provider: '
|
|
44
|
+
address: 'https://symphony.test.api.nodeshub.online/',
|
|
45
|
+
provider: 'Nodes Hub'
|
|
46
|
+
}, {
|
|
47
|
+
address: 'https://symphony-testnet-api.cogwheel.zone/',
|
|
48
|
+
provider: 'Cogwheel ⚙️'
|
|
43
49
|
}],
|
|
44
50
|
grpc: [{
|
|
45
|
-
address: 'symphony
|
|
46
|
-
provider: '
|
|
51
|
+
address: 'https://symphony.test.grpc.nodeshub.online/',
|
|
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: {
|