From 774222f3692082d04958958e0df2c18b0fa16c6c Mon Sep 17 00:00:00 2001 From: PleBea Date: Tue, 24 Sep 2024 21:55:46 +0900 Subject: [PATCH] refactor: Update gas price in hardhat.config.ts --- src/modules/blockchain/hardhat.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/blockchain/hardhat.config.ts b/src/modules/blockchain/hardhat.config.ts index 8a15af6..68dfc74 100644 --- a/src/modules/blockchain/hardhat.config.ts +++ b/src/modules/blockchain/hardhat.config.ts @@ -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: {