forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassetlist.json
28 lines (28 loc) · 932 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
{
"$schema": "../assetlist.schema.json",
"chain_name": "akash",
"assets": [
{
"description": "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
"denom_units": [
{
"denom": "uakt",
"exponent": 0
},
{
"denom": "akt",
"exponent": 6
}
],
"base": "uakt",
"name": "Akash Network",
"display": "akt",
"symbol": "AKT",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"
},
"coingecko_id": "akash-network"
}
]
}