forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassetlist.json
32 lines (32 loc) · 869 Bytes
/
assetlist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "../../assetlist.schema.json",
"chain_name": "medasdigital-1",
"assets": [
{
"description": "The native token of Medas Digital Network",
"denom_units": [
{
"denom": "umedas",
"exponent": 0,
"aliases": []
},
{
"denom": "medas",
"exponent": 6,
"aliases": []
}
],
"base": "umedas",
"name": "Medas Digital",
"display": "medas",
"symbol": "MEDAS",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg"
},
"keywords": [
"medas"
]
}
]
}