Skip to content

Commit

Permalink
🚀 update to latest zap deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Oct 2, 2024
1 parent 5a4b2ad commit 04070d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/utils/parameters/ArbitrumParameters.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contract ArbitrumParameters {

address public constant WETH = 0x82aF49447D8a07e3bd95BD0d56f35241523fBab1;

address public constant ZAP = 0xA0D80bCb76C5EE1550d2CAa3646895c502866fc1;
address public constant ZAP = 0xDDb3499Ed339Dc68551d73B113725A346294A233;

uint128 public constant SUSDC_SPOT_MARKET_ID = 1;
}
2 changes: 1 addition & 1 deletion script/utils/parameters/ArbitrumSepoliaParameters.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract ArbitrumSepoliaParameters {

address public constant WETH = 0xc556bAe1e86B2aE9c22eA5E036b07E55E7596074;

address public constant ZAP = 0x36bb0dBBc79fc3d1263343769C57679f019ED58A;
address public constant ZAP = 0xA0D80bCb76C5EE1550d2CAa3646895c502866fc1;

uint128 public constant SUSDC_SPOT_MARKET_ID = 2;
}

0 comments on commit 04070d9

Please sign in to comment.