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 2293b6b commit bc04ec3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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": "0x0bc4266f837b782234f212cbda9a118d71e9203f7e314496449c337eeb02717c",
"constant_product_hash": "0x77f788d6fdc354925b8fb4a252889e13ce97f8667f57dec9be5818adfd947016",
"factory_hash": "0x03107ee57e3054504c8ec584092f9d955bec0cbd1225fa1a8fb090a2084335aa",
"stable_hash": "0x24060eb744ee36cdb90d8c1ae84a51b5c15e06f587fea20a292b4ad3a4451553"
"stable_hash": "0x62530ec297a77cd2f2b42fca88b54e20999ba13bd89d0723f40bd245659a8b74"
}
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(0x03107ee57e3054504c8ec584092f9d955bec0cbd1225fa1a8fb090a2084335aa);
bytes32 public constant CONSTANT_PRODUCT_HASH =
bytes32(0x0bc4266f837b782234f212cbda9a118d71e9203f7e314496449c337eeb02717c);
bytes32 public constant STABLE_HASH = bytes32(0x24060eb744ee36cdb90d8c1ae84a51b5c15e06f587fea20a292b4ad3a4451553);
bytes32(0x77f788d6fdc354925b8fb4a252889e13ce97f8667f57dec9be5818adfd947016);
bytes32 public constant STABLE_HASH = bytes32(0x62530ec297a77cd2f2b42fca88b54e20999ba13bd89d0723f40bd245659a8b74);

// Deployment addresses.
GenericFactory public factory;
Expand Down

0 comments on commit bc04ec3

Please sign in to comment.