Skip to content

Commit f95c2db

Browse files
shutter-service: updated deploy script
1 parent f62ce80 commit f95c2db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script/Deploy.service.s.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ contract Deploy is Script {
1212
address deployerAddress
1313
) public returns (KeyperSetManager) {
1414
KeyperSetManager ksm = new KeyperSetManager(deployerAddress);
15+
ksm.initialize(deployerAddress, deployerAddress);
1516

1617
// add bootstrap keyper set
1718
KeyperSet fakeKeyperset = new KeyperSet();

script/SubmitTransaction.service.s.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ contract SubmitTransaction is Script {
1111
vm.envAddress("REGISTRY_ADDRESS")
1212
);
1313
uint64 eon = uint64(vm.envUint("EON"));
14-
// bytes32 identityPrefix = vm.envBytes32("IDENTITY_PREFIX");
15-
bytes32 identityPrefix = "xxnxxx";
14+
bytes32 identityPrefix = vm.envBytes32("IDENTITY_PREFIX");
1615
uint64 ts = uint64(vm.envUint("TIMESTAMP"));
1716

1817
vm.startBroadcast(privateKey);

0 commit comments

Comments
 (0)