Skip to content

Commit

Permalink
remove debugging, add commented-out alternative to infura
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundedgar committed Apr 25, 2024
1 parent 25b6592 commit 66a1ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function loadProvider(deployParameters, env) {
if (deployParameters.multiplierGas || deployParameters.maxFeePerGas) {
if (env.HARDHAT_NETWORK === 'sepolia') {
currentProvider = new ethers.providers.JsonRpcProvider(`https://${env.HARDHAT_NETWORK}.infura.io/v3/${env.INFURA_PROJECT_ID}`);
console.log(currentProvider);
// currentProvider = new ethers.providers.JsonRpcProvider('https://sepolia.backstop.technology');
if (deployParameters.maxPriorityFeePerGas && deployParameters.maxFeePerGas) {
console.log(`Hardcoded gas used: MaxPriority${deployParameters.maxPriorityFeePerGas} gwei, MaxFee${deployParameters.maxFeePerGas} gwei`);
const FEE_DATA = {
Expand Down

0 comments on commit 66a1ebf

Please sign in to comment.