mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
feat: Add latest changes
This commit is contained in:
parent
9bca4037be
commit
9959589c0f
|
@ -31,7 +31,7 @@ export const MOCK_USD_PRICE_IN_WEI = '5848466240000000';
|
|||
export const USD_ADDRESS = '0x10F7Fc1F91Ba351f9C629c5947AD69bD03C05b96';
|
||||
export const AAVE_REFERRAL = '0';
|
||||
|
||||
export const MOCK_CHAINLINK_AGGREGATORS_PRICES = {
|
||||
export const MOCK_CHAINLINK_AGGREGATORS_PRICES = { // Update to USD-based price feeds
|
||||
AAVE: oneEther.multipliedBy('0.003620948469').toFixed(),
|
||||
BAT: oneEther.multipliedBy('0.00137893825230').toFixed(),
|
||||
BUSD: oneEther.multipliedBy('0.00736484').toFixed(),
|
||||
|
|
|
@ -123,9 +123,9 @@ export const CommonsConfig: ICommonConfiguration = {
|
|||
[eAvalancheNetwork.avalanche]: {
|
||||
WETH: '0x976B3D034E162d8bD72D6b9C989d545b839003b0',
|
||||
DAI: '0x51D7180edA2260cc4F6e4EebB82FEF5c3c2B8300',
|
||||
USDC: '',
|
||||
USDC: ' 0xF096872672F44d6EBA71458D74fe67F9a77a23B9',
|
||||
USDT: '0xEBE676ee90Fe1112671f19b6B7459bC678B67e8a',
|
||||
AAVE: '',
|
||||
AAVE: '0x3CA13391E9fb38a75330fb28f8cc2eB3D9ceceED',
|
||||
WBTC: '0x2779D32d5166BAaa2B2b658333bA7e6Ec0C65743',
|
||||
AVAX: '0x0A77230d17318075983913bC2145DB16C7366156',
|
||||
},
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
"matic:mumbai:full:migration:add-registry": "npm run compile && npm run hardhat:mumbai sidechain:mainnet -- --pool Matic",
|
||||
"matic:matic:full:migration:add-registry": "npm run compile && npm run hardhat:matic sidechain:mainnet -- --pool Matic",
|
||||
"amm:kovan:full:migration:add-registry": "npm run compile && npm run hardhat:kovan -- amm:mainnet",
|
||||
"avalanche:fuji:full:migration:add-registry": "npm run compile && npm run hardhat:fuji avalanche:mainnet -- --pool Avalanche",
|
||||
"aave:docker:add-market-to-registry-from-config": "npm run compile && npm run hardhat:docker -- add-market-to-registry --pool Aave",
|
||||
"aave:kovan:add-market-to-registry-from-config": "npm run compile && npm run hardhat:kovan -- add-market-to-registry --pool Aave",
|
||||
"matic:mumbai:add-market-to-registry-from-config": "npm run compile && npm run hardhat:mumbai add-market-to-registry --pool Matic",
|
||||
|
@ -73,6 +74,7 @@
|
|||
"main:deployUIProvider": "hardhat --network main deploy-UiPoolDataProvider --verify",
|
||||
"matic:deployUIProvider": "hardhat --network matic deploy-UiPoolDataProvider",
|
||||
"mumbai:deployUIProvider": "hardhat --network mumbai deploy-UiPoolDataProvider",
|
||||
"fuji:deployUIProvider": "hardhat --network fuji deploy-UiPoolDataProvider",
|
||||
"dev:deployUniswapRepayAdapter": "hardhat --network kovan deploy-UniswapRepayAdapter --provider 0x88757f2f99175387aB4C6a4b3067c77A695b0349 --router 0xfcd87315f0e4067070ade8682fcdbc3006631441 --weth 0xd0a1e359811322d97991e03f863a0c30c2cf029c",
|
||||
"dev:UniswapLiquiditySwapAdapter": "hardhat --network kovan deploy-UniswapLiquiditySwapAdapter --provider 0x88757f2f99175387aB4C6a4b3067c77A695b0349 --router 0xfcd87315f0e4067070ade8682fcdbc3006631441 --weth 0xd0a1e359811322d97991e03f863a0c30c2cf029c",
|
||||
"main:deployUniswapRepayAdapter": "hardhat --network main deploy-UniswapRepayAdapter --provider 0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5 --router 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D --weth 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
||||
|
|
Loading…
Reference in New Issue
Block a user