From b02fb9d96c1d53639e10eb01697658d8ccca12ec Mon Sep 17 00:00:00 2001 From: Nenad Date: Tue, 26 Sep 2023 06:55:02 +0200 Subject: [PATCH 1/2] Add missing EndowmentMultiSigEmitter deployment to 'deploy:EndowmentMultiSigFactory' --- tasks/deploy/deployEndowmentMultisigFactory.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tasks/deploy/deployEndowmentMultisigFactory.ts b/tasks/deploy/deployEndowmentMultisigFactory.ts index 7e2b1f215..a81a7bf6d 100644 --- a/tasks/deploy/deployEndowmentMultisigFactory.ts +++ b/tasks/deploy/deployEndowmentMultisigFactory.ts @@ -37,6 +37,14 @@ task("deploy:EndowmentMultiSigFactory", "Will deploy EndowmentMultiSigFactory co hre ); + // must deploy new EndowmentMultiSigEmitter as currently there's no way + // to update its EndowmentMultiSigFactory address + await hre.run("deploy:EndowmentMultiSigEmitter", { + apTeamSignerPkey: taskArgs.apTeamSignerPkey, + skipVerify: taskArgs.skipVerify, + yes: true, + }); + await hre.run("manage:registrar:updateConfig", { multisigFactory: deployData.proxy.contract.address, apTeamSignerPkey: taskArgs.apTeamSignerPkey, From 4d081b16e68aabc0fe1eec03d6e494d311a86107 Mon Sep 17 00:00:00 2001 From: Nenad Date: Tue, 26 Sep 2023 06:59:49 +0200 Subject: [PATCH 2/2] Deploy new AccountsCreateEndowment --- contract-address.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract-address.json b/contract-address.json index dc6183b6c..68b2e8ec3 100644 --- a/contract-address.json +++ b/contract-address.json @@ -422,7 +422,7 @@ "facets": { "accountsDepositWithdrawEndowments": "0x0124773BEA450412ce9aA572b7EF3e4535495F01", "accountsAllowance": "0x193556259E1962Faaa0a9Ac7D69DDeF54eD521d1", - "accountsCreateEndowment": "0xb9B2b1a49020216fC5715AE05132dda968A06023", + "accountsCreateEndowment": "0x9c6Dae062755a8fe43b8714FafE01755646d2660", "accountsGasManager": "0xe224BcDd0aa37C262C7D9865d6fC9F8974996Ca4", "accountsQueryEndowments": "0xD1159b23003Db899801022c06dC09C00528fe20A", "accountsStrategy": "0x499272b4A1Cb3f6Ba622b34b666E40623b373817",