Skip to content

Commit

Permalink
Fix rpc url http port in ts tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Jun 7, 2024
1 parent 829e05c commit f114e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/e2e-tests/ts/lib/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ export const runNode = (
};

const meta: NodeMeta = {
rpcUrlHttp: "http://127.0.0.1:9933",
rpcUrlHttp: "http://127.0.0.1:9944",
rpcUrlWs: "ws://127.0.0.1:9944",
};

0 comments on commit f114e53

Please sign in to comment.