git.delta.rocks / unique-network / refs/commits / f1a0504cc000

difftreelog

source

tests/src/config_docker.ts356 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  substrateUrl: process.env.substrateUrl || 'ws://blockchain_nodes:9944',10  frontierUrl: process.env.frontierUrl || 'http://blockchain_nodes:9933',11};1213export default config;