Skip to content

Commit

Permalink
fix: stargate: Use HTTP instead of WebSocket for Tendermint RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngjoon Lee committed Jul 19, 2021
1 parent 1b8ec18 commit eaadcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testutils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const panacead = {
tendermintUrl: "localhost:26657",
tendermintUrl: "http://localhost:26657",
chainId: "testing",
genesisAccountMnemonic: "bulb rail shoot abandon eye domain injury return dash away base retreat vote solve recall glass joy neck cabin volcano enemy tribe output nominee",
}
Expand Down

0 comments on commit eaadcb8

Please sign in to comment.