status-go/params/version.go
Richard Ramos 86054875a4
fix: add mode build param and change ipfs gateway accordingly
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-08-26 18:57:55 +02:00

12 lines
259 B
Go

package params
// Version is defined in VERSION file.
// We set it in loadNodeConfig() in api/backend.go.
var Version string
// GitCommit is a commit hash.
var GitCommit string
// IpfsGatewayURL is the Gateway URL to use for IPFS
var IpfsGatewayURL string