UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

57 lines (56 loc) 1.66 kB
{ "private": true, "name": "@eth-optimism/fault-detector", "version": "0.6.4", "description": "[Optimism] Service for detecting faulty L2 output proposals", "main": "dist/index", "types": "dist/index", "files": [ "dist/*" ], "scripts": { "start": "ts-node ./src/service.ts", "test": "hardhat test", "test:coverage": "nyc hardhat test && nyc merge .nyc_output coverage.json", "build": "tsc -p tsconfig.json", "clean": "rimraf dist/ ./tsconfig.tsbuildinfo", "lint": "yarn lint:fix && yarn lint:check", "pre-commit": "lint-staged", "lint:fix": "yarn lint:check --fix", "lint:check": "eslint . --max-warnings=0" }, "keywords": [ "optimism", "ethereum", "fault", "detector" ], "homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/fault-detector#readme", "license": "MIT", "author": "Optimism PBC", "repository": { "type": "git", "url": "https://github.com/ethereum-optimism/optimism.git" }, "devDependencies": { "@defi-wonderland/smock": "^2.0.7", "@nomiclabs/hardhat-ethers": "^2.0.6", "@nomiclabs/hardhat-waffle": "^2.0.3", "@types/chai": "^4.3.1", "@types/dateformat": "^5.0.0", "chai-as-promised": "^7.1.1", "dateformat": "^4.5.1", "ethereum-waffle": "^3.4.4", "ethers": "^5.7.0", "hardhat": "^2.9.6", "lodash": "^4.17.21", "ts-node": "^10.9.1" }, "dependencies": { "@eth-optimism/common-ts": "^0.8.1", "@eth-optimism/contracts": "^0.6.0", "@eth-optimism/core-utils": "^0.12.0", "@eth-optimism/sdk": "^2.1.0", "@ethersproject/abstract-provider": "^5.7.0" } }