Skip to content

Commit

Permalink
fix: fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Jul 22, 2024
1 parent 5421b80 commit fd5a6f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ const config: HardhatUserConfig = {
chainId: 97,
live: true,
gasPrice: 20000000000,
accounts: process.env.DEPLOYER_PRIVATE_KEY ? [`0x${process.env.DEPLOYER_PRIVATE_KEY}`] : [],

accounts: process.env.DEPLOYER_PRIVATE_KEY ? [`0x${process.env.DEPLOYER_PRIVATE_KEY}`] : [],
},
// Mainnet deployments are done through Frame wallet RPC
bscmainnet: {
Expand Down

0 comments on commit fd5a6f6

Please sign in to comment.