Skip to content

Commit

Permalink
provider switched to ropsten
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenos committed Oct 9, 2018
1 parent 15df1cc commit fac17b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/Providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import Config from 'react-native-config';

const ethers = require('ethers');

const provider = new ethers.providers.InfuraProvider('mainnet', Config.INFURA_API_KEY);
const provider = new ethers.providers.InfuraProvider('ropsten', Config.INFURA_API_KEY);

export default provider;

0 comments on commit fac17b6

Please sign in to comment.