Skip to content

Commit

Permalink
feat: metamask gas update
Browse files Browse the repository at this point in the history
## network Congestion weight
this adds the new field used by metamask for network congestion

### metamask references
https://github.com/MetaMask/controllers/pull/632/files
MetaMask/core#609
MetaMask/metamask-extension#13044
  • Loading branch information
sambacha committed Dec 21, 2021
1 parent 47397d9 commit b9ed568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
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 b9ed568

Please sign in to comment.