diff --git a/index.js b/index.js index 82f9b4a..23b06de 100644 --- a/index.js +++ b/index.js @@ -10,8 +10,8 @@ const title = 'FIN4OracleEngine'; const HDWalletProvider = require('@truffle/hdwallet-provider'); const Tx = require('ethereumjs-tx').Transaction; const Web3 = require('web3'); -const networkID = 4; -const networkURL = 'https://rinkeby.infura.io/v3/' + config.INFURA_API_KEY; +const networkID = 0; // 4 +const networkURL = 'http://localhost:7545'; // 'https://rinkeby.infura.io/v3/' + config.INFURA_API_KEY; const provider = new HDWalletProvider(config.ORACLE_ACCOUNT.MNEMONIC, networkURL); const web3 = new Web3(provider); const accountAddress = web3.currentProvider.addresses[0];