Skip to content

Commit

Permalink
fix: ws
Browse files Browse the repository at this point in the history
  • Loading branch information
Benzbeeb committed Feb 5, 2025
1 parent b3c08cd commit b8d8156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/minitia/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
DefaultMinitiaWebsocket string = "ws://localhost:26657/websocket"
DefaultMinitiaGRPC string = "http://localhost:9090"
DefaultMinitiaJsonRPC string = "http://localhost:8545"
DefaultMinitiaJsonRPCWS string = "http://localhost:8546"
DefaultMinitiaJsonRPCWS string = "ws://localhost:8546"

DefaultRollupDenom string = "umin"
DefaultMinievmDenom string = "GAS"
Expand Down

0 comments on commit b8d8156

Please sign in to comment.