From 4bd114710cd3416b8ce1c1c70493c20ed3b64769 Mon Sep 17 00:00:00 2001 From: Kingter <83567446+kingster-will@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:44:25 -0800 Subject: [PATCH] Use Pre-Deployed Unified CREATE3 Deployer (#323) --- contracts/lib/AccessPermission.sol | 4 ++-- script/foundry/deployment/Main.s.sol | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/lib/AccessPermission.sol b/contracts/lib/AccessPermission.sol index a59e977a..154a428c 100644 --- a/contracts/lib/AccessPermission.sol +++ b/contracts/lib/AccessPermission.sol @@ -5,8 +5,8 @@ pragma solidity 0.8.26; /// @notice Library for IPAccount access control permissions. /// These permissions are used by the AccessController. library AccessPermission { - /// @notice ABSTAIN means not having enough information to make a decision at the current level, the deferred decision to up - /// level permission. + /// @notice ABSTAIN means not having enough information to make a decision at the current level, + /// the deferred decision to up level permission. uint8 public constant ABSTAIN = 0; /// @notice ALLOW means the permission is granted to transaction signer to call the function. diff --git a/script/foundry/deployment/Main.s.sol b/script/foundry/deployment/Main.s.sol index 3c6edc39..fc6cbab5 100644 --- a/script/foundry/deployment/Main.s.sol +++ b/script/foundry/deployment/Main.s.sol @@ -9,7 +9,7 @@ import { DeployHelper } from "../utils/DeployHelper.sol"; contract Main is DeployHelper { address internal ERC6551_REGISTRY = 0x000000006551c19487814612e58FE06813775758; - address internal CREATE3_DEPLOYER = 0x384a891dFDE8180b054f04D66379f16B7a678Ad6; + address internal CREATE3_DEPLOYER = 0x9fBB3DF7C40Da2e5A0dE984fFE2CCB7C47cd0ABf; uint256 internal CREATE3_DEFAULT_SEED = 6; address internal IP_GRAPH_ACL = 0x680E66e4c7Df9133a7AFC1ed091089B32b89C4ae; // For arbitration policy