From 8167432ec885358372a87024a62f64b251550e44 Mon Sep 17 00:00:00 2001 From: Daniel Luca Date: Mon, 7 Sep 2020 18:49:37 +0300 Subject: [PATCH] Fix sample url for Rinkeby. --- config.sample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.js b/config.sample.js index 27d61c1..6b55ef8 100644 --- a/config.sample.js +++ b/config.sample.js @@ -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',