We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e423b2 commit f2ed4daCopy full SHA for f2ed4da
cmd/cql/internal/generate.go
@@ -58,8 +58,8 @@ or input a passphrase by
58
}
59
60
const (
61
- testnetCN = "cn"
62
- testnetSydney = "w"
+ testnetCN = "cn"
+ testnetW = "w"
63
)
64
65
var (
@@ -184,7 +184,7 @@ func runGenerate(cmd *Command, args []string) {
184
rawConfig.ListenAddr = "0.0.0.0:" + port
185
186
187
- if testnetRegion == testnetSydney {
+ if testnetRegion == testnetW {
188
rawConfig.DNSSeed.BPCount = 3
189
rawConfig.DNSSeed.Domain = "testnetw.gridb.io"
190
0 commit comments