Commit c5b226bf authored by github-actions[bot]'s avatar github-actions[bot]

Version Packages

parent 29e19fe4
---
'@eth-optimism/sdk': patch
---
Fixes a bug in the SDK which would cause the SDK to throw if no tx nonce is provided
---
'@eth-optimism/batch-submitter-service': patch
---
Add MAX_PLAINTEXT_BATCH_SIZE parameter to max out compression
# @eth-optimism/batch-submitter-service # @eth-optimism/batch-submitter-service
## 0.1.11
### Patch Changes
- b2aa08e0: Add MAX_PLAINTEXT_BATCH_SIZE parameter to max out compression
## 0.1.10 ## 0.1.10
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/batch-submitter-service", "name": "@eth-optimism/batch-submitter-service",
"version": "0.1.10", "version": "0.1.11",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"devDependencies": { "devDependencies": {
"@eth-optimism/contracts": "0.5.24", "@eth-optimism/contracts": "0.5.24",
"@eth-optimism/core-utils": "0.8.4", "@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/sdk": "1.1.4", "@eth-optimism/sdk": "1.1.5",
"@ethersproject/abstract-provider": "^5.5.1", "@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/providers": "^5.5.3", "@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0", "@ethersproject/transactions": "^5.5.0",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.4.10
### Patch Changes
- Updated dependencies [86901552]
- @eth-optimism/sdk@1.1.5
## 0.4.9 ## 0.4.9
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.4.9", "version": "0.4.10",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions", "description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.7", "@eth-optimism/common-ts": "0.2.7",
"@eth-optimism/core-utils": "0.8.4", "@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/sdk": "1.1.4", "@eth-optimism/sdk": "1.1.5",
"ethers": "^5.5.4" "ethers": "^5.5.4"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.1.5
### Patch Changes
- 86901552: Fixes a bug in the SDK which would cause the SDK to throw if no tx nonce is provided
## 1.1.4 ## 1.1.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.1.4", "version": "1.1.5",
"description": "[Optimism] Tools for working with Optimism", "description": "[Optimism] Tools for working with Optimism",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment