mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
becd0135aa
fixing import for SafeERC20 and IERC20; set up constructor for synthetix connector to set address for staking contract; created MockSynthetix.sol for test; added nomiclabs/buidler; fixed test for SynthetixProtocol.js; adding .gitatributes to highlight solidity on GitHub; adding buidler artefacts and cache to git ignore; adding buidler.config.js;
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"name": "dsa-connectors",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "truffle-config.js",
|
|
"directories": {},
|
|
"scripts": {
|
|
"test": "truffle test",
|
|
"coverage": "./node_modules/.bin/solidity-coverage",
|
|
"solium": "solium -d contracts/",
|
|
"build-contracts": "sol-merger \"./contracts/connectors/mock.sol\" ./contracts/build",
|
|
"ganache": "ganache-cli --deterministic --unlock 0xfcd22438ad6ed564a1c26151df73f6b33b817b56 -f https://mainnet.infura.io/v3/<Your Key>"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/InstaDApp/dsa-connectors.git"
|
|
},
|
|
"author": "InstaDApp",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/InstaDApp/dsa-connectors/issues"
|
|
},
|
|
"homepage": "https://github.com/InstaDApp/dsa-connectors#readme",
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^3.0.1",
|
|
"@openzeppelin/upgrades": "^2.8.0",
|
|
"@truffle/artifactor": "^4.0.45",
|
|
"chalk": "^4.0.0",
|
|
"dotenv": "^7.0.0",
|
|
"ethereumjs-abi": "^0.6.8",
|
|
"minimist": "^1.2.5",
|
|
"solc": "^0.6.0",
|
|
"truffle-assertions": "^0.9.2",
|
|
"truffle-hdwallet-provider": "^1.0.17",
|
|
"truffle-plugin-verify": "^0.3.10",
|
|
"truffle-verify": "^1.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@nomiclabs/buidler": "^1.3.8",
|
|
"@nomiclabs/buidler-truffle5": "^1.3.4",
|
|
"@nomiclabs/buidler-web3": "^1.3.4",
|
|
"@openzeppelin/test-helpers": "^0.5.6",
|
|
"@studydefi/money-legos": "^2.3.5",
|
|
"ganache-cli": "^6.10.0-beta.2",
|
|
"sol-merger": "^2.0.1",
|
|
"solidity-coverage": "0.5.11",
|
|
"solium": "1.2.3",
|
|
"web3": "^1.2.9"
|
|
}
|
|
}
|