UNPKG

@nodeset/contracts

Version:

Protocol for accessing NodeSet's Constellation Ethereum staking network

79 lines (78 loc) 2.52 kB
{ "name": "@nodeset/contracts", "version": "0.0.9-alpha", "description": "Protocol for accessing NodeSet's Constellation Ethereum staking network", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint:sol": "prettier --write 'contracts/**/*.sol'", "codegen": "wagmi generate", "hardhat": "hardhat", "prepublish": "npm run codegen" }, "keywords": [ "nodeset", "node operator", "ethereum", "staking", "stake", "rocket pool" ], "publishConfig": { "access": "restricted" }, "author": "Theodore Clapp (mryamz), Mike Leach (Wander) <info@nodeset.io>", "dependencies": { "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.20.2", "@babel/register": "^7.18.9", "@babel/runtime": "^7.20.1", "@chainsafe/bls-keygen": "^0.4.0", "@chainsafe/lodestar-types": "^0.5.0", "@chainsafe/ssz": "^0.6.1", "@noble/curves": "^1.4.2", "@nomicfoundation/hardhat-toolbox": "^2.0.0", "@nomiclabs/hardhat-truffle5": "^2.0.7", "@nomiclabs/hardhat-web3": "^2.0.0", "@openzeppelin/contracts": "^4.9.5", "@openzeppelin/contracts-upgradeable": "^4.8.0", "@openzeppelin/hardhat-upgrades": "^1.22.0", "@openzeppelin/upgrades": "^2.8.0", "@types/find-config": "^1.0.2", "@types/seedrandom": "^3.0.5", "@uniswap/v3-core": "^1.0.1", "@uniswap/v3-periphery": "^1.4.3", "@wagmi/cli": "^2.1.15", "abdk-libraries-solidity": "^3.2.0", "axios": "^0.21.1", "chai": "^4.3.7", "dotenv": "^16.1.1", "ethereumjs-util": "^6.2.0", "find-config": "^1.0.0", "glob": "^7.1.7", "hardhat": "^2.12.7", "hardhat-contract-sizer": "^2.10.0", "hardhat-gas-reporter": "^1.0.9", "mocha": "^10.2.0", "oz-contracts-3-4-0": "npm:@openzeppelin/contracts@^3.4.0", "oz-contracts-340": "npm:@openzeppelin/contracts@^3.4.0", "pako": "^1.0.6", "prettier": "^3.1.1", "prettier-plugin-solidity": "^1.3.1", "query-string": "^7.0.1", "rlp": "^3.0.0", "seedrandom": "^3.0.5", "solidity-docgen": "^0.6.0-beta.36", "web3": "^1.2.8" }, "devDependencies": { "@nomicfoundation/hardhat-chai-matchers": "^1.0.6", "@nomicfoundation/hardhat-network-helpers": "^1.0.11", "@nomiclabs/hardhat-ethers": "^2.2.3", "@nomiclabs/hardhat-etherscan": "^3.1.8", "@typechain/ethers-v5": "^10.2.1", "@typechain/hardhat": "^6.1.6", "@types/mocha": "^10.0.7", "solidity-coverage": "^0.8.12", "typechain": "^8.3.2" } }