From bc04ec3af89a5034ac2991a83fc30c741302b5b7 Mon Sep 17 00:00:00 2001 From: "A.L." Date: Fri, 10 Jan 2025 17:42:38 +0700 Subject: [PATCH] ci: update hashes --- script/optimized-deployer-meta | 4 ++-- src/ReservoirDeployer.sol | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/script/optimized-deployer-meta b/script/optimized-deployer-meta index 8c123031..1689289d 100644 --- a/script/optimized-deployer-meta +++ b/script/optimized-deployer-meta @@ -1,5 +1,5 @@ { - "constant_product_hash": "0x0bc4266f837b782234f212cbda9a118d71e9203f7e314496449c337eeb02717c", + "constant_product_hash": "0x77f788d6fdc354925b8fb4a252889e13ce97f8667f57dec9be5818adfd947016", "factory_hash": "0x03107ee57e3054504c8ec584092f9d955bec0cbd1225fa1a8fb090a2084335aa", - "stable_hash": "0x24060eb744ee36cdb90d8c1ae84a51b5c15e06f587fea20a292b4ad3a4451553" + "stable_hash": "0x62530ec297a77cd2f2b42fca88b54e20999ba13bd89d0723f40bd245659a8b74" } \ No newline at end of file diff --git a/src/ReservoirDeployer.sol b/src/ReservoirDeployer.sol index 926b197f..8a41f8b2 100644 --- a/src/ReservoirDeployer.sol +++ b/src/ReservoirDeployer.sol @@ -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;