Skip to content

Commit

Permalink
ci: update hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Mar 11, 2024
1 parent 50fd0b3 commit 90ff41a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions script/optimized-deployer-meta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"constant_product_hash": "0x9b1431797f6774940afd69d8a512828cea420ee0c432cbebb3c85ebc19e719a4",
"factory_hash": "0xe67294aa6447c7f6d1c73661a435cd7cdd853f8ea577c52e278b00ac7960fa2e",
"oracle_caller_hash": "0x3790fb642288c3b1579da6711ceb7394af96e56622c99a557d30877012e170aa",
"stable_hash": "0xab88953fb5e2f9cb1d59ed1580c0cc202d7a539cbd7037f17ca12d1c0ca5b19d"
"constant_product_hash": "0x41826ad9c22f5138e8b38af3b1a273bedf20c50a7ca5de65cfbdd147ec3d4444",
"factory_hash": "0xbec74a21c65fe610677fef55ac06bca2ab4e6e277e9120ea6d32913710a8f262",
"oracle_caller_hash": "0x1d3aff49d6d1310bd714cc4ace4f125d8d490a5c9c511affd92e306ae5ad4f7b",
"stable_hash": "0x42f9b8578efcf32290baad40e5371b1b2243b3256b80a9d568c44c84a2ac4cb9"
}
8 changes: 4 additions & 4 deletions script/unoptimized-deployer-meta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"constant_product_hash": "0x29fd21130ded18b0767d66a2b10bc33417c020a10ad3347bcd11a0d5df0a1660",
"factory_hash": "0xba64a3e510a376916897767f457eeb8ea7a432c0bbe42cbd51aef312c6415d2d",
"oracle_caller_hash": "0x45d5aed6700c4a2fe4f9e2adad970e94ea99d6d18f95d29451e77ac74b4a0e54",
"stable_hash": "0xfe82e8a3b6bbc4863f5cfe1f43784fe7b6aa2aa92f355cfa5ef38dbe78e69c15"
"constant_product_hash": "0xfe445e9b9b12c86ed21a63a7f442d86b9841c2fd5c2e596ea48c34a44d599f32",
"factory_hash": "0x090c3c5341e3be6a35dbbcb0d8bb8c965f731e1662e438bdde082697fb142670",
"oracle_caller_hash": "0x0b3e4518ba017558bf5fae2e567e59f7129701a6347b5cb99c08457f0866e95f",
"stable_hash": "0x0996005ea1788d621eec3c19becd7f031784fe354c8499f946a51ae02264c656"
}
8 changes: 4 additions & 4 deletions src/ReservoirDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ contract ReservoirDeployer {
uint256 public step = 0;

// Bytecode hashes.
bytes32 public constant FACTORY_HASH = bytes32(0xe67294aa6447c7f6d1c73661a435cd7cdd853f8ea577c52e278b00ac7960fa2e);
bytes32 public constant FACTORY_HASH = bytes32(0xbec74a21c65fe610677fef55ac06bca2ab4e6e277e9120ea6d32913710a8f262);
bytes32 public constant CONSTANT_PRODUCT_HASH =
bytes32(0x9b1431797f6774940afd69d8a512828cea420ee0c432cbebb3c85ebc19e719a4);
bytes32 public constant STABLE_HASH = bytes32(0xab88953fb5e2f9cb1d59ed1580c0cc202d7a539cbd7037f17ca12d1c0ca5b19d);
bytes32(0x41826ad9c22f5138e8b38af3b1a273bedf20c50a7ca5de65cfbdd147ec3d4444);
bytes32 public constant STABLE_HASH = bytes32(0x42f9b8578efcf32290baad40e5371b1b2243b3256b80a9d568c44c84a2ac4cb9);
bytes32 public constant ORACLE_CALLER_HASH =
bytes32(0x3790fb642288c3b1579da6711ceb7394af96e56622c99a557d30877012e170aa);
bytes32(0x1d3aff49d6d1310bd714cc4ace4f125d8d490a5c9c511affd92e306ae5ad4f7b);

// Deployment addresses.
GenericFactory public factory;
Expand Down

0 comments on commit 90ff41a

Please sign in to comment.