@eth-optimism/sdk
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@eth-optimism/sdk", | ||
"version": "0.0.3", | ||
"description": "[Optimism] Tools for working with Optimistic Ethereum", | ||
"version": "0.0.4", | ||
"description": "[Optimism] Tools for working with Optimism", | ||
"main": "dist/index", | ||
@@ -15,3 +15,3 @@ "types": "dist/index", | ||
"lint": "yarn lint:fix && yarn lint:check", | ||
"lint:check": "eslint .", | ||
"lint:check": "eslint . --max-warnings=0", | ||
"lint:fix": "yarn lint:check --fix", | ||
@@ -47,3 +47,2 @@ "pre-commit": "lint-staged", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-ban": "^1.5.2", | ||
"eslint-plugin-import": "^2.23.4", | ||
@@ -65,3 +64,3 @@ "eslint-plugin-jsdoc": "^35.1.2", | ||
"dependencies": { | ||
"@eth-optimism/contracts": "0.5.7", | ||
"@eth-optimism/contracts": "0.5.8", | ||
"@eth-optimism/core-utils": "0.7.3", | ||
@@ -68,0 +67,0 @@ "@ethersproject/abstract-provider": "^5.5.1", |
@@ -5,4 +5,11 @@ [![codecov](https://codecov.io/gh/ethereum-optimism/optimism/branch/master/graph/badge.svg?token=0VTG7PG7YR&flag=sdk)](https://codecov.io/gh/ethereum-optimism/optimism) | ||
The `@eth-optimism/sdk` package provides a set of tools for interacting with Optimistic Ethereum. | ||
The `@eth-optimism/sdk` package provides a set of tools for interacting with Optimism. | ||
## NOTICE | ||
WARNING: This package is currently under construction. | ||
You can definitely try to use it, but you probably won't have a good time. | ||
Lots of pieces are missing. | ||
We will announce the 1.0.0 release on Discord and on Twitter once it's ready, keep an eye out! | ||
## Installation | ||
@@ -9,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3895
26
23
+ Added@eth-optimism/contracts@0.5.8(transitive)
- Removed@eth-optimism/contracts@0.5.7(transitive)