From 7f4d7e8d8f8379d4c1d59ed5b567b89350692c71 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 27 Jul 2021 16:48:54 +0000 Subject: [PATCH] test: use new polkadot-launch config port --- --- a/tests/src/config.ts +++ b/tests/src/config.ts @@ -6,7 +6,7 @@ import process from 'process'; const config = { - substrateUrl: process.env.substrateUrl || 'ws://127.0.0.1:9844', + substrateUrl: process.env.substrateUrl || 'ws://127.0.0.1:9944', }; export default config; \ No newline at end of file -- gitstuff