Skip to content

Commit

Permalink
Merge pull request #380 from alpaca-finance/deploy/20230606
Browse files Browse the repository at this point in the history
[main][deploy] LTC and DOGE markets
  • Loading branch information
spicysquid168 authored Jun 8, 2023
2 parents 9d363af + c723d8e commit c5ea774
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,4 @@
"pcsV3PathReader": "",
"uniswapV2LikePathReader": ""
}
}
}
4 changes: 2 additions & 2 deletions script/deployments/AlpacaV2Oracle/config/SetTokenConfig.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ contract SetTokenConfigScript is BaseScript {
addSetTokenConfigList(
IAlpacaV2Oracle.Config({
path: alpacaGuardPath,
router: pancakeswapRouterV3,
router: pancakeswapRouterV2,
maxPriceDiffBps: 10_500,
isUsingV3Pool: true
isUsingV3Pool: false
})
);

Expand Down
2 changes: 1 addition & 1 deletion script/deployments/MiniFL/config/SetPool.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ contract SetPoolScript is BaseScript {
_startDeployerBroadcast();

for (uint256 i; i < setPoolInputs.length; i++) {
miniFL.setPool(setPoolInputs[i].pid, setPoolInputs[i].allocPoint, true);
miniFL.setPool{ gas: 4_000_000 }(setPoolInputs[i].pid, setPoolInputs[i].allocPoint, true);
}

_stopBroadcast();
Expand Down

0 comments on commit c5ea774

Please sign in to comment.