Skip to content

Commit

Permalink
feat: update deployment account to precompute the correct address
Browse files Browse the repository at this point in the history
  • Loading branch information
xorsal committed Nov 18, 2024
1 parent a8d245a commit 784334c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import {
import 'forge-std/Script.sol';

contract Deploy is Script {
uint256 public constant DEPLOYMENT_COUNT = 10;
uint256 public constant DEPLOYMENT_COUNT = 11;
uint256 public constant OFFSET_EBO_REQUEST_CREATOR = DEPLOYMENT_COUNT - 1;

// Oracle
Expand Down

0 comments on commit 784334c

Please sign in to comment.