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 1, 2025
1 parent d32abff commit 43c8424
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions script/optimized-deployer-meta
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"constant_product_hash": "0x052472f6087a3c2142419a6ff05fb32a4262d608be7a7685cf82cbd033d1c94f",
"constant_product_hash": "0xa49ba7e8b83be6b17358995a87c89151ef09aeb778b99e4baa93e81fd5a4b4db",
"factory_hash": "0x87b0f73fafcf4bb41e013c8423dc679f6885527007d6c3f1e1834a670cbaadc5",
"stable_hash": "0xc933ce2881ba083c171250e7da252ca668b49b855f458e5631fa882a578216b0"
"stable_hash": "0xbc172f11e29b944a0cb3855c6390eb54763f6aa4ebc54719874d5319ffc44d69"
}
4 changes: 2 additions & 2 deletions script/unoptimized-deployer-meta
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"constant_product_hash": "0x37893df71978a1c04a1140702e6516578ca1e698b196be206843a3a8ea40ba57",
"constant_product_hash": "0xf6de6a519ea390af839e187914a11a4554f5fb53b04781ac681637749c438e84",
"factory_hash": "0x09a9ce1ed77c95be4842dddd771939e048b8bfe2837863be3a2766b1c13ea5a2",
"stable_hash": "0x873cf560d95f7739b4faf5e30f37b7b72ee7f9f23d3f79bedbc2d11cc65519e7"
"stable_hash": "0xcc13af8d66176950f754304b1ad4ca4b0d92c8ae2ea85dda43d27275a4e95dcf"
}
4 changes: 2 additions & 2 deletions src/ReservoirDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ contract ReservoirDeployer {
// Bytecode hashes.
bytes32 public constant FACTORY_HASH = bytes32(0x87b0f73fafcf4bb41e013c8423dc679f6885527007d6c3f1e1834a670cbaadc5);
bytes32 public constant CONSTANT_PRODUCT_HASH =
bytes32(0x052472f6087a3c2142419a6ff05fb32a4262d608be7a7685cf82cbd033d1c94f);
bytes32 public constant STABLE_HASH = bytes32(0xc933ce2881ba083c171250e7da252ca668b49b855f458e5631fa882a578216b0);
bytes32(0xa49ba7e8b83be6b17358995a87c89151ef09aeb778b99e4baa93e81fd5a4b4db);
bytes32 public constant STABLE_HASH = bytes32(0xbc172f11e29b944a0cb3855c6390eb54763f6aa4ebc54719874d5319ffc44d69);

// Deployment addresses.
GenericFactory public factory;
Expand Down

0 comments on commit 43c8424

Please sign in to comment.