Skip to content

Commit

Permalink
Bump Polygon gas price (#4188)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding authored Nov 4, 2021
1 parent 25110b6 commit 4bc4268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/database/data/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -860,9 +860,9 @@ export const NETWORKS_CONFIG: NetworkConfig = {
[WalletId.LEDGER_NANO_S_NEW]: LEDGER_ETH
},
gasPriceSettings: {
min: 0.01,
max: 30,
initial: 1
min: 30,
max: 100,
initial: 30
},
shouldEstimateGasPrice: false
},
Expand Down

1 comment on commit 4bc4268

@Shanego1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work

Please sign in to comment.