Created
November 21, 2019 21:09
-
-
Save mempirate/5922bef018c2e37f942e5ce25599dbb3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict' | |
module.exports = Web3 => { | |
const provider = new Web3.providers.HttpProvider('https://rinkeby.infura.io/v3/YOUR_INFURA_API_KEY_HERE') | |
return new Web3(provider) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment