git.delta.rocks / unique-network / refs/commits / 26e8c720a042

difftreelog

source

tests/src/config.ts379 Bsourcehistory
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<<<<<<< HEAD10  substrateUrl: process.env.substrateUrl || 'ws://127.0.0.1:9844',11};12=======13  substrateUrl: process.env.substrateUrl || 'ws://127.0.0.1:9944'14}15>>>>>>> develop1617export default config;