Skip to content

Commit

Permalink
refactor: Update gas price in hardhat.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
PleBea committed Sep 24, 2024
1 parent cc4d383 commit 774222f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/blockchain/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const config: HardhatUserConfig = {
// url: 'https://soneium-minato.rpc.scs.startale.com/?apikey=BFlJo8vAg4VBibKgfmKBvItDiUoQrHxg',
url: process.env.RPC_URL!,
accounts: ['0x' + process.env.DEPLOYER_PRIVATE_KEY!],
gasPrice: 1_000_000_000,
},
},
etherscan: {
Expand Down

0 comments on commit 774222f

Please sign in to comment.