UNPKG

baluni-contracts

Version:
80 lines (79 loc) 2.76 kB
{ "name": "baluni-contracts", "version": "2.9.10", "description": "Smart Contracts for Baluni", "types": "typechain-types/index.ts", "scripts": { "account": "hardhat run scripts/listAccount.ts", "chain": "hardhat node --network hardhat --no-deploy", "compile": "hardhat compile", "deploy": "hardhat deploy", "fork": "MAINNET_FORKING_ENABLED=true hardhat node --network hardhat --no-deploy", "generate": "hardhat run scripts/generateAccount.ts", "lint": "eslint --config ./.eslintrc.json --ignore-path ./.eslintignore ./*.ts ./deploy/**/*.ts ./scripts/**/*.ts ./test/**/*.ts", "lint-staged": "eslint --config ./.eslintrc.json --ignore-path ./.eslintignore", "test": "REPORT_GAS=true hardhat test --network hardhat", "verify": "hardhat etherscan-verify", "hardhat-verify": "hardhat verify" }, "devDependencies": { "@ethersproject/abi": "^5.7.0", "@ethersproject/providers": "^5.7.1", "@nomicfoundation/hardhat-chai-matchers": "^2.0.3", "@nomicfoundation/hardhat-ethers": "^3.0.5", "@nomicfoundation/hardhat-network-helpers": "^1.0.6", "@nomicfoundation/hardhat-verify": "^2.0.3", "@typechain/ethers-v5": "^10.1.0", "@typechain/hardhat": "^9.1.0", "@types/eslint": "^8", "@types/mocha": "^9.1.1", "@types/prettier": "^2", "@types/qrcode": "^1", "@typescript-eslint/eslint-plugin": "latest", "@typescript-eslint/parser": "latest", "chai": "^4.3.6", "eslint": "^8.26.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "ethers": "^6.10.0", "hardhat": "^2.22.4", "hardhat-deploy": "^0.11.45", "hardhat-deploy-ethers": "^0.4.1", "hardhat-gas-reporter": "^1.0.9", "prettier": "^2.8.4", "solidity-coverage": "^0.8.5", "ts-node": "^10.9.1", "typechain": "^8.1.0", "typescript": "^5.1.6", "viem": "^1.19.9" }, "dependencies": { "@chainlink/contracts": "^0.8.0", "@openzeppelin/contracts": "^5.0.2", "@openzeppelin/contracts-upgradeable": "^5.0.2", "@openzeppelin/hardhat-upgrades": "^3.1.0", "@typechain/ethers-v6": "^0.5.1", "@uniswap/v3-periphery": "^1.4.4", "dotenv": "^16.0.3", "envfile": "^6.18.0", "hardhat-docgen": "^1.3.0", "qrcode": "^1.5.1" }, "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/scobru/baluni-contracts.git" }, "keywords": [ "uniswap", "defi", "rebalance", "erc20" ], "author": "scobru", "license": "ISC", "bugs": { "url": "https://github.com/scobru/baluni-contracts/issues" }, "homepage": "https://github.com/scobru/baluni-contracts#readme" }