UNPKG

blackbull-sdk

Version:

An SDK for building applications on top of Blackbullswap

48 lines (47 loc) 1.5 kB
{ "name": "@pangolindex/governance", "version": "1.2.0", "description": "🏛 Governance contracts for the Pangolin protocol", "author": "Connor Daly", "license": "MIT", "scripts": { "precompile": "rimraf ./build/", "compile": "npx hardhat compile", "pretest": "yarn compile", "test": "npx hardhat test", "lint": "solium -d contracts", "prepublishOnly": "yarn test", "publish": "npm publish", "fork": "npx hardhat node --fork https://api.avax.network/ext/bc/C/rpc" }, "devDependencies": { "@boringcrypto/boring-solidity": "boringcrypto/BoringSolidity#e06e943", "@gnosis.pm/mock-contract": "^4.0.0", "@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-waffle": "^2.0.1", "@openzeppelin/contracts": "^4.3.2", "openzeppelin-contracts-legacy": "yarn:@openzeppelin/contracts@3.3.0", "@openzeppelin/test-environment": "^0.1.8", "@types/chai": "^4.2.12", "@types/mocha": "^8.0.3", "chai": "^4.2.0", "ethereum-waffle": "^3.2.1", "ethereumjs-util": "^7.0.4", "ethers": "^5.4.6", "hardhat": "^2.6.2", "mocha": "^8.1.3", "prettier": "^2.1.1", "rimraf": "^3.0.2", "solc": "0.5.16", "solidity-coverage": "^0.7.14", "ts-node": "^9.0.0", "typescript": "^4.0.2", "web3": "^1.5.2" }, "dependencies": { "@pangolindex/exchange-contracts": "^1.0.1", "@tenderly/hardhat-tenderly": "^1.0.6", "csv-batch": "^2.0.2", "openzeppelin-solidity": "^3.4.0" } }