Skip to content

Commit

Permalink
feat: deploy new controller
Browse files Browse the repository at this point in the history
  • Loading branch information
detectivekim committed Aug 28, 2024
1 parent f7d14b8 commit a7b1f13
Show file tree
Hide file tree
Showing 12 changed files with 2,412 additions and 229 deletions.
2 changes: 1 addition & 1 deletion deploy/Controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const deployFunction: DeployFunction = async function (hre: HardhatRuntimeEnviro
const chain = await getChain(network.provider)
const deployer = (await getNamedAccounts())['deployer'] as Address

await deployCreate3WithVerify(deployer, 0xffffn + 2n, 'Controller', [BOOK_MANAGER[chain.id]])
await deployCreate3WithVerify(deployer, 0xfffffn, 'Controller', [BOOK_MANAGER[chain.id]])
}

deployFunction.tags = ['Controller']
Expand Down
38 changes: 35 additions & 3 deletions deployments/421614/Controller.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions deployments/80084/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
80084
Loading

0 comments on commit a7b1f13

Please sign in to comment.