Remove network ID setting

Not needed anymore.
This commit is contained in:
2019-04-24 13:32:14 +01:00
parent 2a3077d733
commit c03da5659f
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ const Kredits = require('kredits-contracts');
const walletPath = process.env.KREDITS_WALLET_PATH || './wallet.json';
const walletJson = fs.readFileSync(walletPath);
const providerUrl = process.env.KREDITS_PROVIDER_URL;
const networkId = parseInt(process.env.KREDITS_NETWORK_ID || 100);
const ipfsConfig = {
host: process.env.IPFS_API_HOST || 'localhost',