Merge pull request #3172 from ethereum-optimism/develop

Develop -> Master
This commit is contained in:
Matthew Slipper 2022-08-04 11:53:56 -06:00 committed by GitHub
commit d5ddd4f75d
2 changed files with 12 additions and 1 deletions

@ -1,5 +1,16 @@
# @eth-optimism/proxyd
## 3.9.0
### Minor Changes
- b6f4bfcf: Add frontend rate limiting
### Patch Changes
- 406a4fce: Unwrap single RPC batches
- 915f3b28: Parameterize full RPC request logging
## 3.8.9
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@eth-optimism/proxyd",
"version": "3.8.9",
"version": "3.9.0",
"private": true,
"dependencies": {}
}