Skip to content

Commit

Permalink
ci: update hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Nov 19, 2024
1 parent 4ae78d4 commit 739c26f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions script/optimized-deployer-meta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"constant_product_hash": "0x3d6850c1e9346ed05fd46a556713d2289a1517c9f162a8dd0629b647a2d9a234",
"factory_hash": "0xf68b2a59a1e8ab2207f1f6bda0d2a60cdce0ce9f68e72a8f3ce65f007f6c4706",
"oracle_caller_hash": "0x1fa92183efa6c3714a3e87b842ee221c018b73eac44a7df6b55f59aaf0ab192d",
"stable_hash": "0x76d7d068677e1c90ec7f97871575c587aa2245b809e1c5231926cb444590e10e"
"constant_product_hash": "0x1c6b16f6b9b566b950617c39142e08d01eb122612e2019d190c44010162b0c12",
"factory_hash": "0x246427f6c43bc51ee2f3814763b0e198d6227fbcfc53889cf089d06f4f251dc0",
"oracle_caller_hash": "0x14d5178c860605698da28028453437e6f74fbf8af2aeae686c68455006905b2d",
"stable_hash": "0x0b0e2c239b66fd6d29d86a9fdb05698e403039119d6ea39a2529407e71911853"
}
8 changes: 4 additions & 4 deletions src/ReservoirDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ contract ReservoirDeployer {
uint256 public step = 0;

// Bytecode hashes.
bytes32 public constant FACTORY_HASH = bytes32(0xf68b2a59a1e8ab2207f1f6bda0d2a60cdce0ce9f68e72a8f3ce65f007f6c4706);
bytes32 public constant FACTORY_HASH = bytes32(0x246427f6c43bc51ee2f3814763b0e198d6227fbcfc53889cf089d06f4f251dc0);
bytes32 public constant CONSTANT_PRODUCT_HASH =
bytes32(0x3d6850c1e9346ed05fd46a556713d2289a1517c9f162a8dd0629b647a2d9a234);
bytes32 public constant STABLE_HASH = bytes32(0x76d7d068677e1c90ec7f97871575c587aa2245b809e1c5231926cb444590e10e);
bytes32(0x1c6b16f6b9b566b950617c39142e08d01eb122612e2019d190c44010162b0c12);
bytes32 public constant STABLE_HASH = bytes32(0x0b0e2c239b66fd6d29d86a9fdb05698e403039119d6ea39a2529407e71911853);
bytes32 public constant ORACLE_CALLER_HASH =
bytes32(0x1fa92183efa6c3714a3e87b842ee221c018b73eac44a7df6b55f59aaf0ab192d);
bytes32(0x14d5178c860605698da28028453437e6f74fbf8af2aeae686c68455006905b2d);

// Deployment addresses.
GenericFactory public factory;
Expand Down

0 comments on commit 739c26f

Please sign in to comment.