Skip to content

Commit

Permalink
Fix sample url for Rinkeby.
Browse files Browse the repository at this point in the history
  • Loading branch information
cleanunicorn committed Sep 7, 2020
1 parent 4744681 commit 8167432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sample.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {

// Rinkeby
rinkeby: {
url: 'https://mainnet.infura.io/v3/YOUR-INFURA-API-KEY',
url: 'https://rinkeby.infura.io/v3/YOUR-INFURA-API-KEY',
chainId: 4,
accounts: {
mnemonic: 'YOUR MNEMONIC HERE',
Expand Down

0 comments on commit 8167432

Please sign in to comment.