Skip to content

Commit

Permalink
WIP: default to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
frrist committed Mar 4, 2021
1 parent 135eea7 commit 6bf5358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/params_shared_vals.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ var ZeroAddress = MustParseAddress("f3yaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
// /////
// Devnet settings

var Devnet = true
var Devnet = false

const FilBase = uint64(2_000_000_000)
const FilAllocStorageMining = uint64(1_100_000_000)
Expand Down

0 comments on commit 6bf5358

Please sign in to comment.