UNPKG

@firefly-dex/core-v2

Version:

🎛 Core contracts for the FireflyV2 protocol

61 lines (60 loc) • 1.54 kB
{ "name": "@firefly-dex/core-v2", "description": "🎛 Core contracts for the FireflyV2 protocol", "version": "1.1.3", "homepage": "fireflydex.io", "repository": { "type": "git", "url": "https://github.com/firefly-dex/firefly-monorepo" }, "keywords": [ "firefly", "zkfair", "ethereum", "evm", "v2", "core", "firefly-v2" ], "files": [ "contracts", "build" ], "engines": { "node": ">=10" }, "devDependencies": { "@types/chai": "^4.2.6", "@types/mocha": "^5.2.7", "chai": "^4.2.0", "ethereum-waffle": "^2.4.1", "ethereumjs-util": "^6.2.0", "mocha": "^6.2.2", "prettier": "^1.19.1", "rimraf": "^3.0.0", "solc": "0.5.16", "ts-node": "^8.5.4", "typescript": "^3.7.3" }, "scripts": { "lint": "yarn prettier ./test/*.ts --check", "lint:fix": "yarn prettier ./test/*.ts --write", "clean": "rimraf ./build/", "precompile": "yarn clean", "compile": "waffle .waffle.json", "pretest": "yarn compile", "test": "mocha", "deploy-zkfair": "yarn compile && node deploy/deployFactoryV2Zkfair.js", "deploy-manta": "yarn compile && node deploy/deployFactoryV2Manta.js", "deploy-manta-test": "node deploy/testDeployFactoryV2Manta.js", "interactive-test": "node deploy/interactiveTestFactoryV2.js", "prepublishOnly": "yarn test", "gas": "node getTotalGas.js" }, "license": "GPL-3.0-or-later", "dependencies": { "bn.js": "^5.2.1", "dotenv": "^16.4.5", "web3": "^4.4.0" } }