Skip to content

Commit

Permalink
Merge pull request #157 from jefft0/chore/goserver-use-Berty-node
Browse files Browse the repository at this point in the history
chore: In goserver, use the Berty node api.gno.berty.io
  • Loading branch information
jefft0 authored Jul 23, 2024
2 parents e25fded + 0f999ff commit f56d58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func runMain(args []string) error {
fs = flag.NewFlagSet("goserver", flag.ContinueOnError)
}

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

var root *ffcli.Command
{
Expand Down

0 comments on commit f56d58d

Please sign in to comment.