config.gno
0.57 Kb · 21 lines
1package gnomic
2
3// GENERATED by scripts/render.sh from config.env. Do not edit by hand.
4
5const (
6 tokenName = "Gnomic"
7 tokenSymbol = "GNOMIC"
8 tokenDecimals = 6
9 initialSupply = int64(21000000)
10 maxSupply = int64(21000000)
11)
12
13const (
14 tokenDescription = "Fixed supply of 21 million, distributed to GNOT holders on gno.land."
15 tokenLogoURI = "https://gnomic.wtf/icon-512.png"
16 tokenWebsite = "https://gnomic.wtf"
17 tokenTwitter = ""
18)
19
20// Empty = the owner is the address that runs the deploy.
21const ownerAddress = "g1z0c0wrmwpzpd0gq4q67hl9508dtgv4epr0z5ml"