Skip to content

Commit

Permalink
update deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Nov 22, 2023
1 parent 13e7e6b commit ad1437d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/DeployOrderBook.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ contract DeployOrderBook is Script {
function run(bytes memory meta) external {
uint256 deployerPrivateKey = vm.envUint("DEPLOYMENT_KEY");
// @todo pull this from subgraph.
// hardcoded from CI https://github.com/rainprotocol/rain.interpreter/actions/runs/6101787278/job/16558857505
address i9rDeployer = 0xAb0A13cC2654CbaDABabC9952a090928F4ff569A;
// hardcoded from CI https://github.com/rainprotocol/rain.interpreter/actions/runs/6953107467/job/18917750124
address i9rDeployer = 0xa5aDC3F2A7A8Cf7b5172D76d8b26c3d49272297B;

console2.log("DeployOrderBook meta hash:");
console2.logBytes32(keccak256(meta));
Expand Down

0 comments on commit ad1437d

Please sign in to comment.