Added connectors list

This commit is contained in:
Thrilok Kumar 2021-04-05 01:25:28 +05:30
parent 81a3f0b0b8
commit 373d8756df
2 changed files with 14 additions and 2 deletions

11
docs/connectors.json Normal file
View File

@ -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"
}

View File

@ -29,6 +29,7 @@
"commander": "^7.1.0", "commander": "^7.1.0",
"dotenv": "^7.0.0", "dotenv": "^7.0.0",
"ethereumjs-abi": "^0.6.8", "ethereumjs-abi": "^0.6.8",
"hardhat-docgen": "^1.1.0",
"minimist": "^1.2.5", "minimist": "^1.2.5",
"solc": "^0.7.0", "solc": "^0.7.0",
"truffle-assertions": "^0.9.2", "truffle-assertions": "^0.9.2",
@ -42,6 +43,7 @@
"@nomiclabs/buidler-web3": "^1.3.4", "@nomiclabs/buidler-web3": "^1.3.4",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.1", "@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.6", "@openzeppelin/test-helpers": "^0.5.6",
"@studydefi/money-legos": "^2.3.7", "@studydefi/money-legos": "^2.3.7",
"@tenderly/hardhat-tenderly": "^1.0.6", "@tenderly/hardhat-tenderly": "^1.0.6",
@ -50,7 +52,6 @@
"hardhat": "^2.0.8", "hardhat": "^2.0.8",
"sol-merger": "^2.0.1", "sol-merger": "^2.0.1",
"solidity-coverage": "0.5.11", "solidity-coverage": "0.5.11",
"solium": "1.2.3", "web3": "^1.3.4"
"web3": "^1.2.6"
} }
} }