Skip to content

Commit

Permalink
Aaand back to local for now
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Nov 20, 2019
1 parent 4ff4270 commit 56be3f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 56be3f0

Please sign in to comment.