package params
// Version is defined in git tags.
// We set it from the Makefile.
var Version string
// GitCommit is a commit hash.
var GitCommit string
// IpfsGatewayURL is the Gateway URL to use for IPFS
var IpfsGatewayURL string