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

Version Packages

parent fa4c743f
---
'@eth-optimism/contracts': patch
---
Add a hardhat task for setting the L2 gas price
---
'@eth-optimism/integration-tests': patch
---
Add various stress tests
---
'@eth-optimism/gas-oracle': patch
---
Initial implementation of the `gas-oracle`
# @eth-optimism/gas-oracle
## 0.0.2
### Patch Changes
- ce3c353b: Initial implementation of the `gas-oracle`
{
"name": "@eth-optimism/gas-oracle",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"devDependencies": {}
}
# @eth-optimism/integration-tests
## 0.2.1
### Patch Changes
- f1dc8b77: Add various stress tests
## 0.2.0
### Minor Changes
......
{
"name": "@eth-optimism/integration-tests",
"version": "0.2.0",
"version": "0.2.1",
"description": "[Optimism] Integration Tests",
"private": true,
"author": "Optimism PBC",
......@@ -18,7 +18,7 @@
"clean": "rimraf cache artifacts artifacts-ovm cache-ovm"
},
"devDependencies": {
"@eth-optimism/contracts": "^0.4.2",
"@eth-optimism/contracts": "^0.4.3",
"@eth-optimism/core-utils": "^0.5.0",
"@eth-optimism/hardhat-ovm": "^0.2.2",
"@eth-optimism/message-relayer": "^0.1.6",
......
# Changelog
## 0.4.3
### Patch Changes
- 694cf429: Add a hardhat task for setting the L2 gas price
## 0.4.2
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.4.2",
"version": "0.4.3",
"main": "dist/index",
"files": [
"dist/**/*.js",
......
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