Commit d64c1a60 authored by Kelvin Fichter's avatar Kelvin Fichter

maintenance: remove remaining hardhat-ovm stuff

parent 872f5976
# @eth-optimism/hardhat-ovm
## 0.2.4
### Patch Changes
- 6d3e1d7f: Update dependencies
## 0.2.3
### Patch Changes
- 918c08ca: Bump ethers dependency to 5.4.x to support eip1559
## 0.2.2
### Patch Changes
- 43c1fae: Allow for private key config option for signers
## 0.2.1
### Patch Changes
- ef2fba1: Instantiate the harhat ethers provider using the Hardhat network config if no provider URL is set, and set the provider at the end, so that the overridden `getSigner` method is used.
## 0.2.0
### Minor Changes
- b799caa: Updates to use RLP encoded transactions in batches for the `v0.3.0` release
## 0.1.2
### Patch Changes
- 1d40586: Removed various unused dependencies
## 0.1.1
### Patch Changes
- d32d915: default to 0 gasPrice if none provided in the network config
- cc4b096: Ensure hardhat does not fail if no input sources provided
- daf975f: fix(hh-ovm): Working compilation for M1 macs
## 0.1.0
### Minor Changes
- 122df8c: allow overriding the ethers polling interval
- 9a7dd60: export ovm typechain bindings to types-ovm via hardhat-ovm
### Patch Changes
- 6daa408: update hardhat versions so that solc is resolved correctly
## 0.0.3
### Patch Changes
- c75a0fc: Use optimistic-solc to compile the SequencerEntrypoint. Also introduces a cache invalidation mechanism for hardhat-ovm so that we can push new compiler versions.
## 0.0.2
### Patch Changes
- 5362d38: adds build files which were not published before to npm
{
"name": "@eth-optimism/hardhat-ovm",
"version": "0.2.4",
"main": "dist/index",
"types": "dist/index",
"files": [
"dist/*"
],
"author": "Optimism PBC",
"license": "MIT",
"scripts": {
"clean": "rimraf tsconfig.build.tsbuildinfo dist",
"build": "tsc -p tsconfig.build.json",
"lint": "yarn run lint:fix && yarn run lint:check",
"pre-commit": "lint-staged",
"lint:fix": "yarn lint:check --fix",
"lint:check": "eslint ."
},
"dependencies": {
"node-fetch": "^2.6.1"
},
"peerDependencies": {
"ethers": "^5.4.5",
"hardhat": "^2.3.0"
},
"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/node-fetch": "^2.5.10",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.27.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ban": "^1.5.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.1.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-unicorn": "^32.0.1",
"prettier": "^2.3.1",
"lint-staged": "11.0.0",
"typescript": "^4.3.5"
}
}
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