Skip to content

Commit

Permalink
updated: deployer and factory address in script
Browse files Browse the repository at this point in the history
  • Loading branch information
avaxrox committed Oct 1, 2023
1 parent b8e8cdd commit 760b470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/DeployKernel.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import "account-abstraction/interfaces/IStakeManager.sol";
import "forge-std/Script.sol";
import "forge-std/console.sol";
contract DeployKernel is Script {
address constant DEPLOYER = 0x9775137314fE595c943712B0b336327dfa80aE8A;
address constant DEPLOYER = 0x9fD431b7703f94289Ba02034631dcC302717805B;
address constant ENTRYPOINT_0_6 = 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789;
address payable constant EXPECTED_KERNEL_ADDRESS = payable(0xf048AD83CB2dfd6037A43902a2A5Be04e53cd2Eb);
address payable constant EXPECTED_KERNEL_FACTORY_ADDRESS = payable(0x5de4839a76cf55d0c90e2061ef4386d962E15ae3);
address payable constant EXPECTED_KERNEL_FACTORY_ADDRESS = payable(0xc9683DFF173B60aCeF306525645AE6381726cC45);
function run() public {
uint256 key = vm.envUint("DEPLOYER_PRIVATE_KEY");
vm.startBroadcast(key);
Expand Down

0 comments on commit 760b470

Please sign in to comment.