File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ contract Deploy is Script {
12
12
address deployerAddress
13
13
) public returns (KeyperSetManager) {
14
14
KeyperSetManager ksm = new KeyperSetManager (deployerAddress);
15
+ ksm.initialize (deployerAddress, deployerAddress);
15
16
16
17
// add bootstrap keyper set
17
18
KeyperSet fakeKeyperset = new KeyperSet ();
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ contract SubmitTransaction is Script {
11
11
vm.envAddress ("REGISTRY_ADDRESS " )
12
12
);
13
13
uint64 eon = uint64 (vm.envUint ("EON " ));
14
- // bytes32 identityPrefix = vm.envBytes32("IDENTITY_PREFIX");
15
- bytes32 identityPrefix = "xxnxxx " ;
14
+ bytes32 identityPrefix = vm.envBytes32 ("IDENTITY_PREFIX " );
16
15
uint64 ts = uint64 (vm.envUint ("TIMESTAMP " ));
17
16
18
17
vm.startBroadcast (privateKey);
You can’t perform that action at this time.
0 commit comments