Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MantisClone committed Jan 16, 2024
1 parent 07aa081 commit 9bc0a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/request-node/src/config.ts
Expand Up @@ -112,7 +112,7 @@ export function getGasPriceMax(): BigNumber | undefined {
return gasPriceMax ? BigNumber.from(gasPriceMax) : undefined;
}

export const getGasPriceMultiplier = getOption(
export const getGasPriceMultiplier = makeOption(
'gasPriceMultiplier',
'GAS_PRICE_MULTIPLIER',
defaultValues.storage.ethereum.gasPriceMultiplier,
Expand Down

0 comments on commit 9bc0a6d

Please sign in to comment.