We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b255f commit 3cd4400Copy full SHA for 3cd4400
basic/06-ethersjs-waffle/index.js
@@ -6,7 +6,7 @@ const { ethers } = require("ethers");
6
require("dotenv").config();
7
const privateKey = process.env.PRIVATE_KEY;
8
9
-// const web3 = new Web3.providers.HttpProvider('https://sepolia.infura.io/v3' + process.env.INFURA_ID);
+// const web3 = new Web3.providers.HttpProvider(`https://sepolia.infura.io/v3${process.env.INFURA_ID}`);
10
// let web3Provider = new ethers.providers.Web3Provider(web3)
11
12
const web3Provider = new ethers.InfuraProvider(
0 commit comments