Skip to content

Commit

Permalink
ci: update hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Jan 10, 2025
1 parent e08bb7c commit b7922c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions script/optimized-deployer-meta
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"constant_product_hash": "0x77f788d6fdc354925b8fb4a252889e13ce97f8667f57dec9be5818adfd947016",
"factory_hash": "0x03107ee57e3054504c8ec584092f9d955bec0cbd1225fa1a8fb090a2084335aa",
"stable_hash": "0x62530ec297a77cd2f2b42fca88b54e20999ba13bd89d0723f40bd245659a8b74"
"constant_product_hash": "0x10d229cba772589e1df33e1086576f195abcfdb890068f1e9008331694833feb",
"factory_hash": "0x87b0f73fafcf4bb41e013c8423dc679f6885527007d6c3f1e1834a670cbaadc5",
"stable_hash": "0x77bb394a2dea26c639518f7a39df2397ee6ae4ac52894e1c90d91d0b69e7acdf"
}
6 changes: 3 additions & 3 deletions script/unoptimized-deployer-meta
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"constant_product_hash": "0x1fa3539b5f6e4bb831ed1528317d1fa452da1156b63aac7a58b51abd8aa941b9",
"factory_hash": "0xc5e6cd61c86f3ff115d416548099141eb8fa9ede05aebf8f748e14f0b2cecfb4",
"stable_hash": "0x7475e24687ae955c068d89b8004668ddb38115eefeb101e04416c07f9f92e7bd"
"constant_product_hash": "0xe7fc0c247ddfa9e226583b59c94f36f5d4616584ee074a6fb721a4c0cb66db46",
"factory_hash": "0x09a9ce1ed77c95be4842dddd771939e048b8bfe2837863be3a2766b1c13ea5a2",
"stable_hash": "0x760270fc8e56c0c3499597acaeddd3b7c1fa28eca4e0f209ecef0edffed7323d"
}
6 changes: 3 additions & 3 deletions src/ReservoirDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ contract ReservoirDeployer {
uint256 public step = 0;

// Bytecode hashes.
bytes32 public constant FACTORY_HASH = bytes32(0x03107ee57e3054504c8ec584092f9d955bec0cbd1225fa1a8fb090a2084335aa);
bytes32 public constant FACTORY_HASH = bytes32(0x87b0f73fafcf4bb41e013c8423dc679f6885527007d6c3f1e1834a670cbaadc5);
bytes32 public constant CONSTANT_PRODUCT_HASH =
bytes32(0x77f788d6fdc354925b8fb4a252889e13ce97f8667f57dec9be5818adfd947016);
bytes32 public constant STABLE_HASH = bytes32(0x62530ec297a77cd2f2b42fca88b54e20999ba13bd89d0723f40bd245659a8b74);
bytes32(0x10d229cba772589e1df33e1086576f195abcfdb890068f1e9008331694833feb);
bytes32 public constant STABLE_HASH = bytes32(0x77bb394a2dea26c639518f7a39df2397ee6ae4ac52894e1c90d91d0b69e7acdf);

// Deployment addresses.
GenericFactory public factory;
Expand Down

0 comments on commit b7922c6

Please sign in to comment.