Skip to content

Commit fa3009a

Browse files
committed
camel
1 parent 45a2b64 commit fa3009a

9 files changed

+1346
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`assetlist 1`] = `
4+
"{
5+
$schema: '../assetlist.schema.json',
6+
chainName: 'comdex',
7+
assets: [
8+
{
9+
description: 'Native Token of Comdex Protocol',
10+
denomUnits: [
11+
{
12+
denom: 'ucmdx',
13+
exponent: 0
14+
},
15+
{
16+
denom: 'cmdx',
17+
exponent: 6
18+
}
19+
],
20+
base: 'ucmdx',
21+
name: 'Comdex',
22+
display: 'cmdx',
23+
symbol: 'CMDX',
24+
logoURIs: {
25+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
26+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
27+
},
28+
coingeckoId: 'comdex',
29+
images: [
30+
{
31+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
32+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
33+
}
34+
]
35+
},
36+
{
37+
description: 'Governance Token of Harbor protocol on Comdex network',
38+
denomUnits: [
39+
{
40+
denom: 'uharbor',
41+
exponent: 0
42+
},
43+
{
44+
denom: 'harbor',
45+
exponent: 6
46+
}
47+
],
48+
base: 'uharbor',
49+
name: 'Harbor',
50+
display: 'harbor',
51+
symbol: 'HARBOR',
52+
logoURIs: {
53+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
54+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
55+
},
56+
coingeckoId: 'harbor-2',
57+
images: [
58+
{
59+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
60+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
61+
}
62+
]
63+
},
64+
{
65+
description: 'Stable Token of Harbor protocol on Comdex network',
66+
denomUnits: [
67+
{
68+
denom: 'ucmst',
69+
exponent: 0
70+
},
71+
{
72+
denom: 'cmst',
73+
exponent: 6
74+
}
75+
],
76+
base: 'ucmst',
77+
name: 'CMST',
78+
display: 'cmst',
79+
symbol: 'CMST',
80+
logoURIs: {
81+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png',
82+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg'
83+
},
84+
coingeckoId: 'composite',
85+
images: [
86+
{
87+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png',
88+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg'
89+
}
90+
]
91+
}
92+
]
93+
}"
94+
`;

0 commit comments

Comments
 (0)