Skip to content

Commit

Permalink
fix darwinia
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed May 27, 2024
1 parent 32a06f4 commit f5f8754
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/core/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ export const getGasPriceOverrides = async (
case 43:
delete overridden.chainId

case 44:
delete overridden.chainId

case 46:
delete overridden.chainId

// Overrides the gasPrice for Fantom Opera
case 250:
if (gasPrice !== null) {
Expand Down

0 comments on commit f5f8754

Please sign in to comment.