Skip to content

Commit 43c8424

Browse files
committed
ci: update hashes
1 parent d32abff commit 43c8424

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

script/optimized-deployer-meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"constant_product_hash": "0x052472f6087a3c2142419a6ff05fb32a4262d608be7a7685cf82cbd033d1c94f",
2+
"constant_product_hash": "0xa49ba7e8b83be6b17358995a87c89151ef09aeb778b99e4baa93e81fd5a4b4db",
33
"factory_hash": "0x87b0f73fafcf4bb41e013c8423dc679f6885527007d6c3f1e1834a670cbaadc5",
4-
"stable_hash": "0xc933ce2881ba083c171250e7da252ca668b49b855f458e5631fa882a578216b0"
4+
"stable_hash": "0xbc172f11e29b944a0cb3855c6390eb54763f6aa4ebc54719874d5319ffc44d69"
55
}

script/unoptimized-deployer-meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"constant_product_hash": "0x37893df71978a1c04a1140702e6516578ca1e698b196be206843a3a8ea40ba57",
2+
"constant_product_hash": "0xf6de6a519ea390af839e187914a11a4554f5fb53b04781ac681637749c438e84",
33
"factory_hash": "0x09a9ce1ed77c95be4842dddd771939e048b8bfe2837863be3a2766b1c13ea5a2",
4-
"stable_hash": "0x873cf560d95f7739b4faf5e30f37b7b72ee7f9f23d3f79bedbc2d11cc65519e7"
4+
"stable_hash": "0xcc13af8d66176950f754304b1ad4ca4b0d92c8ae2ea85dda43d27275a4e95dcf"
55
}

src/ReservoirDeployer.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ contract ReservoirDeployer {
2727
// Bytecode hashes.
2828
bytes32 public constant FACTORY_HASH = bytes32(0x87b0f73fafcf4bb41e013c8423dc679f6885527007d6c3f1e1834a670cbaadc5);
2929
bytes32 public constant CONSTANT_PRODUCT_HASH =
30-
bytes32(0x052472f6087a3c2142419a6ff05fb32a4262d608be7a7685cf82cbd033d1c94f);
31-
bytes32 public constant STABLE_HASH = bytes32(0xc933ce2881ba083c171250e7da252ca668b49b855f458e5631fa882a578216b0);
30+
bytes32(0xa49ba7e8b83be6b17358995a87c89151ef09aeb778b99e4baa93e81fd5a4b4db);
31+
bytes32 public constant STABLE_HASH = bytes32(0xbc172f11e29b944a0cb3855c6390eb54763f6aa4ebc54719874d5319ffc44d69);
3232

3333
// Deployment addresses.
3434
GenericFactory public factory;

0 commit comments

Comments
 (0)