Skip to content

Commit

Permalink
feat: metamask gas update (#8)
Browse files Browse the repository at this point in the history
codefi/metamask have a new gas field for evaluating network congestion
  • Loading branch information
sambacha authored Dec 21, 2021
1 parent 47397d9 commit 2d7e204
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,8 @@ wss://www.gasnow.org/ws
"minWaitTimeEstimate": 15000,
"maxWaitTimeEstimate": 60000
},
"estimatedBaseFee": "57.241234774"
"estimatedBaseFee": "57.241234774",
"networkCongestion": 0.5,
}
```

Expand Down

0 comments on commit 2d7e204

Please sign in to comment.