Skip to content

Commit 9959589

Browse files
committed
feat: Add latest changes
1 parent 9bca403 commit 9959589

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

helpers/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const MOCK_USD_PRICE_IN_WEI = '5848466240000000';
3131
export const USD_ADDRESS = '0x10F7Fc1F91Ba351f9C629c5947AD69bD03C05b96';
3232
export const AAVE_REFERRAL = '0';
3333

34-
export const MOCK_CHAINLINK_AGGREGATORS_PRICES = {
34+
export const MOCK_CHAINLINK_AGGREGATORS_PRICES = { // Update to USD-based price feeds
3535
AAVE: oneEther.multipliedBy('0.003620948469').toFixed(),
3636
BAT: oneEther.multipliedBy('0.00137893825230').toFixed(),
3737
BUSD: oneEther.multipliedBy('0.00736484').toFixed(),

markets/avalanche/commons.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ export const CommonsConfig: ICommonConfiguration = {
123123
[eAvalancheNetwork.avalanche]: {
124124
WETH: '0x976B3D034E162d8bD72D6b9C989d545b839003b0',
125125
DAI: '0x51D7180edA2260cc4F6e4EebB82FEF5c3c2B8300',
126-
USDC: '',
126+
USDC: ' 0xF096872672F44d6EBA71458D74fe67F9a77a23B9',
127127
USDT: '0xEBE676ee90Fe1112671f19b6B7459bC678B67e8a',
128-
AAVE: '',
128+
AAVE: '0x3CA13391E9fb38a75330fb28f8cc2eB3D9ceceED',
129129
WBTC: '0x2779D32d5166BAaa2B2b658333bA7e6Ec0C65743',
130130
AVAX: '0x0A77230d17318075983913bC2145DB16C7366156',
131131
},

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"matic:mumbai:full:migration:add-registry": "npm run compile && npm run hardhat:mumbai sidechain:mainnet -- --pool Matic",
4040
"matic:matic:full:migration:add-registry": "npm run compile && npm run hardhat:matic sidechain:mainnet -- --pool Matic",
4141
"amm:kovan:full:migration:add-registry": "npm run compile && npm run hardhat:kovan -- amm:mainnet",
42+
"avalanche:fuji:full:migration:add-registry": "npm run compile && npm run hardhat:fuji avalanche:mainnet -- --pool Avalanche",
4243
"aave:docker:add-market-to-registry-from-config": "npm run compile && npm run hardhat:docker -- add-market-to-registry --pool Aave",
4344
"aave:kovan:add-market-to-registry-from-config": "npm run compile && npm run hardhat:kovan -- add-market-to-registry --pool Aave",
4445
"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 @@
7374
"main:deployUIProvider": "hardhat --network main deploy-UiPoolDataProvider --verify",
7475
"matic:deployUIProvider": "hardhat --network matic deploy-UiPoolDataProvider",
7576
"mumbai:deployUIProvider": "hardhat --network mumbai deploy-UiPoolDataProvider",
77+
"fuji:deployUIProvider": "hardhat --network fuji deploy-UiPoolDataProvider",
7678
"dev:deployUniswapRepayAdapter": "hardhat --network kovan deploy-UniswapRepayAdapter --provider 0x88757f2f99175387aB4C6a4b3067c77A695b0349 --router 0xfcd87315f0e4067070ade8682fcdbc3006631441 --weth 0xd0a1e359811322d97991e03f863a0c30c2cf029c",
7779
"dev:UniswapLiquiditySwapAdapter": "hardhat --network kovan deploy-UniswapLiquiditySwapAdapter --provider 0x88757f2f99175387aB4C6a4b3067c77A695b0349 --router 0xfcd87315f0e4067070ade8682fcdbc3006631441 --weth 0xd0a1e359811322d97991e03f863a0c30c2cf029c",
7880
"main:deployUniswapRepayAdapter": "hardhat --network main deploy-UniswapRepayAdapter --provider 0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5 --router 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D --weth 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",

0 commit comments

Comments
 (0)