Skip to content

Commit

Permalink
fix: update default gnodev port
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Apr 17, 2024
1 parent 80e4f99 commit 64d60d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/gnodev/cmd/gnodev/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var defaultDevOptions = &devCfg{
chainId: "dev",
maxGas: 10_000_000_000,
webListenerAddr: "127.0.0.1:8888",
nodeRPCListenerAddr: "127.0.0.1:36657",
nodeRPCListenerAddr: "127.0.0.1:26657",
genesisCreator: DefaultCreatorAddress.String(),
home: gnoenv.HomeDir(),
root: gnoenv.RootDir(),
Expand Down

0 comments on commit 64d60d8

Please sign in to comment.