Skip to content

Commit

Permalink
Updated addresses.json and deploy script message, PR #28
Browse files Browse the repository at this point in the history
godsflaw-20220328: updated address file and deploy
  • Loading branch information
valiafetisov authored Apr 19, 2022
2 parents 0e3c637 + 49f9b55 commit 4d3521e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion addresses.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"0x1": {
"UniswapV2CalleeDai": "0x49399BB0Fcb52b32aB5A0909206BFf7B54FF80b3",
"UniswapV2LpTokenCalleeDai": "0x74893C37beACf205507ea794470b13DE06294220"
"UniswapV2LpTokenCalleeDai": "0x74893C37beACf205507ea794470b13DE06294220",
"UniswapV3Callee": "0xdB9C76109d102d2A1E645dCa3a7E671EBfd8e11A",
"WstETHCurveUniv3Callee": "0xC2D837173592194131827775a6Cd88322a98C825",
"CurveLpTokenUniv3Callee": "0x71f2198849F3B1372EA90c079BD634928583f2d2"
},
"0x5": {
"UniswapV2CalleeDai": "0x6d9139ac89ad2263f138633de20e47bcae253938",
Expand Down
2 changes: 2 additions & 0 deletions scripts/deploy-mainnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ echo "UniswapV2LpTokenCalleeDai: ${UniswapV2LpTokenCalleeDai}"
echo "UniswapV3Callee: ${UniswapV3Callee}"
echo "WstETHCurveUniv3Callee: ${WstETHCurveUniv3Callee}"
echo "CurveLpTokenUniv3Callee: ${CurveLpTokenUniv3Callee}"
echo ""
echo "NOTE: update this repo's addresses.json file with the new addresses."

0 comments on commit 4d3521e

Please sign in to comment.