Skip to content

Commit 819ab66

Browse files
committed
Remove default gasPrice settings for Avalanche Fuji and Arbitrum Sepolia configurations
1 parent eaaba95 commit 819ab66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/smart-contract/hardhat.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ const privateKey = env.WALLET_PRIVATE_KEY;
66

77
// Avalanche Fuji specific configuration
88
const fujiBaseConfig = {
9-
gasPrice: 25_000_000_000, // 25 Gwei default
109
blockGasLimit: 8_000_000,
1110
chainId: 43113,
1211
};
1312

1413
// Arbitrum Sepolia specific configuration
1514
const arbitrumSepoliaBaseConfig = {
16-
gasPrice: 100_000_000, // 0.1 Gwei default (Arbitrum has lower gas prices)
1715
blockGasLimit: 30_000_000, // Arbitrum has higher block gas limits
1816
chainId: 421614,
1917
};

0 commit comments

Comments
 (0)