Skip to content

Commit 0f999ff

Browse files
committed
chore: In goserver, use the Berty node api.gno.berty.io
Signed-off-by: Jeff Thompson <[email protected]>
1 parent e25fded commit 0f999ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goserver/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func runMain(args []string) error {
4040
fs = flag.NewFlagSet("goserver", flag.ContinueOnError)
4141
}
4242

43-
fs.StringVar(&remote, "remote", "http://testnet.gno.berty.io:36657", "address of the Gno node")
43+
fs.StringVar(&remote, "remote", "https://api.gno.berty.io:443", "address of the Gno node")
4444

4545
var root *ffcli.Command
4646
{

0 commit comments

Comments
 (0)