We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaba95 commit 819ab66Copy full SHA for 819ab66
packages/smart-contract/hardhat.config.ts
@@ -6,14 +6,12 @@ const privateKey = env.WALLET_PRIVATE_KEY;
6
7
// Avalanche Fuji specific configuration
8
const fujiBaseConfig = {
9
- gasPrice: 25_000_000_000, // 25 Gwei default
10
blockGasLimit: 8_000_000,
11
chainId: 43113,
12
};
13
14
// Arbitrum Sepolia specific configuration
15
const arbitrumSepoliaBaseConfig = {
16
- gasPrice: 100_000_000, // 0.1 Gwei default (Arbitrum has lower gas prices)
17
blockGasLimit: 30_000_000, // Arbitrum has higher block gas limits
18
chainId: 421614,
19
0 commit comments