Skip to content

Commit

Permalink
Update oracle.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Jan 2, 2025
1 parent 576dac6 commit a232f05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/gasPriceOracle/oracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ export async function _getViemGasPriceEstimate(
typeof providerOrChainId === "number" ? providerOrChainId : (await providerOrChainId.getNetwork()).chainId;
const viemProvider = getPublicClient(chainId, transport);

const gasPriceFeeds: Record<
number,
(provider: PublicClient, opts: GasPriceEstimateOptions) => Promise<InternalGasPriceEstimate>
> = {
const gasPriceFeeds = {
[CHAIN_IDs.LINEA]: lineaViem.eip1559,
};

Expand Down

0 comments on commit a232f05

Please sign in to comment.