Skip to content

Commit

Permalink
Wired up the UniV3Zap
Browse files Browse the repository at this point in the history
  • Loading branch information
jalextowle committed Dec 6, 2024
1 parent 476aecc commit 407ecb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions tasks/deploy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export * from "./instance";
export * from "./lib";
export * from "./registry";
export * from "./registry-create2-info";
export * from "./uni-v3-zap";
export * from "./verify";
8 changes: 3 additions & 5 deletions tasks/deploy/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ import { Address } from "viem";
export const ETH_ADDRESS =
"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" as Address;

// FIXME: This is a stand-in. Actually calculate an address for this contract.
//
// The salt for the Create 3 deployment of the Hyperdrive Registry. This will
// generate the address "0x6668310631Ad5a5ac92dC9549353a5BaaE16C666".
// The salt for the Create 3 deployment of the Hyperdrive UniV3Zap. This will
// generate the address "0x66603aa2734f3ed7fc435f592207d269507c1666".
export const UNI_V3_ZAP_SALT =
"0x01f4fa8cb977b40332a83c000000000000000000000000000000000000000000" as `0x${string}`;
"0x9eb168ab44b7c479431681558fdf34230c969de901ba322c4a7bd1b203703f7a" as `0x${string}`;

// The salt for the Create 3 deployment of the Hyperdrive Registry. This will
// generate the address "0x6668310631Ad5a5ac92dC9549353a5BaaE16C666".
Expand Down

0 comments on commit 407ecb9

Please sign in to comment.