Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Oct 31, 2024
1 parent 8699795 commit bead381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connections/src/utils/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const providers: {
} = {};

export const getGasConfig = async (provider: Provider) => {
const chain = await provider.getChain();
const chain = provider.getChain();
const gasPrice = await provider.getLatestGasPrice();
const txParameters = chain.consensusParameters.txParameters;
const feeParameters = chain.consensusParameters.feeParameters;
Expand Down

0 comments on commit bead381

Please sign in to comment.