diff --git a/script/Deploy.gnosh.s.sol b/script/Deploy.gnosh.s.sol index 64723bc..4fb94dd 100644 --- a/script/Deploy.gnosh.s.sol +++ b/script/Deploy.gnosh.s.sol @@ -13,6 +13,8 @@ contract Deploy is Script { address deployerAddress ) public returns (KeyperSetManager) { KeyperSetManager ksm = new KeyperSetManager(deployerAddress); + // otherwise we're not authorized: + ksm.initialize(deployerAddress, deployerAddress); // add bootstrap keyper set KeyperSet fakeKeyperset = new KeyperSet();