Skip to content

Commit

Permalink
Merge pull request #722 from AutoStake-com/patch-4
Browse files Browse the repository at this point in the history
Fix fetchhub gas prices
  • Loading branch information
tombeynon committed Mar 25, 2023
2 parents f0e7bca + 62f2d64 commit 3defb75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,11 @@
},
{
"name": "fetchhub",
"gasPrice": "5000afet"
"gasPriceStep": {
"low": 0.025,
"average": 0.025,
"high": 0.035
}
},
{
"name": "cerberus",
Expand Down

0 comments on commit 3defb75

Please sign in to comment.