Commit 1bd79659 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Version Packages (#905)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 4340bb10
---
'@eth-optimism/batch-submitter': patch
---
Fix: correctly read Batch Submitter env var defaults
---
'@eth-optimism/smock': patch
---
Adds a wallet object to smock contracts that can be used to send transactions
# Changelog # Changelog
## 0.3.2
### Patch Changes
- 4340bb1: Fix: correctly read Batch Submitter env var defaults
## 0.3.1 ## 0.3.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/batch-submitter", "name": "@eth-optimism/batch-submitter",
"version": "0.3.1", "version": "0.3.2",
"private": true, "private": true,
"description": "[Optimism] Batch submission for sequencer & aggregators", "description": "[Optimism] Batch submission for sequencer & aggregators",
"main": "dist/index", "main": "dist/index",
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
"prom-client": "^13.1.0" "prom-client": "^13.1.0"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/smock": "^1.1.3", "@eth-optimism/smock": "^1.1.4",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/bluebird": "^3.5.34", "@types/bluebird": "^3.5.34",
......
# @eth-optimism/smock # @eth-optimism/smock
## 1.1.4
### Patch Changes
- a656f06: Adds a wallet object to smock contracts that can be used to send transactions
## 1.1.3 ## 1.1.3
### Patch Changes ### Patch Changes
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"files": [ "files": [
"dist/src/*" "dist/src/*"
], ],
"version": "1.1.3", "version": "1.1.4",
"main": "dist/src/index", "main": "dist/src/index",
"types": "dist/src/index", "types": "dist/src/index",
"author": "Optimism PBC", "author": "Optimism PBC",
......
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