Skip to content

Commit

Permalink
fix default sequencer port
Browse files Browse the repository at this point in the history
  • Loading branch information
mycodecrafting committed Feb 8, 2024
1 parent b9041f8 commit ec17832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var DefaultNodeConfig = NodeConfig{
Instrumentation: config.DefaultInstrumentationConfig(),
Astria: AstriaSeqConfig{
GrpcListen: ":50051",
SeqAddress: "http://localhost:26658",
SeqAddress: "http://localhost:26657",
SeqPrivate: "2bd806c97f0e00af1a1fc3328fa763a9269723c8db8fac4f93af71db186d6e90",
SeqInitialHeight: 1,
},
Expand Down

0 comments on commit ec17832

Please sign in to comment.