From 373d8756dfe8d0517a35537653f1722451ef57dd Mon Sep 17 00:00:00 2001 From: Thrilok Kumar Date: Mon, 5 Apr 2021 01:25:28 +0530 Subject: [PATCH] Added connectors list --- docs/connectors.json | 11 +++++++++++ package.json | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 docs/connectors.json diff --git a/docs/connectors.json b/docs/connectors.json new file mode 100644 index 00000000..b8df320e --- /dev/null +++ b/docs/connectors.json @@ -0,0 +1,11 @@ +{ + "1INCH-A": "0x6C7256cf7C003dD85683339F75DdE9971f98f2FD", + "AAVE-V1-A": "0x127d8cD0E2b2E0366D522DeA53A787bfE9002C14", + "AAVE-V2-A": "0x497Bc53507DF17e60F731e9534cff74E8BC9DBb8", + "AUTHORITY-A": "0x6CE3e607C808b4f4C26B7F6aDAeB619e49CAbb25", + "BASIC-A": "0x9926955e0Dd681Dc303370C52f4Ad0a4dd061687", + "COMP-A": "0x01fEF4d2B513C9F69E34b2f93Ef707FA9Ff60109", + "COMPOUND-A": "0xcD7661f786D5fd6b87ee33497Dd9cCD3b2702012", + "MAKERDAO-A": "0x839c2D3aDe63DF5b0b8F3E57D5e145057Ab41556", + "UNISWAP-A": "0xA4BF319968986D2352FA1c550D781bBFCCE3FcaB" +} \ No newline at end of file diff --git a/package.json b/package.json index 25c900aa..81046a30 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "commander": "^7.1.0", "dotenv": "^7.0.0", "ethereumjs-abi": "^0.6.8", + "hardhat-docgen": "^1.1.0", "minimist": "^1.2.5", "solc": "^0.7.0", "truffle-assertions": "^0.9.2", @@ -42,6 +43,7 @@ "@nomiclabs/buidler-web3": "^1.3.4", "@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-etherscan": "^2.1.1", + "@nomiclabs/hardhat-web3": "^2.0.0", "@openzeppelin/test-helpers": "^0.5.6", "@studydefi/money-legos": "^2.3.7", "@tenderly/hardhat-tenderly": "^1.0.6", @@ -50,7 +52,6 @@ "hardhat": "^2.0.8", "sol-merger": "^2.0.1", "solidity-coverage": "0.5.11", - "solium": "1.2.3", - "web3": "^1.2.6" + "web3": "^1.3.4" } }