forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassetlist.json
33 lines (33 loc) · 958 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
33
{
"$schema": "../assetlist.schema.json",
"chain_name": "govgen",
"assets": [
{
"description": "The native staking and governance token of GovGen",
"denom_units": [
{
"denom": "ugovgen",
"exponent": 0
},
{
"denom": "govgen",
"exponent": 6
}
],
"base": "ugovgen",
"name": "GovGen",
"display": "govgen",
"symbol": "GOVGEN",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.svg"
}
]
}
]
}