mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
86054875a4
Signed-off-by: Jakub Sokołowski <jakub@status.im>
12 lines
259 B
Go
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
|