Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Mar 8, 2024
1 parent 2258dee commit 1a363d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,15 @@ module.exports = {
// skipDryRun: true,
from: '0x73943d14131268F23b721E668911bCDDEcA9da62'
},
'optimism': {
optimism: {
url: url || `https://optimism-mainnet.infura.io/v3/${process.env.INFURA_TOKEN}`,
accounts,
chainId: 10,
skipDryRun: true
// from: '0x73943d14131268F23b721E668911bCDDEcA9da62'
},
'base': {
url: url || `https://mainnet.base.org`,
base: {
url: url || 'https://mainnet.base.org',
accounts,
chainId: 8453,
skipDryRun: true
Expand Down

0 comments on commit 1a363d7

Please sign in to comment.