Skip to content

Commit

Permalink
fix: Remove hardcoded gas price (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomafarag authored Nov 17, 2022
1 parent 27f95d6 commit b3d01a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const SUPPORTED_NETWORKS: NetworkConfig[] = [
chainId: '0x5',
type: 'goerli',
title: 'Goerli',
gasPrice: 2000000000,
url: '',
etherscanUrl: 'https://goerli.etherscan.io',
isFork: false,
Expand Down

0 comments on commit b3d01a4

Please sign in to comment.