Commit 6a5cc4eb authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #4700 from ethereum-optimism/changeset-release/master

Version Packages
parents 3f8da2de 5c825903
---
'@eth-optimism/sdk': minor
---
Add in goerli bedrock addresses
......@@ -33,7 +33,7 @@
"@eth-optimism/contracts-bedrock": "0.11.2",
"@eth-optimism/contracts-periphery": "^1.0.6",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.9.1",
"@eth-optimism/sdk": "1.10.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
......
# @eth-optimism/drippie-mon
## 0.4.2
### Patch Changes
- Updated dependencies [3f4b3c328]
- @eth-optimism/sdk@1.10.0
## 0.4.1
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.4.1",
"version": "0.4.2",
"description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index",
"types": "dist/index",
......@@ -35,7 +35,7 @@
"@eth-optimism/common-ts": "0.7.0",
"@eth-optimism/contracts-periphery": "1.0.6",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.9.1",
"@eth-optimism/sdk": "1.10.0",
"ethers": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/message-relayer
## 0.5.26
### Patch Changes
- Updated dependencies [3f4b3c328]
- @eth-optimism/sdk@1.10.0
## 0.5.25
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.25",
"version": "0.5.26",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
......@@ -33,7 +33,7 @@
"dependencies": {
"@eth-optimism/common-ts": "0.7.0",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.9.1",
"@eth-optimism/sdk": "1.10.0",
"ethers": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/sdk
## 1.10.0
### Minor Changes
- 3f4b3c328: Add in goerli bedrock addresses
## 1.9.1
### Patch Changes
......@@ -454,8 +460,7 @@
### Patch Changes
- 44420939: 1. Fix a bug in `L2Provider.getL1GasPrice()`
2. Make it easier to get correct estimates from `L2Provider.estimateL1Gas()` and `L2.estimateL2GasCost`.
- 44420939: 1. Fix a bug in `L2Provider.getL1GasPrice()` 2. Make it easier to get correct estimates from `L2Provider.estimateL1Gas()` and `L2.estimateL2GasCost`.
## 0.2.3
......
{
"name": "@eth-optimism/sdk",
"version": "1.9.1",
"version": "1.10.0",
"description": "[Optimism] Tools for working with Optimism",
"main": "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