Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Mar 11, 2024
1 parent 808715c commit 48097d8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ subtask(TASK_COMPILE_SOLIDITY_GET_SOURCE_PATHS).setAction(async (_, __, runSuper
return paths.filter((p: string) => !p.includes('/test/foundry/'));
});

const accountsPkey: HardhatNetworkAccountsUserConfig = [
{ privateKey: getPkey(), balance: parseEther('1000').toString() },
];

const accountsOldDeployer: HardhatNetworkAccountsUserConfig = accounts('old_deployer');
const accountsMerklDeployer: HardhatNetworkAccountsUserConfig = accounts('merkl_deployer');
const accountsGovernorSidechain: HardhatNetworkAccountsUserConfig = accounts('governor_sidechain');

const argv = yargs
.env('')
Expand Down Expand Up @@ -143,15 +138,15 @@ const config: HardhatUserConfig = {
url: nodeUrl('gnosis'),
blockNumber: 14188687,
*/
/*
/*
url: nodeUrl('immutable'),
blockNumber: 3160413,
*/
/*
/*
url: nodeUrl('manta'),
blockNumber: 1479731,
*/
/*
/*
url: nodeUrl('scroll'),
blockNumber: 3670869,
*/
Expand Down

0 comments on commit 48097d8

Please sign in to comment.