git.delta.rocks / unique-network / refs/commits / 7f4d7e8d8f83

difftreelog

test use new polkadot-launch config port

Yaroslav Bolyukin2021-07-27parent: #448eded.patch.diff
in: master

1 file changed

modifiedtests/src/config.tsdiffbeforeafterboth
before · tests/src/config.ts
1//2// This file is subject to the terms and conditions defined in3// file 'LICENSE', which is part of this source code package.4//56import process from 'process';78const config = {9  substrateUrl: process.env.substrateUrl || 'ws://127.0.0.1:9844',10};1112export default config;
after · tests/src/config.ts
1//2// This file is subject to the terms and conditions defined in3// file 'LICENSE', which is part of this source code package.4//56import process from 'process';78const config = {9  substrateUrl: process.env.substrateUrl || 'ws://127.0.0.1:9944',10};1112export default config;