Commit f4f761ee authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #3011 from ethereum-optimism/develop

Trigger releases
parents 042a5c24 f79b8920
---
'@eth-optimism/sdk': minor
---
Update Goerli SDK addresses for new Goerli testnet
---
'@eth-optimism/ci-builder': patch
---
Fix publishing
---
'@eth-optimism/ci-builder': patch
---
Install new version of bash
......@@ -32,7 +32,7 @@
"@eth-optimism/contracts": "^0.5.30",
"@eth-optimism/contracts-periphery": "^0.2.0",
"@eth-optimism/core-utils": "0.9.1",
"@eth-optimism/sdk": "1.2.1",
"@eth-optimism/sdk": "1.3.0",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
......
# @eth-optimism/ci-builder
## 0.1.1
### Patch Changes
- 7bf30513: Fix publishing
- a60502f9: Install new version of bash
## 0.1.0
### Minor Changes
......
{
"name": "@eth-optimism/ci-builder",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {},
"license": "MIT",
"dependencies": {}
......
# @eth-optimism/drippie-mon
## 0.3.7
### Patch Changes
- Updated dependencies [032f7214]
- @eth-optimism/sdk@1.3.0
## 0.3.6
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.3.6",
"version": "0.3.7",
"description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index",
"types": "dist/index",
......@@ -35,7 +35,7 @@
"@eth-optimism/common-ts": "0.6.1",
"@eth-optimism/contracts-periphery": "0.2.0",
"@eth-optimism/core-utils": "0.9.1",
"@eth-optimism/sdk": "1.2.1",
"@eth-optimism/sdk": "1.3.0",
"ethers": "^5.6.8"
},
"devDependencies": {
......
......@@ -29,7 +29,7 @@
"devDependencies": {
"@eth-optimism/contracts": "0.5.30",
"@eth-optimism/core-utils": "0.9.1",
"@eth-optimism/sdk": "1.2.1",
"@eth-optimism/sdk": "1.3.0",
"@ethersproject/abstract-provider": "^5.6.1",
"chai-as-promised": "^7.1.1",
"chai": "^4.3.4",
......
# @eth-optimism/message-relayer
## 0.5.6
### Patch Changes
- Updated dependencies [032f7214]
- @eth-optimism/sdk@1.3.0
## 0.5.5
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.5",
"version": "0.5.6",
"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.6.1",
"@eth-optimism/core-utils": "0.9.1",
"@eth-optimism/sdk": "1.2.1",
"@eth-optimism/sdk": "1.3.0",
"ethers": "^5.6.8"
},
"devDependencies": {
......
# @eth-optimism/sdk
## 1.3.0
### Minor Changes
- 032f7214: Update Goerli SDK addresses for new Goerli testnet
## 1.2.1
### Patch Changes
......
{
"name": "@eth-optimism/sdk",
"version": "1.2.1",
"version": "1.3.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