Skip to content

Commit

Permalink
zk deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeexcoin committed Jan 17, 2025
1 parent 4b640e9 commit 675fc0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/DeployZkEVM.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ interface ImmutableCreate2Factory {
contract DeployZkEVM is Script {
ExclusiveDelegateResolver public resolver;

address delegateRegistryAddress = 0x0000000059A24EB229eED07Ac44229DB56C5d797;
bytes32 salt = 0x000000000000000000000000000000000000000052a2c3b1b2e2b6d8b7c40016; // 0x0000000078CC4Cc1C14E27c0fa35ED6E5E58825D

function setUp() public {}

function run(address delegateRegistryAddress, bytes32 salt) public {
function run() public {
vm.startBroadcast();

// deploy resolver
Expand Down

0 comments on commit 675fc0d

Please sign in to comment.