Skip to content

Commit

Permalink
update oracle address
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonVranek committed Apr 30, 2024
1 parent 7794b15 commit 2243d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/UpgradePufETHOnMainnet.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ import { IPufferOracle } from "../src/interface/IPufferOracle.sol";
* @notice Deploys PufferPoolV2 and Contracts
* @dev
*
* forge script script/UpgradePufETHOnMainnet.s.sol:UpgradePufETHOnMainnet -vvvv --private-key=... --rpc-url=... --broadcast
* forge script script/UpgradePufETHOnMainnet.s.sol:UpgradePufETHOnMainnet -vvvv --private-key=... --rpc-url=... --broadcast --slow
*/
contract UpgradePufETHOnMainnet is Script {
// Puffer
address PUFFER_VAULT_PROXY = 0xD9A442856C234a39a81a089C06451EBAa4306a72;
address PUFFER_DEPOSITOR_PROXY = 0x4aA799C5dfc01ee7d790e3bf1a7C2257CE1DcefF;

IPufferOracle PUFFER_ORACLE = IPufferOracle(0x72421d0ab01Ce8e1E81d4B0b919322b0Db81ae3B); // @todo update
IPufferOracle PUFFER_ORACLE = IPufferOracle(0x8eFd1Dc43AD073232F3e2924e22F173879119489);
AccessManager ACCESS_MANAGER = AccessManager(0x8c1686069474410E6243425f4a10177a94EBEE11);

// WETH
Expand Down

0 comments on commit 2243d2b

Please sign in to comment.