Skip to content

Commit 7e24bb2

Browse files
authored
all: change default network to mainnet (#437)
1 parent 4393ede commit 7e24bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/tbcd/tbcd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const (
2424
daemonName = "tbcd"
2525
defaultLogLevel = daemonName + "=INFO;tbc=INFO;level=INFO"
26-
defaultNetwork = "testnet3" // XXX make this mainnet
26+
defaultNetwork = "mainnet"
2727
defaultHome = "~/." + daemonName
2828
bDefaultSize = "512mb" // ~320 blocks on mainnet
2929
bhsDefaultSize = "2mb"

service/popm/popm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func NewDefaultConfig() *Config {
9595
return &Config{
9696
BFGWSURL: "http://localhost:8383/v1/ws/public",
9797
BFGRequestTimeout: DefaultBFGRequestTimeout,
98-
BTCChainName: "testnet3",
98+
BTCChainName: "mainnet",
9999
}
100100
}
101101

0 commit comments

Comments
 (0)