File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "constant_product_hash": "0x052472f6087a3c2142419a6ff05fb32a4262d608be7a7685cf82cbd033d1c94f ",
2
+ "constant_product_hash": "0xa49ba7e8b83be6b17358995a87c89151ef09aeb778b99e4baa93e81fd5a4b4db ",
3
3
"factory_hash": "0x87b0f73fafcf4bb41e013c8423dc679f6885527007d6c3f1e1834a670cbaadc5",
4
- "stable_hash": "0xc933ce2881ba083c171250e7da252ca668b49b855f458e5631fa882a578216b0 "
4
+ "stable_hash": "0xbc172f11e29b944a0cb3855c6390eb54763f6aa4ebc54719874d5319ffc44d69 "
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
- "constant_product_hash": "0x37893df71978a1c04a1140702e6516578ca1e698b196be206843a3a8ea40ba57 ",
2
+ "constant_product_hash": "0xf6de6a519ea390af839e187914a11a4554f5fb53b04781ac681637749c438e84 ",
3
3
"factory_hash": "0x09a9ce1ed77c95be4842dddd771939e048b8bfe2837863be3a2766b1c13ea5a2",
4
- "stable_hash": "0x873cf560d95f7739b4faf5e30f37b7b72ee7f9f23d3f79bedbc2d11cc65519e7 "
4
+ "stable_hash": "0xcc13af8d66176950f754304b1ad4ca4b0d92c8ae2ea85dda43d27275a4e95dcf "
5
5
}
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ contract ReservoirDeployer {
27
27
// Bytecode hashes.
28
28
bytes32 public constant FACTORY_HASH = bytes32 (0x87b0f73fafcf4bb41e013c8423dc679f6885527007d6c3f1e1834a670cbaadc5 );
29
29
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 );
32
32
33
33
// Deployment addresses.
34
34
GenericFactory public factory;
You can’t perform that action at this time.
0 commit comments