Skip to content

Commit

Permalink
use pre-deployed create3 deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will committed Nov 28, 2024
1 parent 4b756d8 commit 52bcbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/foundry/deployment/Main.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52bcbe9

Please sign in to comment.