package gnomic // GENERATED by scripts/render.sh from config.env. Do not edit by hand. const ( tokenName = "Gnomic" tokenSymbol = "GNOMIC" tokenDecimals = 6 initialSupply = int64(21000000) maxSupply = int64(21000000) ) const ( tokenDescription = "Fixed supply of 21 million, distributed to GNOT holders on gno.land." tokenLogoURI = "https://gnomic.wtf/icon-512.png" tokenWebsite = "https://gnomic.wtf" tokenTwitter = "" ) // Empty = the owner is the address that runs the deploy. const ownerAddress = "g1z0c0wrmwpzpd0gq4q67hl9508dtgv4epr0z5ml"