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 739c26f commit d417574
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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": "0x1c6b16f6b9b566b950617c39142e08d01eb122612e2019d190c44010162b0c12",
"factory_hash": "0x246427f6c43bc51ee2f3814763b0e198d6227fbcfc53889cf089d06f4f251dc0",
"oracle_caller_hash": "0x14d5178c860605698da28028453437e6f74fbf8af2aeae686c68455006905b2d",
"stable_hash": "0x0b0e2c239b66fd6d29d86a9fdb05698e403039119d6ea39a2529407e71911853"
"constant_product_hash": "0x9648a01d3a6113d80e9a5d5f18de0e7012f75a01484a95c828f3dcd35cfb22aa",
"factory_hash": "0xa523b0a7a0ce341269049600e4d36d77a062aed3f61ac5411d1a617b243852fa",
"oracle_caller_hash": "0x803c82dbd08939f65e45c0cea69820c1e909da1afcceb6775504084062bb0647",
"stable_hash": "0x20f50448f6a2819aa2013d691d7b091dcdef9caefd369ad6be2f47aa7d37be99"
}
8 changes: 4 additions & 4 deletions script/unoptimized-deployer-meta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"constant_product_hash": "0x5c457dc7ab8cc4db0c7088c12fb2c35971517bc18be0788a37a31551f3acfb3c",
"factory_hash": "0xef85bf001813a3ca09b7d4c95f39f3d733812fcf381a373bd5beb89a748ddc5b",
"oracle_caller_hash": "0xb747bec5b4d21e05eff52d57f42c366b975aa81f8626d91205c6a3b31b853dc7",
"stable_hash": "0xe466a25862b9f9c9c3183f4c99f73af1e647bdd2feea892aff546338cccba39e"
"constant_product_hash": "0xb563408dadf9d0f09df38020a0fa234a0df6db131574de64ce0f94f4a0a25af3",
"factory_hash": "0xc083749f159ff0edd904efd85e57d856044cb7175b6f2f836a1ea689196c6a0b",
"oracle_caller_hash": "0x1b44c52bfac16ddbab1269ebb22b21bbb993a55587f0bca4a8035433cece2f87",
"stable_hash": "0x7ee3fb2be553a6254f7197e7ba45c2a3c45862e550d0253cbc7cab694eb116f7"
}
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(0x246427f6c43bc51ee2f3814763b0e198d6227fbcfc53889cf089d06f4f251dc0);
bytes32 public constant FACTORY_HASH = bytes32(0xa523b0a7a0ce341269049600e4d36d77a062aed3f61ac5411d1a617b243852fa);
bytes32 public constant CONSTANT_PRODUCT_HASH =
bytes32(0x1c6b16f6b9b566b950617c39142e08d01eb122612e2019d190c44010162b0c12);
bytes32 public constant STABLE_HASH = bytes32(0x0b0e2c239b66fd6d29d86a9fdb05698e403039119d6ea39a2529407e71911853);
bytes32(0x9648a01d3a6113d80e9a5d5f18de0e7012f75a01484a95c828f3dcd35cfb22aa);
bytes32 public constant STABLE_HASH = bytes32(0x20f50448f6a2819aa2013d691d7b091dcdef9caefd369ad6be2f47aa7d37be99);
bytes32 public constant ORACLE_CALLER_HASH =
bytes32(0x14d5178c860605698da28028453437e6f74fbf8af2aeae686c68455006905b2d);
bytes32(0x803c82dbd08939f65e45c0cea69820c1e909da1afcceb6775504084062bb0647);

// Deployment addresses.
GenericFactory public factory;
Expand Down

0 comments on commit d417574

Please sign in to comment.