Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofgazso committed Nov 21, 2023
1 parent 5b89036 commit b9dd097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/utils/src/gasPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ export async function getGasPrice(
chainId === chains.base.id ||
chainId === chains.dfk.id ||
chainId === chains.celoAlfajores.id ||
chainId === chains.celo.id
chainId === chains.celo.id ||
chainId === chains.avalanche.id
) {
gasPrice = (gasPrice * 10n) / 9n
return {
Expand Down

0 comments on commit b9dd097

Please sign in to comment.