Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth2207 committed Sep 2, 2023
1 parent 9d0a165 commit e3a1fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/DeployUniV2PoolOrderBookV3ArbOrderTaker.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import "src/concrete/UniV2PoolOrderBookV3ArbOrderTaker.sol";
/// @title DeployGenericPoolOrderBookV3FlashBorrower
/// @notice A script that deploys a `GenericPoolOrderBookV3FlashBorrower`.
contract DeployUniV2PoolOrderBookV3ArbOrderTaker is Script {
function run(bytes memory meta) external {
uint256 deployerPrivateKey = vm.envUint("DEPLOYMENT_KEY");
function run(bytes memory meta) external {
uint256 deployerPrivateKey = vm.envUint("DEPLOYMENT_KEY");
// @todo pull this from subgraph.
//https://github.com/rainprotocol/rain.interpreter/actions/runs/6000630847/job/16273099850
address i9rDeployer = 0xCA0Ef6E0d9cd47d44aF5d87098f8482669303b06;
Expand Down

0 comments on commit e3a1fd2

Please sign in to comment.