Skip to content

Commit

Permalink
💿 Add uni pool address to base params
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrharper committed Jul 10, 2024
1 parent e98a963 commit 4f5b1fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/utils/parameters/BaseParameters.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ contract BaseParameters {
// https://basescan.org/token/0x4200000000000000000000000000000000000006
address public constant WETH = 0x4200000000000000000000000000000000000006;

address public constant UNI_WETH_USDC_POOL = 0xd0b53D9277642d899DF5C87A3966A349A798F224;

// https://usecannon.com/packages/synthetix-spot-market/3.3.5/84531-andromeda
uint128 public constant SUSDC_SPOT_MARKET_ID = 1;
}

0 comments on commit 4f5b1fc

Please sign in to comment.