diff --git a/utils/e2e-tests/ts/lib/node.ts b/utils/e2e-tests/ts/lib/node.ts index 84b1546c1..a616e9695 100644 --- a/utils/e2e-tests/ts/lib/node.ts +++ b/utils/e2e-tests/ts/lib/node.ts @@ -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", };